Skip to content

Updates to .m files do not take effect #228

Description

@olof3

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions