-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue 38 update after running #39
base: master
Are you sure you want to change the base?
Issue 38 update after running #39
Conversation
haven't pass the Travis CI :(
https://github.com/JuliaWeb/Morsel.jl/blob/master/src/Routes.jl#L81 I haven't figured out why :( ... |
Everything is broken on 0.4 right now so could be anything |
@IainNZ |
5027c3e
to
1677640
Compare
The Julia Tuple changes, it has new syntax..
in the newest Julia. I have tried this in older version( Version 0.4.0-dev+2204 (2014-12-19 04:53 UTC) ), and the it doesn't work... |
Hi @yfractal yes, this syntax will not work in older builds. There is no point keeping compatibility with old builds for a development branch. However, we do want packages to be compatible with 0.3. The best way of doing that is via the Compat.jl package. |
@aviks I will try to fix these. |
Fix issue 38
I think when same path, eg: "test", is reinserted into the RouteTable, we should update the RouteTable with the new path.