-
-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Increased Julia minimum requirement and removed 0.4 builds from Travis and AppVeyor. * First pass removing all the pre-0.5 code. * Fixed up some things so that tests pass again. * Updated README to remove references to 0.4. * Removed a some more syntax for supporting 0.4. * Deprecate at-ngenerate and at-nsplat. * Deprecate at-functorize. * Moved at-functorize to to-be-deprecated.jl * Renamed to-be-deprecated.jl -> deprecated.jl * Merged ngenerate.jl into deprecated.jl * Fixed accidental deletion in README (vs just the '(Julia 0.5 and higher)' part). * Renamed test/to-be-deprecated.jl * Added some version checks so that deprecation warning are only thrown on 0.6. * Added deprecation warnings for KERNEL, UTF8String and ASCIIString on 0.6.
- Loading branch information
Showing
10 changed files
with
91 additions
and
1,122 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 |
---|---|---|
|
@@ -3,7 +3,6 @@ os: | |
- linux | ||
- osx | ||
julia: | ||
- 0.4 | ||
- 0.5 | ||
- 0.6 | ||
- nightly | ||
|
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 +1 @@ | ||
julia 0.4 | ||
julia 0.5 |
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.