Adding a generic value prevents printing
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 30/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Stale
- Domain
- tooling
Research direction
Start by reproducing the issue with the provided script, first with the generic List declarations commented out and then uncommented. Trace the REPL's script execution and printing path to determine why the generic declarations suppress all output; done means the script prints both messages in either form.
Written by the indexing model from the issue text.
Description
If you set a value to be a generic type, the script no longer prints.
printfn "Hello world"
let test = 0
// prevents printing
//let mutable test2 : List<int> = []
// prevents printing
//let test3 : List<int> = []
let test4 : int = 0
printfn "script complete"
The above will print, but uncommenting the lines mentioned will stop the script from printing any output.
- Dominant language
- F#
- Stars
- 2
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
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.
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
use-agent-os/agent-os#3314 ·
-
agentic-workflows
Difficulty 1/5 Under an hour Newbie friendliness 85/100
githubnext/rig#534 ·
-
documentation low-priority templates
Difficulty 2/5 1-3 hours Newbie friendliness 85/100
jesseray718/openroot#87 ·
-
factory-active factory-automatic task-bug-reproduction-cannot-reproduce task-identify-harness-labels-done task-identify-issue-type-done
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
ReedClanton/NixOS#41 ·