-
This only occurs when building on PPCLE, and with java versions 10,11. Java 8 builds perfectly.
This occurs during the DDR stage, when it uses the built jdk.
Passes with -Xint.
To reproduc…
-
[edited to reflect the root cause more accurately]
I recently upgraded from 1.5 to 2.0 and have a problem starting up the app.
### Steps to reproduce
use include_erts" 'path/to/erts"
build re…
-
HI
Testing the new javacc-8.0.0 code generator for c++
```
FrancisANDRE@DESKTOP-GU149JI /cygdrive/z/git/javacc-8.0/examples/JavaGrammars/cpp
$ make
java -cp ../../../target/javacc.jar jjtree…
-
When trying to work on schemas in this manner it is helpful to have a working implementation before making merging a schema change. For this we have the https://github.com/common-workflow-language/wor…
-
Recent regression. Looks like a blocker. FYI @gacholio . I am investigating.
```
$ java -version
openjdk version "10.0.2-internal" 2018-07-17
OpenJDK Runtime Environment (build 10.0.2-intern…
-
The following ICE's on nightly and beta, both on debug and release mode:
```Rust
fn rec() -> impl Fn() { rec() }
fn main() {
let f = rec();
}
```
Stable refuses to compile:
```
Compi…
-
Taking the test here: https://github.com/nim-lang/Nim/blob/ddc131cf07972decc206e033b2dd85a42eb1c98d/tests/casestmt/tcomputedgoto.nim and changing the enum to enum with holes breaks codegen:
```Nim
…
-
As we fix bugs in the documentation, it is becoming evident that data types that are re-used throughout the document with the same parameters should be pulled out into a new data type. This will save…
-
I'd like to suggest several improvements to slicing.
Matrix lets you use any combination of Ints and IntRanges for slicing. It does this by providing all combinations of them in `get()` and `set()…
-
``` ts
function f() {
var x: string | undefined = undefined;
y = 0;
if (x) {
var y: typeof x;
}
return y; // y has type nothing
}
```
generates invalid .d.ts file
``` ts
d…