-
```roc repl``` doesn't support ```expect``` yet.
```elixir
» expect 1 == 1
thread 'main' panicked at 'not yet implemented: unhandled parse error: Expect(Continuation(IndentEnd(@79), @79), @79)', …
-
- **Is your feature request related to a problem? Please describe:**
The current face expression recommendation system uses MobileNet, and there is a need to evaluate a custom CNN model built from s…
-
I have written this simple program (my first ever in roc):
```roc
app [main] { pf: platform "https://github.com/roc-lang/basic-cli/releases/download/0.15.0/SlwdbJ-3GR7uBWQo6zlmYWNYOxnvo8r6YABXD-45UO…
-
Error on `roc build`:
```
thread '' has overflowed its stack
fatal runtime error: stack overflow
Aborted (core dumped)
```
Code:
```roc
app [main] {
pf: platform "https://github.com/roc-l…
-
It happens after I select a photo and click Live.
C:\Users\rocs\Deep-Live-Cam>python run.py
Applied providers: ['CPUExecutionProvider'], with options: {'CPUExecutionProvider': {}}
find model: …
-
Very similar to #6980, but this one should run tests (expects) in all roc code blocks that have them.
Example code block:
```roc
app [main] { pf: platform "https://github.com/roc-lang/basic-cli/r…
-
## Minimal Example
Typing the following into the Roc REPL crashes the compiler
```
(_, x) = \x -> x
5
```
## Error Message
```
panicked at 'internal error: entered unreachable code: recurs…
-
Tested with Roc https://github.com/roc-lang/roc/commit/d5db3137a3d8da46f92c31b6bf088bc495f759c2 on `basic-cli` v0.10.0 and v0.12.0.
Commenting out the `Arg.list` line makes the error go away.
``…
-
The following code type checks and passes tests, even though the type annotation on `bug` should cause a type mismatch:
```roc
module [bug]
bug : U8 -> [A]
bug = \i ->
when i is
…
svcxc updated
2 weeks ago
-
While investigating problems like #1894, it would be very useful to have a minimized example that repros the crash, rather than having to wade thru piles of code at every layer (primarily: roc source,…