You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tastydoc/report/report.tex
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -265,8 +265,11 @@ \section{Extra features from Tastydoc}
265
265
\section{Bugs in Dottydoc that Tastydoc fixes}
266
266
Dottydoc is not really maintained and hence does not follow the evolution in Master. Some bugs are present in Dottydoc. Tastydoc fixes them all.
267
267
268
-
\paragraph{Buggy output}
269
-
It does not take care of colors in the \texttt{show} method and it results in faulty type or method output like \texttt{[31m2L[0m}\footnote{\url{https://dotty.epfl.ch/api/dotty/runtime/LazyVals$.html}}.
268
+
\paragraph{Weird output}
269
+
It does not take care of colors in the \texttt{show} method and it results in faulty type or method output like\footnote{\url{https://dotty.epfl.ch/api/dotty/runtime/LazyVals$.html}}:
270
+
\begin{lstlisting}[language=scala]
271
+
final val BITS_PER_LAZY_VAL : [31m2L[0m
272
+
\end{lstlisting}
270
273
271
274
\paragraph{Wrong parents}
272
275
Classes often show to be extending Object instead of their superclass because Object is given first when asking for the parents list to the compiler, example\footnote{\url{https://dotty.epfl.ch/api/scala/Conversion.html}}:
0 commit comments