Closed solatis closed 5 years ago
Thanks! I’ll get a release out soon
Any ETA for that release @lbradstreet ?
@jsab was this not covered by 0.14.1? 0.14.1 included the fixes from this PR. If not, another PR may be required.
@lbradstreet See https://github.com/onyx-platform/onyx/blob/0.14.x/src/onyx/state/serializers/windowing_key_decoder.clj#L3 (permalink)
Fix is not in 0.14.x
.
However it is in master
: https://github.com/onyx-platform/onyx/blob/master/src/onyx/state/serializers/windowing_key_decoder.clj#L3 (permalink)
another PR may be required.
A PR from master
to 0.14.x
?
I can confirm that this patch is not yet released in 0.14.1. I think that release did include a patch from @puredanger , but there were a few additional modifications required for full clojure 1.10 support.
Thanks, I may just have to make another release then. I’ll find out what went wrong.
Cheers
Lucas
On 6 Feb 2019, at 22:01, Jean-Sebastien A. Beaudry notifications@github.com wrote:
@lbradstreet See https://github.com/onyx-platform/onyx/blob/0.14.x/src/onyx/state/serializers/windowing_key_decoder.clj#L3 (permalink)
Fix is not in 0.14.x.
However it is in master: https://github.com/onyx-platform/onyx/blob/master/src/onyx/state/serializers/windowing_key_decoder.clj#L3 (permalink)
another PR may be required.
A PR from master to 0.14.x ?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
Ah, ok that makes sense. Thanks!
On 6 Feb 2019, at 22:01, Jean-Sebastien A. Beaudry notifications@github.com wrote:
@lbradstreet See https://github.com/onyx-platform/onyx/blob/0.14.x/src/onyx/state/serializers/windowing_key_decoder.clj#L3 (permalink)
Fix is not in 0.14.x.
However it is in master: https://github.com/onyx-platform/onyx/blob/master/src/onyx/state/serializers/windowing_key_decoder.clj#L3 (permalink)
another PR may be required.
A PR from master to 0.14.x ?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
@lbradstreet Sorry to bother you about this but any progress with the release?
@jsab sorry about that. I'm unable to spend much time on maintaining onyx these days.
I've cut 0.14.2. Assuming it makes its way through the build system successfully, it should be ready for use soon.
Resolved by onyx 0.14.4.
Big thanks, I can confirm 0.14.4 is working with clojure 1.10.
With Clojure 1.10 being released, there were two additional
namespace
issues that this PR resolves. This makes Onyx fully compatible with Clojure 1.10.