-
My code:
```java
@RequiredArgsConstructor
public class LuckyBlockConfigurationArgument extends ArgumentResolver {
private final ClashLuckyBlocksPlugin plugin;
@Override
protect…
-
-
```
% sbt test
error:
bad constant pool index: 0 at pos: 48461
while compiling:
during phase: globalPhase=, enteringPhase=
library version: version 2.12.17
compiler v…
-
Hi!
Trying your emulator. Installed latest `sbt` from https://www.scala-sbt.org/download (v1.10.0).
Getting the following error:
```
C:\Programs\mitsubishi_heatpump_emulator-master>sbt run S…
-
composer is installeld globally, symfony/yaml as well.
Would appreciate if a senior coder jumps in and schools me on this one
Thanks
-
Steps to reproduce:
1. Install IntelliJ
2. Enable access to courses (installs Academy plugin)
3. Start "Scala Tutorial" (prompts to install Scala plugin)
4. Course breaks immediately with the foll…
-
@Kademlia reported an OOM issue in lombok here https://github.com/projectlombok/lombok/issues/3540. After some investigation I figured out that this happens because eclipse parses the `module-info.jav…
-
## Compiler version
3.3.1
## Minimized example
The compiler is complaining about a usage of `forSome` however it is not found in either the project or its dependencies.
here are some cros…
-
In the context of build tools like bazel, act more like javac to hide transitive dependency (e.g. coding against interface, should not need to load impl.)
based on hallway discussion with @johnynek…
-
To allow `import` statements,
1. the babel parser option `sourceType` (https://babeljs.io/docs/en/options#sourcetype) needs to be configurable, which is not possible currently as it is hard-coded …