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

Warn when one bond defines another #138

Open
fonsp opened this issue Apr 24, 2024 · 0 comments
Open

Warn when one bond defines another #138

fonsp opened this issue Apr 24, 2024 · 0 comments

Comments

@fonsp
Copy link
Member

fonsp commented Apr 24, 2024

This situation does not work well on PSS:

@bind x Slider(1:10)

@bind y Slider(y:10)

x + y

It might be nice to detect this and show a warning, instead of unexpected failures.

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

1 participant