Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@mfikes
Copy link
Member

@mfikes mfikes commented Oct 6, 2019

Fixes #1011

This fixes the issue by simply causing the JVM compiler to have a version of GCL on the classpath which is closer to the one Planck ships with.

Ideally, in the future, Planck should ship with a version that is identical to the one that it puts on the JVM classpath. This would be good for the next ClojureScript compiler release because that release does type analysis of Closure libraries, which leads to additional type inference, and thus potentially different code gen.

To pull that off, we’d probably need to stop fetching the GCL ZIP from GitHub but instead only make use of the Clojure-built google-closure-library JAR for everything.

@mfikes mfikes requested a review from pyrmont October 6, 2019 16:23
@mfikes mfikes merged commit d84a536 into master Oct 6, 2019
@mfikes mfikes deleted the issue-1011-gcl-master branch October 6, 2019 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GCL lib analysis issue with ClojureScript master

3 participants