Are aaraneida and araneida-slim2 still active? Are they going to
replace
araneida-testing at some point in time?
I'm trying to decide which version to use as my server app.
Jonathon McKitrick
jmckitrick(a)mac.com
The code in parse-url for internet-url that which picks apart
the domain name and optional port number, user name, and password
dies in a state of confusion due to the colon in this example.
(araneida:parse-urlstring "http://a.us/:")
taking a blind stab at the problem, changing the binding of colon1-s
to this:
(colon1-s (position #\: string :end (or at-s dir-s)))
hides, and possible fixes, the error.