Skip to content
This repository has been archived by the owner on Nov 23, 2020. It is now read-only.

Releases: fredrikekre/ImportMacros.jl

v1.0.0

12 Jul 09:24
v1.0.0
Compare
Choose a tag to compare

v0.1.0

22 Jul 19:32
Compare
Choose a tag to compare
WIP: add `@from` imports macro. (#3)

* fix typo.
* Add tests and docs.
* Allow macro aliases with @from
* Test undefined macros
* Use testsets
* Squash commits
* Refactor code ans also use MacroTools.
* Fix docstring.
* Make errors read the same as the other macros.
* Squash commits.