-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Plugin tests work * Macro system working * Plugins solved in core * Plugins done in elchemy-core * resolve full functions arity * Better vars in meta and mod when crashing * core * core change * core change test * fix test of test-project * better .gitignore * better .gitignore in core * fix bump * 0.7.0-0 * 0.7.0-0 / 2018-05-11 ================ * fix bump * better .gitignore in core * better .gitignore * fix test of test-project * core change test * core change * core * Better vars in meta and mod when crashing * resolve full functions arity * Plugins done in elchemy-core * Plugins solved in core * Macro system working * Plugin tests work * release from wherever * 0.7.0-1 * 0.7.0-2 * 0.7.0-2 / 2018-05-11 ================ * 0.7.0-1 * release from wherever * Proper dev release * remove docs * Core update to 7.0.1 * 0.7.0 * 0.7.0 / 2018-05-14 ================ * Core update to 7.0.1 * remove docs * Proper dev release * remove docs * Configurable elchemy path exec for dev mode * strip meta as a helper in core * 0.7.1 * 0.7.1 / 2018-05-15 ================ * remove docs * Remove restore docs
- Loading branch information
Showing
24 changed files
with
658 additions
and
284 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,3 +17,5 @@ example/ | |
stable/ | ||
_book/ | ||
.elixir_ls/ | ||
.vscode/ | ||
test_project/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/bin/bash | ||
|
||
|
||
version="0.6.6" | ||
version="0.7.1" | ||
set -e | ||
|
||
VERBOSE=false | ||
|
Submodule elchemy-core
updated
11 files
+1 −0 | .gitignore | |
+1 −0 | elm-package.json | |
+0 −2 | elm/Elchemy.elm | |
+1 −17 | elm/Elchemy/Lazy.elm | |
+75 −0 | elm/Elchemy/Macros.elm | |
+43 −0 | elm/Elchemy/Native/NativeExUnit.ex | |
+60 −0 | elm/Elchemy/Plugins/ExUnit.elm | |
+18 −0 | elm/Elchemy/Tests/ExUnitTest.elm | |
+7 −3 | elm/Elchemy/XDebug.elm | |
+3 −3 | mix.exs | |
+9 −0 | test/exunit_plugin_test.exs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.