Ilya Kirillov

Results 8 issues of Ilya Kirillov

It looks like cbt does not support Java 9 now. When running cbt: ```intx MaxJavaStackTraceDepth=-1 is outside the allowed range [ 0 ... 1073741823 ] Improperly specified VM option 'MaxJavaStackTraceDepth=-1'...

Getting `NumberFormatException` when running `cbt direct run` after code changes. Have not got this error before ``` $ cbt direct run Compiling to /home/ilya/playground/cbtException/target/scala-2.11/classes [ERROR] Failed to construct terminal; falling...

Now `BasicBuild` contains only `target` directory which can be marked as ignored by IDE. May be useful to additionally add `ingoredDirectories: Seq[File]` method which by default contains `Seq(target)` It allow...

Cbt's root module contains `target` directories as a sources: ``` $ cbt sources ... /home/ilya/apps/cbt/nailgun_launcher/target /home/ilya/apps/cbt/stage2/target /home/ilya/apps/cbt/compatibility/target ... ```

`transitiveDependencies` method not correctly filters duplicates, which can be reproduces on the `multi-combined-example` in the cbt's examples dir. `transitveDependencies` on this project returns (`shared` listed two times): ```Sub1(/home/ilya/apps/cbt/examples/multi-combined-example/sub1) Sub2(/home/ilya/apps/cbt/examples/multi-combined-example/sub2) SharedDependency(/home/ilya/apps/cbt/examples/multi-combined-example/shared)...

Hi. I want to use your library with ExpandableListView. But changing ListView to ExpandableListView does not work. How can I do that?

enhancement

Getting StackOverflow exception in `pop` function of GLL, file `GLLAbstractParser/AbstractParser.fs:76` The grammar: ``` ] m : ND v D {""} r1: {""} | m? NA r1 {""} r2: {""} |...