Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Add support for files being loaded via load and using (in-ns 'foo). #9

Closed
wants to merge 1 commit into from

Conversation

sundbp
Copy link

@sundbp sundbp commented Feb 10, 2014

The original version only supported (ns foo) style forms and threw
errors when using load/in-ns. With this change we also support using
(in-ns 'foo) and loading said file via (load ...).

The original version only supported (ns foo) style forms and threw
errors when using load/in-ns. With this change we also support using
(in-ns 'foo) and loading said file via (load ...).
@sundbp
Copy link
Author

sundbp commented Feb 22, 2014

Any interest in merging this one?

@ibdknox
Copy link
Member

ibdknox commented Feb 24, 2014

in-ns seems to work for me. Can you show me a case where this fails?

@cldwalker
Copy link
Member

Closing as in-ns for both examples works as does load. Making autocompletion awesome will be a priority (see #25)

@cldwalker cldwalker closed this Oct 22, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants