Replies: 1 comment
-
I figured out that this is not easily done at all. A lot of
After some discussions we come to a conclusion of moving the rewrites into:
A proof-of-concept for this can be found at #85 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
From https://github.com/disruptek/cps/issues/76#issuecomment-829725549
Issues that I know of with the current saften:
return
s, basically a bunch of mini rewrite procs.A few obvious things to do first (doesn't have to be in this order):
saften
got to this point is due to the lack of tests, where fixing one bug breaks an another thing. I got a bunch of failing tests as refactoring prep #81 queued for this.propertytest
to test for cases that we haven't imagined yet, also to verify the properties ofsaften
transformation.saften
logic into smaller procs.@disruptek suggested rewriting the current iterative approach into multiple passes, but I haven't got a firm gasp on how the transformation is done to draw out a plan, help on this is very welcome :)
Beta Was this translation helpful? Give feedback.
All reactions