Dependencies in the default template are outdated
Open
Nobody has claimed this yet.
- Dominant language
- Reason
- Stars
- 138
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
Can be worked around with by using the following
"resolutions": {
"@reason-native/console": "git+https://github.com/reasonml/reason-native.git:console.opam#aec0ac68",
"@reason-native/pastel": "git+https://github.com/reasonml/reason-native.git:pastel.opam#aec0ac68",
"@reason-native/cli": "git+https://github.com/reasonml/reason-native.git:cli.opam#aec0ac68",
"@reason-native/file-context-printer": "git+https://github.com/reasonml/reason-native.git:file-context-printer.opam#aec0ac68",
"@reason-native/rely": "git+https://github.com/reasonml/reason-native.git:rely.opam#aec0ac68",
"@opam/merlin-lib": "4.6-414",
"ocaml": "4.14.1000",
"@pesy/esy-pesy": {
"version": "0.1.0-alpha.14",
"override": {
"dependencies": {
"@opam/reason": "*"
}
}
},
"@esy-ocaml/reason": {
"source": "no-source:",
"override": {
"build": "true"
}
},
"@opam/num": "opam:1.4"
}
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.
Research direction
No template file or test is named in the issue. Inspect the default project template and compare its dependency definitions with the listed resolutions; the work is done when a newly generated project installs without requiring those workarounds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- ocaml
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100