Thodoris Sotiropoulos
Thodoris Sotiropoulos
Hello This pull request fixes the specification of the gradle task `test`. This task depends on some test resources that are located in `plugin/src/test/Resource` and `libxcode/src/test/Resource` directories. For example this...
## Description This commit enhances the incremental task "test". Notable, this task uses the files included in the directory `src/test/assets/`. Some tests depend on them (i.e., there are assertions that...
## Compiler version Scala compiler version 3.1.3 -- Copyright 2002-2022, LAMP/EPFL ## Minimized code ```Scala class A(val f: () => Int) { def mA(p: Int = 0): Int = p...
For example: 
Hello This commit adds some missing Make dependencies to avoid stale object files.
Hello This pull request improves the build script of this project. Specifically, it adds missing Make dependencies so that the targets of the project are re-generated correctly whenever there are...
Is anyone else working on this? I am planning to add support for multiple languages, starting with Java.
Hello This pull request fixes the specification of the Gradle task `test`. Apart from groovy source files, this task depends on some test files that are located in `src/test/groovy` directory....
Hello This pull request fixes the build script of this project. Specifically, it adds missing Make dependencies so that the targets of the project are re-generated correctly whenever there are...
CP APR algorithm which is suitable for sparse data can be implemented as well. [http://arxiv.org/pdf/1112.2414.pdf](http://arxiv.org/pdf/1112.2414.pdf)