Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To simplify boostrapping, we're going NIH on scala-xml. #1

Open
nosrednd23 opened this issue Oct 22, 2023 · 0 comments
Open

To simplify boostrapping, we're going NIH on scala-xml. #1

nosrednd23 opened this issue Oct 22, 2023 · 0 comments

Comments

@nosrednd23
Copy link
Owner

To simplify boostrapping, we're going NIH on scala-xml.
Next step: remove usage in diagram generation, or maybe
move that to a d3 / dot JS client-side solution.

The diff on scaladoc for the core is minimal, using
a textconv à la:

cat "$1" | perl -pe 's/\s+/ /gm' | perl -pe 's/ef26caa/60fce92/g' | \
  tidy -q --sort-attributes alpha --wrap 0 -i -utf8  -ashtml - 2> /dev/null

(shas are part of locally published version)

The html diff in its entirety:

diff --git i/library/scala/concurrent/ExecutionContext.html w/library/scala/concurrent/ExecutionContext.html
index 369ed46..061c49e 100644
--- i/library/scala/concurrent/ExecutionContext.html
+++ w/library/scala/concurrent/ExecutionContext.html
@@ -247,7 +247,7 @@
           </div>
           <dl class="attributes block">
             <dt>Annotations</dt>
-            <dd><span class="name">@<a class="extype" href="../annotation/implicitNotFound.html" id="scala.annotation.implicitNotFound" name="scala.annotation.implicitNotFound">implicitNotFound</a></span><span class="args">( <span>msg = <span class="defval" name="&quot;&quot;&quot;Cannot find an implicit ExecutionContext. You might pass&lt;br/&gt;an (implicit ec: ExecutionContext) parameter to your method&lt;br/&gt;or import scala.concurrent.ExecutionContext.Implicits.global.&quot;&quot;&quot;">...</span></span> )</span></dd>
+            <dd><span class="name">@<a class="extype" href="../annotation/implicitNotFound.html" id="scala.annotation.implicitNotFound" name="scala.annotation.implicitNotFound">implicitNotFound</a></span><span class="args">(<span>msg = <span class="defval" name="&quot;&quot;&quot;CannotfindanimplicitExecutionContext.Youmightpassan(implicitec:ExecutionContext)parametertoyourmethodorimportscala.concurrent.ExecutionContext.Implicits.global.&quot;&quot;&quot;">...</span></span>)</span></dd>
             <dt>Source</dt>
             <dd>
               <a href="https://github.com/scala/scala/tree/v2.13.0-local-60fce92/src/library/scala/concurrent/ExecutionContext.scala#L1" target="_blank">ExecutionContext.scala</a>
diff --git i/library/scala/concurrent/index.html w/library/scala/concurrent/index.html
index 8f1ca87..1d0e5bc 100644
--- i/library/scala/concurrent/index.html
+++ w/library/scala/concurrent/index.html
@@ -552,7 +552,7 @@
                     </div>
                     <dl class="attributes block">
                       <dt>Annotations</dt>
-                      <dd><span class="name">@<a class="extype" href="../annotation/implicitNotFound.html" id="scala.annotation.implicitNotFound" name="scala.annotation.implicitNotFound">implicitNotFound</a></span><span class="args">( <span>msg = <span class="defval" name="&quot;&quot;&quot;Cannot find an implicit ExecutionContext. You might pass&lt;br/&gt;an (implicit ec: ExecutionContext) parameter to your method&lt;br/&gt;or import scala.concurrent.ExecutionContext.Implicits.global.&quot;&quot;&quot;">...</span></span> )</span></dd>
+                      <dd><span class="name">@<a class="extype" href="../annotation/implicitNotFound.html" id="scala.annotation.implicitNotFound" name="scala.annotation.implicitNotFound">implicitNotFound</a></span><span class="args">(<span>msg = <span class="defval" name="&quot;&quot;&quot;CannotfindanimplicitExecutionContext.Youmightpassan(implicitec:ExecutionContext)parametertoyourmethodorimportscala.concurrent.ExecutionContext.Implicits.global.&quot;&quot;&quot;">...</span></span>)</span></dd>
                     </dl>
                   </div>
                 </li>

Originally posted by @adriaanm in scala/scala#6436

Repository owner locked and limited conversation to collaborators Oct 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant