<div dir="ltr">On Wed, Oct 23, 2013 at 3:31 PM, Jay McCarthy <span dir="ltr"><<a href="mailto:jay.mccarthy@gmail.com" target="_blank">jay.mccarthy@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Here are two ideas.<br>
<br>
1) You simply have an old use of the original net/url. When #<url> is<br>
printed, it uses the symbolic name and you can't really figure out<br>
what the underlying code came from. I would do a grep to make sure<br>
this is not the case.<br></blockquote><div><br></div><div>Would the operative places to look be the point at which the url object is created and then where it is used? In other words, if it is created in the context of net/url (i.e. a module where net/url is required) and used in a module with adaptnet/url required, it will look like a #<url> (when printed) but not be a url? according to adaptnet/url's url-structs, and where the object travels in between doesn't make a difference?</div>

<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
2) You are using namespaces somewhere and actually have two instances<br>
of the same module somewhere where a value produced by copy 1 is going<br>
to copy 2. This is possible with the Web server if you don't set up<br>
the servlet namespace properly:<br>
<br>
<a href="http://docs.racket-lang.org/web-server-internal/dispatch-servlets.html#(part._namespace)" target="_blank">http://docs.racket-lang.org/web-server-internal/dispatch-servlets.html#(part._namespace)</a><br>
<br>
On Wed, Oct 23, 2013 at 4:25 PM, Erik Pearson <<a href="mailto:erik@adaptations.com" target="_blank">erik@adaptations.com</a>> wrote:<br>
> Excuse my poor experience with contracts, this is probably an easy one.<br>
><br>
> I'm using a copy of net/url and have a strange problem. The copied library<br>
> is working fine in general, but this problem cropped up today:<br>
><br>
> struct:exn:fail:contract:blame url-port: contract violation<br>
> expected: url?<br>
> given: #<url><br>
> in: the 1st argument of<br>
> (-> url? (or/c #f number?))<br>
> contract from:<br>
> /home/epearson/work/racket/github/adaptnet/url-structs.rkt<br>
> blaming: /home/epearson/work/racket/github/racqueb/httpc.rkt<br>
> at: /home/epearson/work/racket/github/adaptnet/url-structs.rkt:4.28<br>
><br>
> The error is thrown in my usage of url-port which is being passed a<br>
> perfectly good url struct object. The file is requiring the copied<br>
> url-structs. If I play with the function that is being blamed in httpc.rkt<br>
> via the repl in dr racket, this specific error is not thrown. The call to<br>
> (url-port url) succeeds without throwing this contract exception.<br>
><br>
> From my primitive understanding, I'm flummoxed: Why is a #<url> not a url?<br>
><br>
> I suspected that there may have been a leftover require of net/url confusing<br>
> things, but I can't find any in my code.<br>
><br>
> Using racket head from github 5.90.0.9--2013-10-20(d6610289/d)<br>
><br>
> Help!<br>
><br>
> Thanks,<br>
> Erik.<br>
><br>
><br>
><br>
> ____________________<br>
>   Racket Users list:<br>
>   <a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
><br>
<span><font color="#888888"><br>
<br>
<br>
--<br>
Jay McCarthy <<a href="mailto:jay@cs.byu.edu" target="_blank">jay@cs.byu.edu</a>><br>
Assistant Professor / Brigham Young University<br>
<a href="http://faculty.cs.byu.edu/~jay" target="_blank">http://faculty.cs.byu.edu/~jay</a><br>
<br>
"The glory of God is Intelligence" - D&C 93<br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br>Erik Pearson<br>Adaptations<br>;; web form and function 
</div></div>