luminus-framework / luminus-framework/luminus

Missing dependency on snakeyaml

Open
#295 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.