omcljs / om

ClojureScript interface to Facebook's React
6.66k stars 363 forks source link

refactor om.next/denormalize* #831

Closed ftravers closed 7 years ago

ftravers commented 7 years ago

try to instrument this function with cider debugger throws a "method too large" error. Can it be refactored into smaller chunks so users can instrument and learn better how the function works? I'm having an issue with the function that no one is responding to on slack, so would like to find the problem myself without have to pepper the code with printlns.

swannodette commented 7 years ago

This just sounds like a issue with how cider debugger works. This needs to be taken up elsewhere.