luminus-framework / luminus-framework/luminus
Missing dependency on snakeyaml
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 626
- Forks
- 122
- PR merge metrics
- No merged PRs in 30d
Description
Could be the combination of switches I used. I did:
```
lein new luminus prj +reitit +sqlite +cljs +swagger +auth-jwe +oauth +cucumber +kibit
lein run
```
And got:
```
...
Caused by: java.lang.IllegalArgumentException: No matching ctor found for class org.yaml.snakeyaml.constructor.SafeConstructor
...
```
Adding:
```
[clj-commons/clj-yaml "0.7.109"]
```
to deps in `project.clj` fixes it
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
Reproduce the reported failure with the `lein new luminus prj +reitit +sqlite +cljs +swagger +auth-jwe +oauth +cucumber +kibit` and `lein run` commands. Inspect the generated `project.clj` dependencies and verify that including `clj-commons/clj-yaml` resolves the SafeConstructor error and allows the application to start.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure, java
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100