gawashburn
gawashburn
This pull request adds support for a "rich" notification escape code. There might a better choice than calling them "rich", but the feature allows more control over notifications than the...
The inspection currently states ``` "`Set[T]()` allocates an intermediate object. Consider `Set.empty` which returns a singleton instance without creating a new object." ``` Arguably the `apply()` method does not document...
``` [error] Caused by: java.lang.NoSuchMethodError: java_cup.runtime.SymbolFactory.newSymbol(Ljava/lang/String;ILjava_cup/runtime/Symbol;Ljava/lang/Object;)Ljava_cup/runtime/Symbol; [error] at ru.makkarpov.scalingua.pofile.parse.PoParser$CUP$PoParser$actions.CUP$PoParser$do_action_part00000000(PoParser.java:427) [error] at ru.makkarpov.scalingua.pofile.parse.PoParser$CUP$PoParser$actions.CUP$PoParser$do_action(PoParser.java:479) [error] at ru.makkarpov.scalingua.pofile.parse.PoParser.do_action(PoParser.java:125) [error] at java_cup.runtime.lr_parser.parse(lr_parser.java:699) [error] at ru.makkarpov.scalingua.pofile.PoFile$.apply(PoFile.scala:52) [error] at ru.makkarpov.scalingua.pofile.PoFile$.apply(PoFile.scala:48) [error] at ru.makkarpov.scalingua.plugin.PoCompiler$.$anonfun$doCompiling$1(PoCompiler.scala:145) [error] at ru.makkarpov.scalingua.plugin.PoCompiler$.catchErrors(PoCompiler.scala:69)...