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

Fix cider-refresh error #33

Merged
merged 1 commit into from Mar 9, 2017
Merged

Fix cider-refresh error #33

merged 1 commit into from Mar 9, 2017

Conversation

totakke
Copy link
Member

@totakke totakke commented Mar 9, 2017

cider-refresh fails because of AOT compilation. It's a limitation of tools.namespace (cf. tools.namespace#warnings-and-potential-problems).

Disabling AOT compilation in dev profile fixes cider-refresh error.

This change resolves the error, but refresh takes too long time. cider-refresh reloads not only source but also test. midje automatically checks facts just after a namespace is loaded. :slow :heavy facts are also checked at this time unexpectedly. This seems to be a bug of midje. I've opened a issue marick/Midje#380. Please ignore it in this PR.

@alumi alumi merged commit 8886278 into master Mar 9, 2017
@alumi alumi deleted the fix/refresh-error branch March 9, 2017 06:25
@alumi
Copy link
Member

alumi commented Mar 9, 2017

I wasn't aware of that. Thank you for the patch!

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