Skip to content

Fix binding <-- operator#1438

Open
Zer0- wants to merge 1 commit intodmjio:masterfrom
Zer0-:merge-bindings-debug3-2
Open

Fix binding <-- operator#1438
Zer0- wants to merge 1 commit intodmjio:masterfrom
Zer0-:merge-bindings-debug3-2

Conversation

@Zer0-
Copy link
Copy Markdown
Contributor

@Zer0- Zer0- commented Feb 24, 2026

  • fixes transitive upwards bindings
    • where before the value would ony be copied once to its immediate parent
  • stops the component that triggered the depth first search from propagateChildren
  • this lets chained bindings copy the changed value in one go

- fixes transitive upwards bindings
    - where before the value would ony be copied once
      to its immediate parent
- stops the component that triggered the depth first search from
  propagateChildren
- this lets chained bindings copy the changed value in one go
@Zer0-
Copy link
Copy Markdown
Contributor Author

Zer0- commented Feb 24, 2026

This was manually tested against TestBindingsApp, and miso-reactive, and serves as a preliminary patch to eventually merging this pr

@Zer0-
Copy link
Copy Markdown
Contributor Author

Zer0- commented Feb 24, 2026

tested wasm and ghcjs backends with this

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

Successfully merging this pull request may close these issues.

1 participant