-
Notifications
You must be signed in to change notification settings - Fork 1
Rework codegen code #22
Copy link
Copy link
Open
Labels
EnhancementTasks related to code enhancements/refactorsTasks related to code enhancements/refactorspost-1.0Valid work that does not gate the 1.0.0 releaseValid work that does not gate the 1.0.0 release
Description
Metadata
Metadata
Assignees
Labels
EnhancementTasks related to code enhancements/refactorsTasks related to code enhancements/refactorspost-1.0Valid work that does not gate the 1.0.0 releaseValid work that does not gate the 1.0.0 release
For now really huge amount of logic is generated via codegen with
worktable!procedural macro. This leads to debug issues as it's hard to debug generated code.Main solution is to rework main
WorkTableobject and move as much as possible fromcodegenpart tosrc.It should be possible to do with proper abstractions over worktable's inner structures.
Migrated from pathscale/wt-dead#128. Originally opened by @Handy-caT on 2026-01-08T20:56:25Z.