cljs-dev

ClojureScript compiler & std lib dev, https://clojurescript.org/community/dev
2021-05-29T08:21:58.087700Z

@mfikes I will probably need some assistance with http://travis-ci.com setup, I wanted to migrate canary repo and it does not show up in my http://travis-ci.com list of repos under cljs-oss org, not sure what is wrong, because module-deps is there

slipset 2021-05-29T09:30:09.089700Z

Not that it makes any big difference, but why not CircleCI? They’re a Clojure shop and some of their employees lurk around in #circleci if problems arise?

2021-05-29T09:36:23.089800Z

for circleci we would have to implement a task runner on our side, similar to: https://github.com/cljs-oss/canary/blob/master/runner/src/canary/runner/travis.clj

mfikes 2021-05-29T11:21:24.093900Z

@darwin I too haven’t quite figured out the new Travis stuff. There is a magic “migrate” button that is supposed to make things seamless. The result of contacting them for the free open source plan was that they added 25,000 credits to my paid credit allotment (as opposed to OSS credits).

2021-05-29T11:26:15.094700Z

@mfikes thanks, already figured that out, I was missing the migrate tab, that was blocking repos already associated with org

2021-05-29T11:27:06.095700Z

@mfikes we will need to update all affected access tokens in .travis.yml in the jobs branch, the com tokens are different from org tokens

👍 1
2021-05-29T13:34:57.097400Z

@mfikes all looks good, my projects are working again with http://travis-ci.com, your projects are broken because of old access tokens, see my notes here: https://gist.github.com/darwin/25fe01da19306e6faad352bcb4923ad5

mfikes 2021-05-29T20:26:45.098300Z

Canary is now fully migrated to the http://travis-ci.com infra

👍 1
🎉 1
lread 2021-05-29T21:33:50.100500Z

I’ve found that, under at least two similar usages, figwheel-main tests are no longer running after upgrading to ClojureScript v1.10.866. I’ve https://github.com/bhauman/figwheel-main/issues/295, but thought I should ping here as well.

mfikes 2021-05-30T12:51:41.102400Z

If we can make a minimal repro (not involving Figwheel), we can file a JIRA.

lread 2021-05-30T13:53:01.104300Z

Thanks Mike, that sounds totally reasonable. I could take a stab at this @bhauman, but I am not familiar with figwheel-main source code.

mfikes 2021-05-30T14:17:21.104500Z

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