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

Updates to .m files do not take effect #228

Open
olof3 opened this issue Jun 25, 2024 · 1 comment
Open

Updates to .m files do not take effect #228

olof3 opened this issue Jun 25, 2024 · 1 comment

Comments

@olof3
Copy link

olof3 commented Jun 25, 2024

Having a file like simple_addition.m

1 + 1

gives as expected

julia> mat"simple_addition"
2.0

However, modifying simple_addition.m to

1 + 2

still gives

julia> mat"simple_addition"
2.0

Restarting julia doesn't help.

After showing the msession, running the file, and then hiding the msession, mat"simple_addition" begins to work.

Perhaps I am missing something, seems like someone else should have run into this before :)

Tried on Matlab R2021b on Windows, Julia 1.9.3

@tqml
Copy link
Collaborator

tqml commented Feb 21, 2025

Hey @olof3
unfortunately I cannot reproduce this issue. Can you update to the latest MATLAB.jl and Julia version and check if the problem still persists?

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

No branches or pull requests

2 participants