Skip to content
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

adding invokelatest #84

Merged
merged 4 commits into from
Sep 9, 2024
Merged

Conversation

schlichtanders
Copy link
Collaborator

@schlichtanders schlichtanders commented Sep 3, 2024

fix #83

this actually worked 👍

Not sure whether this should need an extra test. The lines are of course tested by the current tests already.

@fonsp
Copy link
Member

fonsp commented Sep 3, 2024

I wonder if this also affects performance... Let's see if the performance tests pass! Otherwise it might be good to look into, and maybe the Distrubted source code can help

@fonsp
Copy link
Member

fonsp commented Sep 3, 2024

Can you update from main? I fixed the igthub aciton

@fonsp
Copy link
Member

fonsp commented Sep 3, 2024

I also gave you write access to the repo

@schlichtanders
Copy link
Collaborator Author

Can you update from main? I fixed the igthub aciton

I rebased 👍

@schlichtanders
Copy link
Collaborator Author

impressive that all tests on older julia versions fail - is this normal?

@Pangoraw
Copy link
Member

Pangoraw commented Sep 5, 2024

impressive that all tests on older julia versions fail - is this normal?

invokelatest
Prior to Julia 1.9, this function was not exported, and was called as Base.invokelatest.

It should work if the call is replaced with Base.invokelatest.

src/shared.jl Outdated Show resolved Hide resolved
src/worker.jl Outdated Show resolved Hide resolved
schlichtanders and others added 2 commits September 8, 2024 13:58
Co-authored-by: Paul Berg <naydex.mc+github@gmail.com>
Co-authored-by: Paul Berg <naydex.mc+github@gmail.com>
Copy link
Member

@Pangoraw Pangoraw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark tests do not seem impacted ✔️

@schlichtanders
Copy link
Collaborator Author

Thank you @Pangoraw, merging this then now

@schlichtanders schlichtanders merged commit a3d48f2 into JuliaPluto:main Sep 9, 2024
19 checks passed
@fonsp
Copy link
Member

fonsp commented Oct 1, 2024

@schlichtanders Can you make a release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ArgumentError: array must be non-empty when deserializing a PythonCall object
3 participants