Fork me on GitHub
#cljs-dev
<
2018-10-06
>
darwin12:10:37

any ideas why I would get this stack overflow when compiling cljs code? https://travis-ci.org/binaryage/dirac/jobs/437984389#L1126 the problem is that I can reproduce it only under ubuntu:trusty in a docker container or under travis, other environments compile exactly the same code just fine, even just upgrading ubuntu version to latest fixes the issue: https://github.com/binaryage/dirac/commit/6397a74480472a2bc8932cc80e99f5780ab2d205

darwin12:10:30

tried clearing all caches and nuking docker images, but it behaved the same under a clean run

mfikes15:10:49

@rauh I inadvertently reproduced some of the stuff you did in https://dev.clojure.org/jira/browse/CLJS-2467 via https://dev.clojure.org/jira/browse/CLJS-2926 My initial inclination is that your patch is better, and I'm considering retracting my patch. The details of my thinking are in the last comment in CLJS-2926. If you disagree, let me know (otherwise I think your patch should be put in the queue to be ultimately applied).