duct-framework / duct

Server-side application framework for Clojure
MIT License
1.13k stars 51 forks source link

Fix replace-namespaced-keywords #49

Closed dsteurer closed 7 years ago

dsteurer commented 7 years ago

Avoid infinite loop when key is not present.

weavejester commented 7 years ago

Thanks for the PR! However, the latest commits in master are pretty experimental, and I've been working on other designs that might make your fix redundant, unfortunately.