Pluto.jl: Changing and rerunning cells returns wrong results

Created on 2 Dec 2020  路  4Comments  路  Source: fonsp/Pluto.jl

Hey,

I encountered a critical bug in Pluto v0.12.15:

First cell:

function foo(x, y)
    @show x, y
    return x, y
end

Second cell:

foo(10, 20)

If I now swap the arguments in the second cell and run it again, the output stays the same. However, the cells are executed (terminal shows a new @show message with old result).

Here two screenshots:
First run
Second run

I'll report back which versions are still working.

Cheers,

Felix

Update: v0.12.14 works flawless, v0.12.15 seems to be broken.

Most helpful comment

You can update to Pluto 0.12.16 in about 30 minutes, when this PR is merged: https://github.com/JuliaRegistries/General/pull/25687

All 4 comments

Thanks! Sorry for the trouble, I have written a fix and will release an update in the next hour

Cool, thanks!
I just questioned my Julia skills for a moment :D

Yeah this must have been very confusing, thanks for narrowing it down and reporting an issue!

You can update to Pluto 0.12.16 in about 30 minutes, when this PR is merged: https://github.com/JuliaRegistries/General/pull/25687

Was this page helpful?
0 / 5 - 0 ratings

Related issues

karlwessel picture karlwessel  路  4Comments

garrison picture garrison  路  4Comments

FelixBenning picture FelixBenning  路  3Comments

briochemc picture briochemc  路  6Comments

aramirezreyes picture aramirezreyes  路  3Comments