gren-lang / gren-lang/compiler
runtime exceptions
Nobody has claimed this yet.
- Dominant language
- Haskell
- Stars
- 503
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
very old meta-issue from 2015. Not strictly located in compiler code. In summary (which is, of course, quite out of date and therefore incomplete)
-
"invalid DOM attributes" (link broken)
-
modBy 0Error: Cannot perform mod 0. Division by zero error.
-
f x = x g y = y b = f == gEquality error: general function equality is undecidable, and therefore, unsupported
-
String.repeat 99999999999 "o"RangeError: Invalid string length
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points; start by reviewing the linked issues and the listed cases for invalid DOM attributes, modBy 0, function equality, and String.repeat. Done would require defining and implementing a current, agreed scope for these runtime exceptions, with coverage for each selected case.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- elm, haskell
- Domain
- compilers
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100