-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* mod: .travis.yml Drop 0.5 mod: README.md Comment, issue #43 URI field mod: REQUIRE Drop 0.5 mod: src/HttpCommon.jl AbstractString -> String. Constructors accepting AbstractString. * modified: .travis.yml Separate depwarns from URIParser <- Compat * modified: test/runtests.jl Added tests for constructing requests with Dict{AbstractString, AbstractString} Added two-step test for isa(HttpCommon.header(), Header) * modified: src/HttpCommon.jl Added using Base.Dates (the 0.6 way) * modified: .travis.yml Drop the two-step compilation again. modified: REQUIRE No way around including Compat for covering 0.6 and 0.7. modified: src/HttpCommon.jl using Compat.Dates
- Loading branch information
Showing
5 changed files
with
42 additions
and
24 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.5 | ||
- 0.6 | ||
- nightly | ||
notifications: | ||
|
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,2 +1,3 @@ | ||
julia 0.5 | ||
julia 0.6 | ||
URIParser | ||
Compat 0.37.0 |
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