has anyone else had a problem with immutant.web's LazyMap having a .hashCode that throws a NPE?
ran into this when I was trying to use timbre to log a request
nvm, traced it to this: https://github.com/ztellman/potemkin/issues/52
created an issue here: https://issues.jboss.org/browse/IMMUTANT-633
@bja thanks for the report - I'll take a look
thanks @tcrawley for the quick turnaround! I enjoy not maintaining bugfix forks.
Happy to help!
as an aside, was thinking that there are probably other places def-derived-map gets used that are broken
a quick search revealed that Aleph uses it for their netty request too
yeah, I suspect this impacts others. It's surprising that it took this long to come to light