-
To bundle the incremental compiler artifacts inside the Scala IDE [we currently need to generate a MANIFEST](https://github.com/scala-ide/scala-ide/blob/master/org.scala-ide.sbt.full.library/pom.xml#L…
dotta updated
10 years ago
-
## Bug
Seems like (unintentionally?) jsdom setting in the generated config is set to false: https://github.com/scalacenter/bloop/blob/3eab1f8079cfaf228ec68740daadf5854070c89b/integrations/sbt-bloo…
-
Scala-cli is [about to become the default `scala` command via SIP 46](https://contributors.scala-lang.org/t/3-5-0-release-thread/6666), so it's going to see a lot more usage. More people will be using…
-
Due to ever-changing standards and poor IDE support for Scala macros, we should look into potential replacements for those as we migrate Mu towards Scala 2.13 and beyond.
(For reference, the curren…
-
**TL;DR** HaskForce bundles a scala-library jar which interferes with other IntelliJ plugins written in Scala.
**Details:**
We have an IntelliJ plugin that is written in mostly Scala, and one of o…
-
the scala 2.12 libraries and their companion libraries have all moved to scala-xml 2.x (from 1.x) and this library needs to do the same to stay in sync
-
I am curious if there are plans for sbt v 1.x support? thank you
-
Following KSY failed to compile in web-IDE:
```yaml
meta:
id: type_resolution_bugs
#endian: be
seq:
- id: field
type: ::u2
types:
u2:
seq:
- size: 10
```
with
```
…
-
After adding a JAR file to the Scala project by clicking Libraries -> Add JAR/Folder... I expect classes and packages from it to be available as suggestions/code completion when writing import stateme…
-
One of the best way to promote a new language / framework is to have a 5 minute getting started support
Examples
- MongoDB
- Ruby on Rails (thanks to engine yard and their rails installer)
- Play …