gren-lang / gren-lang/compiler
`repl` `String` display: show escape code for `\u{0001}`
Open
Nobody has claimed this yet.
- Dominant language
- Haskell
- Stars
- 503
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
issue for elm 0.18.0 that still exists if you replace \0 and \1 for \u{0001}
https://github.com/elm/core/issues/930
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
Start by locating the REPL String display handling in the compiler and compare its behavior with the linked elm/core issue 930. Reproduce the \u{0001} case, then verify that the REPL displays the escape code rather than an indistinguishable control character.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- elm
- Domain
- cli, compilers
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100