Skip to content

Commit 920fadb

Browse files
committed
Changed Weird output
1 parent eb47d6b commit 920fadb

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

tastydoc/report/report.pdf

667 Bytes
Binary file not shown.

tastydoc/report/report.tex

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,11 @@ \section{Extra features from Tastydoc}
265265
\section{Bugs in Dottydoc that Tastydoc fixes}
266266
Dottydoc is not really maintained and hence does not follow the evolution in Master. Some bugs are present in Dottydoc. Tastydoc fixes them all.
267267

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}
270273

271274
\paragraph{Wrong parents}
272275
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

Comments
 (0)