Graphite/node-graph/interpreted-executor/src
Keavon Chambers b396d17211 Migrate remaining node graph data types from Vec to Table (#4067)
* Move Vec<String> to Table<String>

* Remove old VecDVec2

* Move Vec<u8> to Table<u8>

* Move Vec<f64> to Table<f64>

* Move [f64; 4] to Table<f64>

* Move Vec<NodeId> to Table<NodeId>

* Tidy up the TaggedValue variants

* Move Vec<BrushStroke> to Table<BrushStroke>

* Add missing type implementations

* Fix tests

---------
2026-04-28 13:44:25 -07:00
..
dynamic_executor.rs Show red connectors on a type-erroring node and accurate connector colors upstream of it (#3110) 2025-11-19 03:00:32 +00:00
lib.rs Replace node definition string-based lookups with DefinitionIdentifier instances (#3451) 2026-01-12 23:09:43 -08:00
node_registry.rs Migrate remaining node graph data types from Vec to Table (#4067) 2026-04-28 13:44:25 -07:00
util.rs Remove surface and window from ApplicationIo (#3941) 2026-04-09 20:12:53 +00:00