-
Does the parser generated by jacc fall under the GPL?
It would be good to clarify this - e.g., it is not clear to me if I can use the generated parser in an MIT licensed project. The issue with reg…
-
Code generation fails when I try to generate code for a mutation containing a lowercase-named enum type. If I rename **jobstatus** to **JobStatus** in the schema below, `dotnet build` succeeds and cod…
treet updated
2 weeks ago
-
Hi, I am trying to write a simple CoreIR program. But I found in some cases, the tool will produce incorrect CoreIR code.
Here's the given Halide C++ code:
class ExamplePipeline : public Hal…
-
Currently, if you mess up one of the formatting rules for the examples (i.e. miss a type signature for a definition), this tool will generate invalid test code, that only actually running the tests wi…
-
## Compiler version
3.1.1
## Minimized code
```Scala
println(compiletime.codeOf(Seq(1, 2)))
```
## Output
```
Seq.apply[Int]([1,2 : Int]*)
```
## Expectation
```
Seq.apply[Int]…
-
Where to get the code for generated graphics?
-
I want to compare a new approach to Skew-Fit and RIG. Many figures plot 'distance to goal' and 'success rate'. Is the code for generating these plots separate from rlkit? How can I compare to the publ…
-
There are some redundant code in HeteroCL generated vhls code. The test case is:
```python
def test_redundancy(dtype=hcl.Int()):
hcl.init(dtype)
A = hcl.placeholder((2, 3), "A")
B = h…
-
### Description
Currently, we generate the Root Certificate by `openssl` CLI. It works fine in the majority cases, but few uses encounter the error that `openssl` is not found or invalid version.
…
-
$ perl6 --profile -e 'for ^1_000 { for ^2 { if $*FOO { } } }'
generated an 11MB profile, which appears to be broken.