-
-
Notifications
You must be signed in to change notification settings - Fork 315
Issues: roc-lang/roc
Remove all uses of
panic!
, unwrap()
, expect(...)
, and `...
#2046
opened Nov 21, 2021 by
bhansconnect
Open
15
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
Label
Projects
Milestones
Assignee
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
#7253
opened Nov 27, 2024 by
lukewilliamboswell
NumAddSaturated
missing u128
and i128
bug
#7252
opened Nov 27, 2024 by
lukewilliamboswell
Num.subWrap 0u128 1u128
panics on main
bug
#7251
opened Nov 27, 2024 by
lukewilliamboswell
Unhandled parse error when Good for newcomers
module
is followed by anything but a list
good first issue
#7246
opened Nov 26, 2024 by
phagenlocher
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 Something isn't working
intermediate issue
Likely good for someone who has completed a few other issues
P-medium
Medium priority/frequency
!
after a module instead of a function
bug
#7222
opened Nov 15, 2024 by
pserghei
"code |> comment |> format |> uncomment" workflow has some friction
#7219
opened Nov 14, 2024 by
joshuawarner32
Allow snake_case in the parser, make formatter prefer it over camelCase
enhancement
New feature or request
good first issue
Good for newcomers
#7214
opened Nov 12, 2024 by
HajagosNorbert
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 Something isn't working
Int
variable with Inspect.toStr
bug
#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 Something isn't working
P-medium
Medium priority/frequency
?
syntax sugar
bug
#7177
opened Oct 21, 2024 by
sylbru
Minimal Something isn't working
P-high
High priority/frequency
roc check
compiler bug when roc build
succeeds
bug
#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
#7168
opened Oct 15, 2024 by
isaacvando
A when branch matching on multiple record patterns using field punning within tags causes duplicate name error
bug
Something isn't working
#7167
opened Oct 15, 2024 by
isaacvando
Roc does not generate closure calling functions if they are untyped
code gen
Generating machine code
#7165
opened Oct 13, 2024 by
bhansconnect
Inspect recursive tag unions triggers a panic in the compiler
bug
Something isn't working
#7160
opened Oct 12, 2024 by
konnik
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.