speculative 2019-02-01

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

@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.

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

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

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

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

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

it would be good for local testing

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

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

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 😄

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

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

That should work as well

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

$ 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

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

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

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