-
Got this error when running: `roc check IDCounter.roc` on the Full Code found at the end of this pg:
`https://www.roc-lang.org/examples/RecordBuilder/README.html`
The full error message:
`An int…
-
`roc check` seems to often fail in multi-file projects when run on any file other than `main.roc`. In these cases, `roc build` still succeeds. Here's the simplest reproduction I could come up with.
…
-
-
As the test added in #725 demonstrated, if the initial sequence number is very close to 0xFFFF and the fist packets are lost or arrive out of order it is possible that the stream will never be able to…
-
Using MacOS 14.2.1 with Apple Silicon CPU, `roc_nightly-macos_apple_silicon-2023-12-23-6710b371a43`:
`roc check` passes this code:
```roc
app "bug"
packages {
pf: "https://github.…
-
Hello , I'm having some confusion while calculating the ROC curve for watermark detection and would appreciate your help. Let's say we have 500 watermarked texts to calculate the detection accuracy. S…
-
```
app "cli-tutorial"
packages { pf: "https://github.com/roc-lang/basic-cli/releases/download/0.7.0/bkGby8jb0tmZYsy2hg1E_B2QrCgcSTxdUlHtETwm5m4.tar.br" }
imports [pf.Stdout, pf.Stdin, pf.T…
-
`Path/File.isFile` according to the documentation: `Returns true if the path exists on disk and is pointing at a regular file. Any error will return false.`
# Reproduction:
Run `Path/File.isFile` …
-
If I do `export FOO=blah` and then do `roc myprogram.roc`, the host of `myprogram.roc` will not see that environment variable.
Probably we need to forward the environment to the child process we sp…
-
Zig has a nice allocator system. The platform could use it instead of c-alloc.
Here is an example, how this is possible: https://github.com/ostcar/roc-aoc-platform/blob/43064f864b7a9c1c8db452c85b10…