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

f(x).g() not recognised? #418

Closed
aplavin opened this issue Sep 12, 2020 · 3 comments
Closed

f(x).g() not recognised? #418

aplavin opened this issue Sep 12, 2020 · 3 comments
Labels
expression explorer Figuring out assignments and references in a cell good first issue Good for newcomers help welcome If you are experienced in this topic - let us know! reactivity The Pluto programming paradigm

Comments

@aplavin
Copy link
Contributor

aplavin commented Sep 12, 2020

A minimal example I came up with:

# cell 1:
x = :x
# cell 2:
f(x) = (g=() -> 1,)
# cell 3:
f(x).g()

Everything is fine so far.
Then change cell 1 (e.g. to x = :y) or cell 2 (e.g. to f(x) = (g=() -> 2,)) - cell 3 is not reexecuted automatically. Running cell 3 manually gives the expected result.

@aplavin aplavin changed the title Affected cell do not get updated sometimes Affected cells do not get updated sometimes Sep 12, 2020
@fonsp
Copy link
Owner

fonsp commented Sep 12, 2020

Thanks! Are there any warnings in your terminal?

@aplavin
Copy link
Contributor Author

aplavin commented Sep 12, 2020

I don't see any.

@fonsp fonsp added expression explorer Figuring out assignments and references in a cell good first issue Good for newcomers help welcome If you are experienced in this topic - let us know! reactivity The Pluto programming paradigm labels Sep 14, 2020
@fonsp fonsp changed the title Affected cells do not get updated sometimes f(x).g() not recognised? Sep 15, 2020
@fonsp fonsp closed this as completed in 5a0940e Oct 7, 2020
@fonsp
Copy link
Owner

fonsp commented Oct 7, 2020

🐐 testset

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
expression explorer Figuring out assignments and references in a cell good first issue Good for newcomers help welcome If you are experienced in this topic - let us know! reactivity The Pluto programming paradigm
Projects
None yet
Development

No branches or pull requests

2 participants