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

Docs: (upgrading from 0.10 to 0.11) additional details? #86

Open
vojkog opened this issue Jan 27, 2019 · 4 comments
Open

Docs: (upgrading from 0.10 to 0.11) additional details? #86

vojkog opened this issue Jan 27, 2019 · 4 comments

Comments

@vojkog
Copy link
Contributor

vojkog commented Jan 27, 2019

I've upgraded my projects from 0.10 to 0.11 according to:
https://github.com/duct-framework/duct/blob/master/UPGRADING.md#011-from-010

In comparison with the newly generated 0.11 project skelton there are few more differences that I have not noticed in the documentation:
project.clj (marked red):
image

dev.clj:
image

I do not know, if all differences are required.

@weavejester
Copy link
Collaborator

Those differences shouldn't be critical, or are not directly related to Duct. The change in the nREPL middleware, for example, is a result of CIDER and Leiningen updates. The earlier version of Eftest and Integrant-Repl should work fine as well, though obviously the later versions are preferred.

@vojkog
Copy link
Contributor Author

vojkog commented Jan 27, 2019

Thank you for the version(s) clarification!

I had to replace dev.clj from 0.11 generated skeleton as shown on my second screenshot.
It looks that generated dev.clj (from 0.10) uses dev/prep function which is removed in duct/core. 0.7

Updating dev.clj was the only step that I did not found in docs when upgrading from 0.10.

@weavejester
Copy link
Collaborator

Thanks for the note about dev.clj. I had forgotten that referenced functions.

@zerg000000
Copy link

Hi I think the setup in https://github.com/duct-framework/duct/wiki/Configuration is outdated too.

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