robertzk / microserver

Minimal R server
MIT License
7 stars 2 forks source link

identical path matching before pattern matching #19

Closed abelcastilloavant closed 8 years ago

abelcastilloavant commented 8 years ago

I tried having two routes in a toy microserver called \raw and \rawer, and the microserver could never call the \rawer function.

I added a couple of lines of code to try identical matching before pattern matching when determining routes.

kirillseva commented 8 years ago

nice!

kirillseva commented 8 years ago

Should we even have pattern matching...

kirillseva commented 8 years ago

@abelcastilloavant could you up version please and write some changelog stuff? will merge after that, good find!

abelcastilloavant commented 8 years ago

upping version number. I couldn't find a changelog, should I make one?

peterhurford commented 8 years ago

@abelcastilloavant Yep, create a new file NEWS.md that looks like this.

peterhurford commented 8 years ago

Looks good to go otherwise :+1: