-
(These are mostly by @krisher from a while back)
### UI
- Horizontal code / output layout (side by side instead of current top/bottom)
- Config and init scripts editable (at least viewable) in web UI
…
-
# Summary
Location | Count
-- | --
scala.quoted | 26
scala.compiletime | 6
scala | 1
blog/_posts | 28
docs/contributing | 5
docs/internals | 9
docs/reference/changed-features | 19
docs…
-
**Justification**
Having spent the last few months doing just about only writing VBA, it has become painfully clear to me that the VBE's lack of HTML documentation generator (Javadoc, Scaladoc, etc).…
-
(Sorry if this isn't exactly a coding issue, but...)
Due to an issue recorded in the Google issue tracker: http://code.google.com/p/vscaladoc/issues/detail?id=29
that seems to be resolved, I am inte…
-
Create documentation and publish it via sbt-site.
- [sbt-site plugin](https://github.com/sbt/sbt-site)
- [sbt-ghpages plugin](https://github.com/sbt/sbt-ghpages)
-
The implementation still uses an uncancelable `async_` call which will hang on CE 3.5: https://github.com/typelevel/fs2/blob/9c523441c8f1770faafb36e01c893218162cdb72/reactive-streams/src/main/scala/fs…
-
I am trying to implement a Scalacheck XML generator that round trips through writing and parsing. I've run into a discrepancy between the character sets in scala-xml and the JVM internals. Is it exp…
-
It's a very specific issue, targeting mostly Scala Native and its the implementation of the Java standard library.
All usages of custom methods defined in Scala Native javalib for which we try to gen…
-
# ScalaJS snippets
Markdown files containing snippets with the modifier `scala mdoc:js` are transformed into markdown files which end with two script tags
```
```
where `someFile.md.js` cont…
-
This was a particularly difficult bug to work out.
Running `scalac -help` for 2.11.12 gives
```
-target: Target platform for object files. All JVM 1.5 targets are deprecated. (jvm-…