Knut Arild Erstad

Results 3 comments of Knut Arild Erstad

The following tiny example also gives errors: ```java package example; import static org.junit.Assert.assertEquals; import org.junit.Test; public class TestRecord { public record MyRecord(int foo, int bar) {} @Test public void record()...

I can confirm that adding a `release` file fixes the issue. Thanks! Short story: we use a custom script on top of bazel for installing the JDK, so this is...

I'm new to zig, but assume this is just a version difference? After this change, the code compiles and runs on Ubuntu. Just had to add an empty `.linux =>...