Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(#16) Missing dependency on clojure.tools.nrepl #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

EthanEChristian
Copy link

No description provided.

Copy link
Collaborator

@mrrodriguez mrrodriguez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a potential suggestion, so will hold off on the approve.

[com.cerner/clara-rules "0.19.1"]

;; Dependencies for com.cemerick/austin
[org.clojure/tools.nrepl "0.2.13"]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a dep of com.cemerick/austin which is a pretty old thing to use for cljs.
If this is accurate, I think that:

  1. It'd make more sense for it to be in the :dev profile of :profiles
  2. As is the case in the main clara project, I think the cljs hooks should be removed so that the clj-side repl setup doesn't require cljs building/running at all. Some people don't care about that.

(2) Is probably something that can be looked at later once the main clara-rules project is doing a similar pattern.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants