Skip to content

Issues: roc-lang/roc

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

MultipleCharsInSingleQuote runtime error not reported during compilation bug Something isn't working
#7260 opened Nov 28, 2024 by JRI98
NumAddWrap missing u128 and i128 bug Something isn't working dev backend Specific to the dev backends
#7253 opened Nov 27, 2024 by lukewilliamboswell
NumAddSaturated missing u128 and i128 bug Something isn't working dev backend Specific to the dev backends
#7252 opened Nov 27, 2024 by lukewilliamboswell
Num.subWrap 0u128 1u128 panics on main bug Something isn't working dev backend Specific to the dev backends
#7251 opened Nov 27, 2024 by lukewilliamboswell
Replace Num.infinity implementations with compiler-generated numbers builtins Relates to roc builtins like Bool, List, Str ... perf-emitted The performance of emitted Roc code, as opposed to the compiler itself.
#7244 opened Nov 23, 2024 by skyqrose
Update tutorial with recent syntax changes website www.roc-lang.org
#7242 opened Nov 22, 2024 by JanCVanB
9 tasks
panic: No borrow signature for LambdaName bug Something isn't working
#7240 opened Nov 22, 2024 by 2wenty1ne
Language Server crashes when using ! after a module instead of a function bug Something isn't working intermediate issue Likely good for someone who has completed a few other issues P-medium Medium priority/frequency
#7222 opened Nov 15, 2024 by pserghei
Recursive function allows inferred tag union type to deviate from annotation bug Something isn't working type checking Relates to type checking compiler stage
#7194 opened Nov 3, 2024 by svcxc
Compiler bug: Using an undefined Int variable with Inspect.toStr bug Something isn't working
#7191 opened Oct 29, 2024 by dxrcy
unhandled parse error: UnexpectedTopLevelExpr intermediate issue Likely good for someone who has completed a few other issues P-medium Medium priority/frequency
#7188 opened Oct 26, 2024 by mcol
Runtime error when passing record with missing default fields to encoder bug Something isn't working P-medium Medium priority/frequency
#7185 opened Oct 25, 2024 by jwoudenberg
Num.toI64 on U32 returns negative number bug Something isn't working intermediate issue Likely good for someone who has completed a few other issues P-high High priority/frequency
#7184 opened Oct 25, 2024 by Anton-4
Compiler bug: 'I thought a non-nullable-unwrapped variant for a lambda set was impossible' bug Something isn't working P-high High priority/frequency
#7183 opened Oct 25, 2024 by dxrcy
Minor parser enhancement request: Not recognizing empty tuple / mistyped unit literal enhancement New feature or request intermediate issue Likely good for someone who has completed a few other issues
#7182 opened Oct 25, 2024 by dxrcy
Compiler crash on a certain use (possibly incorrect) of ? syntax sugar bug Something isn't working P-medium Medium priority/frequency
#7177 opened Oct 21, 2024 by sylbru
Minimal roc check compiler bug when roc build succeeds bug Something isn't working P-high High priority/frequency
#7175 opened Oct 20, 2024 by drewolson
Unnecessary padding between tag union payload and discriminant enhancement New feature or request intermediate issue Likely good for someone who has completed a few other issues
#7171 opened Oct 17, 2024 by svcxc
roc format deletes comments in modules with no content bug Something isn't working intermediate issue Likely good for someone who has completed a few other issues
#7168 opened Oct 15, 2024 by isaacvando
Inspect recursive tag unions triggers a panic in the compiler bug Something isn't working
#7160 opened Oct 12, 2024 by konnik
ProTip! Exclude everything labeled bug with -label:bug.