andrewcooke / ParserCombinator.jl

A parser combinator library for Julia
Other
107 stars 20 forks source link

Looks like things may be breaking now. #24

Open sbromberger opened 7 years ago

sbromberger commented 7 years ago

https://travis-ci.org/JuliaGraphs/LightGraphs.jl/builds/225059949#L431-L456

sbromberger commented 7 years ago

Just an FYI - this started breaking between Julia version daefda40aa (good) and 6e0a2f8c94 (bad) - unfortunately, I don't have time to run a bisect at this time.

andrewcooke commented 7 years ago

So should I make a new release where the package version required has an upper limit?

sbromberger commented 7 years ago

Nope. it broke due to a bad Julia commit. Stay the course, but you'll probably need to rewrite your tasks with produce/consume at some point.