speculative

https://github.com/borkdude/speculative
borkdude 2019-02-01T09:55:13.197200Z

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

mfikes 2019-02-01T12:51:10.198800Z

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

borkdude 2019-02-01T12:51:38.199400Z

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

mfikes 2019-02-01T12:51:59.200Z

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

borkdude 2019-02-01T12:52:03.200100Z

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

borkdude 2019-02-01T12:53:19.200600Z

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

mfikes 2019-02-01T12:55:55.201500Z

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

borkdude 2019-02-01T12:56:44.201700Z

it would be good for local testing

borkdude 2019-02-01T13:00:57.202400Z

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

mfikes 2019-02-01T13:01:18.202600Z

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

borkdude 2019-02-01T13:01:45.203Z

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 😄

mfikes 2019-02-01T17:23:58.203500Z

@borkdude Planck homebrew PR enqueued https://github.com/Homebrew/homebrew-core/pulls

borkdude 2019-02-01T17:24:07.203700Z

😄

mfikes 2019-02-01T17:24:33.204200Z

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

borkdude 2019-02-01T19:59:15.204500Z

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

mfikes 2019-02-01T19:59:34.204700Z

That should work as well

mfikes 2019-02-01T20:00:26.204900Z

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

borkdude 2019-02-01T20:00:48.205400Z

$ brew upgrade planck --HEAD
==> Upgrading 1 outdated package:
planck 2.19.0_1 -> HEAD_1
==> Upgrading planck
==&gt; Cloning <https://github.com/planck-repl/planck.git>
Updating /Users/Borkdude/Library/Caches/Homebrew/planck--git
From <https://github.com/planck-repl/planck>
   efacffe..ad4a119  master     -&gt; origin/master
==&gt; 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
==&gt; ./script/build-sandbox

mfikes 2019-02-01T20:00:48.205500Z

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

mfikes 2019-02-01T20:01:18.205900Z

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

borkdude 2019-02-01T20:54:46.206100Z

@mfikes works on my machine: https://github.com/borkdude/speculative/pull/278/files

borkdude 2019-02-01T20:57:52.206300Z

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