orthecreedence / wookie

Asynchronous HTTP server in common lisp
http://wookie.lyonbros.com/
MIT License
189 stars 19 forks source link

Route dev #46

Closed gtod closed 10 years ago

gtod commented 10 years ago

Hey Andrew,

I actually have a cold so even changes this small may be a bit wacky so do feel free to ignore this for a while until I convince myself they are sensible.

The first commit addresses wookie issue #45, the second #44 and the third is just an optional tidy up.

Cheers,

Greg

orthecreedence commented 10 years ago

Looks great! Apparently alexandria's copy-array is broken for arrays that are produced from delete-if (at least in CCL) so I'm going to have to tweak that a bit, but otherwise everything works great.

gtod commented 10 years ago

By using fill-pointer t you get the length of the vector for the fill-pointer and of course for vectors the same length as their fill-pointers no problems, but otherwise disaster... ;) Thanks for all this.