Daniel P H Fox

Results 343 comments of Daniel P H Fox

Working on debugging the unified internal For implementation now.

Now disposing of unused processors at the right time :) ![image](https://github.com/dphfox/Fusion/assets/11815374/4e05687b-ab98-419d-9251-863b22e451a9)

![image](https://github.com/dphfox/Fusion/assets/11815374/d14da9ef-f7f5-4b2d-89b1-92b17a5baea1) New `For` object implementations are now passing unit tests.

I'm running into issues with typechecking that seem hard to surmount. They might actually be bugs in Luau or the luau-lsp plugin. I'm going to simply try and fix a...

Examples have now all been updated to use scope syntax, and also have more fully fleshed-out explanations to go along with it. Pleasantly, a lot of the code snippets are...

Since we're no longer pursuing additional API surface for the time being, this now fully closes #269.

Thanks for the detailed report. This definitely slipped under the radar.

Could we not just buffer the new states of all objects and only switch over once the tree is in an internally consistent state? This would not require globals.

Cleanup for general values is being handled as part of the ongoing #273 PR and associated broader issue #269, so I think this is solvable.

So I'm coming back around to working on this issue, because I've been thinking about upgrading the graph updating algorithm again to address other related issues I've had crop up...