Skip to content
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

Stack Overflow #6

Closed
gitfoxi opened this issue Dec 21, 2013 · 4 comments
Closed

Stack Overflow #6

gitfoxi opened this issue Dec 21, 2013 · 4 comments

Comments

@gitfoxi
Copy link

gitfoxi commented Dec 21, 2013

julia> using URIParser

julia> URI("http://www.cairographics.org/releases/pixman-0.28.2.tar.gz")
ERROR: stack overflow
 in URI at /home/m/.julia/URIParser/src/parser.jl:32 (repeats 1025 times)

Looking at the code, yeah, how is that going to work?

URI(schema::ASCIIString,host::ASCIIString,port::Integer,path,query::ASCIIString="",fragment="",userinfo="",specifies_authority=false) = 
    URI(schema,host,uint16(port),path,query,fragment,userinfo)
@Keno
Copy link
Contributor

Keno commented Dec 21, 2013

This worked until about two days ago when the behavior of constructors was changed.

@Keno
Copy link
Contributor

Keno commented Dec 21, 2013

Fixed by bumping METADATA.

@Keno Keno closed this as completed Dec 21, 2013
@gitfoxi
Copy link
Author

gitfoxi commented Dec 21, 2013

Thanks. That was quick. Can I ask what behavior of constructors changed?

@Keno
Copy link
Contributor

Keno commented Dec 21, 2013

JuliaLang/julia#4026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants