-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backport LazyList #290
Backport LazyList #290
Conversation
6ed11c9
to
49dc7d1
Compare
I wish I could mark this as a draft again, cuz boy is it not done. |
@NthPortal Could you explain what remains to be done? |
@julienrf port GC tests, and make all the tests pass in all versions (or comment out/fix those that can't due to compiler bugs that weren't fixed until 2.13) |
ae41dfd
to
05a028b
Compare
if someone can take a look at the last two little bits and make them compile, that would be hugely appreciated (TODO list in description) |
8b3a38c
to
0f66a96
Compare
d5bf529
to
59c6cfb
Compare
I've given up on getting the serialization test to work across versions. it will just have to be specific to certain versions (2.11 and 2.13 JVM) |
it seems GC tests don't work on JS (idk why I missed this before). Is there a good way to let them run only on JVM? or can they be tweaked to use something other than |
The docs for However, even without the I'm not sure what the best path forward is here, but if someone has one, they can feel free to (force) push it to this branch. |
The fix for this is here: NthPortal#1 |
Move GC test to JVM only.
Thank you both! |
Do we know when this will be released? |
Hey, we should indeed cut a release soon, thanks for asking 😃 |
Is there a reason not to release often? It's little work, we have everything automated, no? |
I think last time we had an issue and had to manually publish things. But I agree that in principle we could release more often. |
Still TODO:
Fix serialization