cljs-dev

ClojureScript compiler & std lib dev, https://clojurescript.org/community/dev
bhauman 2020-05-13T15:28:59.369600Z

hmmm do :closure-defines work for the new :bundle target?

bhauman 2020-05-13T15:44:11.370800Z

@dnolen just confirmed that CLOSURE_UNCOMPILED_DEFINES and CLOSURE_NO_DEPS donโ€™t make it through the bundler properly, they probably need to be exported to the global window object

bhauman 2020-05-13T15:46:55.372200Z

could append window.CLOSURE_UNCOMPILED_DEFINES = CLOSURE_UNCOMPILED_DEFINES; at the end of the boot script after the window.require override

dnolen 2020-05-13T16:04:36.372800Z

What optimizations are we talking about?

dnolen 2020-05-13T16:05:03.373600Z

Oh Iโ€™m assuming :none I guess

bhauman 2020-05-13T16:09:42.373800Z

https://clojure.atlassian.net/browse/CLJS-3251

bhauman 2020-05-13T16:10:14.374400Z

yeah :none

bhauman 2020-05-13T16:11:31.375600Z

@dnolen ^

dnolen 2020-05-13T16:13:07.375900Z

@bhauman fixed in master, give it a try

bhauman 2020-05-13T16:13:14.376100Z

thanks man

bhauman 2020-05-13T16:15:08.376500Z

yeah that should do it

dnolen 2020-05-13T16:17:44.377100Z

@bhauman let me know when you have something that appears to work - happy to cut an official bug fix release just so that Figwheel has something to align with

bhauman 2020-05-13T16:19:42.377300Z

@dnolen will do

bhauman 2020-05-13T16:20:00.377800Z

will let you know in a few minutes

dnolen 2020-05-13T16:21:13.378600Z

if there's any other bugs that could use fixing for such a release let me know

bhauman 2020-05-13T16:28:51.379100Z

@dnolen that did it for me, figwheel-main is now working

dnolen 2020-05-13T16:28:57.379300Z

sweet!

dnolen 2020-05-13T16:29:22.379900Z

@bhauman and lein-figwheel already all good too?

bhauman 2020-05-13T16:29:31.380100Z

yep

bhauman 2020-05-13T16:29:37.380300Z

๐Ÿ™‚

bhauman 2020-05-13T16:29:49.380800Z

its didnโ€™t use closure defines ๐Ÿ™‚

bhauman 2020-05-13T16:30:26.381300Z

@dnolen actually wait a few,

bhauman 2020-05-13T16:30:35.381600Z

I have a test suite I should run

dnolen 2020-05-13T16:30:45.382Z

yeah I'll wait, no rush

dnolen 2020-05-13T16:31:24.382700Z

might be good to see if people want to kick it too with a CLJS git-dep

bhauman 2020-05-13T16:39:41.383100Z

oh yeah

dnolen 2020-05-13T16:40:48.383500Z

I think maybe should just wait till Friday to let the feedback roll in

2020-05-13T19:11:00.386300Z

A few docsctrings are placed after the binding form in the clojurescript source. There are also some typos: https://github.com/laurio/clojurescript/pull/1/files Would you be interested in opening a Jira issue so i can submit a patch?

dnolen 2020-05-13T19:43:47.387Z

@lauri yes thanks! have you submitted your CA?

bhauman 2020-05-13T21:02:25.388500Z

@dnolen its all working. It would be nice to have a release sooner than later, as Iโ€™d like to have this milestone achieved ๐Ÿ™‚

๐Ÿ‘ 1
dnolen 2020-05-13T23:25:45.389600Z

@bhauman 1.10.764 should be going out soon

๐Ÿ‘ 3
2020-05-13T23:45:49.393200Z

@dnolen I have submitted my CA (have done few contributions in 2016).

dnolen 2020-05-13T23:46:47.393400Z

@lauri cool submit a patch!

๐Ÿ‘ 1
2020-05-13T23:55:15.397100Z

Will do it in the morning! Can I create an issue in Jira myself - couldnโ€™t find this option there at the moment.

2020-05-13T23:57:14.398500Z

Sorry, now I found this button - will create the issue.