haskell / haskell/play-haskell
UI for controlling Core/Asm GHC options
Open
- Dominant language
- Haskell
- Stars
- 160
- Forks
- 14
- PR merge metrics
- No merged PRs in 30d
Description
Since #35, one flag is passed to GHC when printing core/asm output: `-dno-typeable-binds`. Because `{-# OPTIONS -dtypeable-binds #-}` doesn't seem to be a thing, there needs to be some UI for disabling such pre-set flags.
Contributor guide
Research direction
The issue concerns the UI for Core/Asm output and the preset GHC flag described after #35. Start by tracing how Core/Asm output options are presented and how -dno-typeable-binds is passed to GHC. Done means users can control or disable such preset flags through the UI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- haskell
- Domain
- compilers, frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100