Fork me on GitHub
#speculative
<
2019-02-01
>
borkdude09:02:13

I really would like to solve this issue before 0.3.0. Any help would be appreciated. https://github.com/borkdude/speculative/issues/276

mfikes12:02:10

@borkdude There is a new Planck that could be used here https://github.com/borkdude/speculative/blob/bfd8b585313561b500d2831f7b6e70f6c07c81ac/.circleci/config.yml#L43 Version 2.20.0, which has ClojureScript 1.10.516 in it I may make a PR later for it to be included in Speculative, but I'm backlogged with other stuff to do right now. Just wanted to let you know if you were interested in upgrading CI.

borkdude12:02:38

Cool, I was eagerly expecting this 😄 I already have an upgrade-cljs branch where you can PR this

mfikes12:02:59

Cool. I probably won't get to it until later today

borkdude12:02:03

Or I might do it if I have time. The workarounds library has been removed in that branch.

borkdude12:02:19

I have been trying brew upgrade planck for a few times over the last few hours, but it’s not there yet 🙂

mfikes12:02:55

I have't submitted an update to Homebrew for Planck. Usually if I don't, someone else does so within a day or two

borkdude12:02:44

it would be good for local testing

borkdude13:02:57

I mean, I can’t test with a different version locally than CI, since the workaround lib is not compatible with both versions

mfikes13:02:18

I also plan on submitting an update to Homebrew, priorities though have me on work stuff ¯\(ツ)/¯

borkdude13:02:45

cool. I don’t know what it involves, else I would do it if I have time. I’ll have some more patience. have a good day 😄

mfikes17:02:33

Anywhere between 4 and 48 hours we'll hopefully see it

borkdude19:02:15

I’m going to try brew upgrade planck --HEAD

mfikes19:02:34

That should work as well

mfikes20:02:26

@borkdude The command should be brew install --HEAD planck

borkdude20:02:48

$ brew upgrade planck --HEAD
==> Upgrading 1 outdated package:
planck 2.19.0_1 -> HEAD_1
==> Upgrading planck
==> Cloning 
Updating /Users/Borkdude/Library/Caches/Homebrew/planck--git
From 
   efacffe..ad4a119  master     -> origin/master
==> Checking out branch master
Already on 'master'
Your branch is behind 'origin/master' by 21 commits, and can be fast-forwarded.
  (use "git pull" to update your local branch)
HEAD is now at ad4a119 2.20.0
==> ./script/build-sandbox

mfikes20:02:48

For reference, that's recorded here http://planck-repl.org/setup.html

mfikes20:02:18

Ahh, cool, so that will actually homebrew an upgrade. TIL.

borkdude20:02:52

if that looks good to you, then I’ll merge