Jinntec / Fore

Fore - declarative user interfaces in plain HTML
MIT License
82 stars 11 forks source link

Upgrade FontoXPath to 3.26.0 #121

Closed DrRataplan closed 2 years ago

DrRataplan commented 2 years ago

Fixes (part of) #111, where all children were listed as dependencies when recalculating a form

JoernT commented 2 years ago

unfortunately i now have 5 faling tests which have to do with detecting references in calcuation graph.... will need examination.

DrRataplan commented 2 years ago

That'll teach me from making a PR before running the tests locally :wink: I'll check m out!

DrRataplan commented 2 years ago

@JoernT the tests are working now, Turned out that the getNextSibling (which was previously used less often) did not track dependencies... It does now!

JoernT commented 2 years ago

very cool - thanks @DrRataplan