immutant

http://immutant.org Note: dev discussion happens in #immutant on FreeNode IRC.
bja 2017-06-23T00:17:01.712888Z

has anyone else had a problem with immutant.web's LazyMap having a .hashCode that throws a NPE?

bja 2017-06-23T00:17:15.714835Z

ran into this when I was trying to use timbre to log a request

bja 2017-06-23T00:19:26.733211Z

nvm, traced it to this: https://github.com/ztellman/potemkin/issues/52

bja 2017-06-23T00:40:39.903822Z

created an issue here: https://issues.jboss.org/browse/IMMUTANT-633

2017-06-23T01:33:25.324979Z

@bja thanks for the report - I'll take a look

bja 2017-06-23T18:08:51.745251Z

thanks @tcrawley for the quick turnaround! I enjoy not maintaining bugfix forks.

2017-06-23T18:09:11.751940Z

Happy to help!

bja 2017-06-23T18:09:56.767142Z

as an aside, was thinking that there are probably other places def-derived-map gets used that are broken

bja 2017-06-23T18:10:16.773991Z

a quick search revealed that Aleph uses it for their netty request too

2017-06-23T18:10:52.786913Z

yeah, I suspect this impacts others. It's surprising that it took this long to come to light