You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fixes
A bug introduced in the v0.2.0 where components had wrong resources names is fixed now. Also the wrong symbolic links inside systems and environments related to resources also fixed. (#14 and #24)
A bug in deps command where you don't have (:require ...) as the first statement in your namespace declaration is fixed. (#20)
Enhancements
Added a section on Readme documentation to explain how to use emacs/cider together with Polylith. (#15)
Unset $CLASSPATH while calling shell commands within the plugin. Not doing this prints out a warning on machines running operating system different than MacOS. (#16)
All PRs included in this release
Fixes symbolic link errors related to resources folder name (#25)
Allow the :require statement to occur in any order in import statements (#22)