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

CIDER support #85

Open
cjhowedev opened this issue Jul 12, 2017 · 4 comments
Open

CIDER support #85

cjhowedev opened this issue Jul 12, 2017 · 4 comments

Comments

@cjhowedev
Copy link

cjhowedev commented Jul 12, 2017

I think all that needs to be done for this is to have a .dir-locals.el file with the following content:

((nil . ((cider-boot-parameters . "dev"))))

This will make it start up the boot dev task to create a development REPL with cider-jack-in. I guess this should just be a template flag.

@martinklepsch
Copy link
Owner

Hey @cjhowe7 that sounds like a good suggestion - do you know if the value of cider-boot-parameters has any effect on what is being ran when you execute cider-connect?

Cheers

@cjhowedev
Copy link
Author

No, I don't think so. Here's the doc string for cider-boot-parameters: "Params passed to boot to start an nREPL server via `cider-jack-in'."

@abhi18av
Copy link

Hey, so is this moving into the master soon?

This would really be like ideal dev for tenzing :)

@cjhowedev
Copy link
Author

I think this makes it slightly harder to transition a Tenzing project to have a backend. I know the intent is to start with frontend-only first, but once a backend is desired, this config is better replaced with cljs-repl-env from boot-cljs-repl. Not sure how this impacts the decision here, though.

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

No branches or pull requests

3 participants