- Apr 21, 2025
-
-
George Marchment authored
Added warning when channels are defined/used multiple times in different blocks -> sometimes breaks the rewrite
-
- Apr 17, 2025
-
-
George Marchment authored
Added filter -> i cannot rewrite a workflow in which there is a circular loop with the calls : 'ch = call(ch)' or 'call(ch)\n ch = call.out'
-
- Apr 02, 2025
-
-
George Marchment authored
-
George Marchment authored
-
- Apr 01, 2025
-
-
George Marchment authored
Update the "get_code" fnction for operations -> when the option 'get_OG' is true -> it remove the added "e:" or "t:" + updated the detection of the duplicates to only consider operations (since calls are renamed anyway)
-
George Marchment authored
-
- Mar 25, 2025
-
-
George Marchment authored
Add initialise condition for the code -> so it doesn't initialises every time (only one when you do the file)
-
George Marchment authored
-
- Mar 21, 2025
-
-
George Marchment authored
I've renamed the takes of a subworkflow when simplifying them -> so that the same name isn't deplicated (it created some problems in workflows with the same input channels) + i tried to add the id to channels -> it doesn't work (so it's in a comment)
-
George Marchment authored
Update simplified calls + updated the remove of elents inside of maps -> it actually removes them and not just puts ''' inside the maps (so it's cleaner now)
-
George Marchment authored
-
- Mar 20, 2025
-
-
George Marchment authored
Updated the rewrite of the calls + added filter to catch when an executor appears twice (throws error)
-
George Marchment authored
updated the naming patterns for the artificial emits and takes to "t:" and "e:" -> this is to avoid an effet de bord where it created an error
-
- Mar 19, 2025
-
-
George Marchment authored
fixed a small bug + i've started to test if the replaces actaully work -> it's a good way to catch errors -> perhaps add them to the rest of the code
-
George Marchment authored
Fixed problem with the remove spaces between \. and the jump lines -> it only worked in the case of a single line
-
George Marchment authored
Fixed bug with pipe operators when rewritting (within operations and calls) -> using the modified code instead of the OG
-
George Marchment authored
updated the link the emits of subworkflows and their uses outside -> basically emits like 'ch = value' and sub.out.ch ere not linked correctly
-
George Marchment authored
-
George Marchment authored
Fixed error in workflow, with the rewrite of the origins + updated the xtraction of the origins within an operation
-
- Mar 17, 2025
-
-
George Marchment authored
-
George Marchment authored
Updated extracting inputs DSL1 + started fixing a thing which was quite complicated -> added error see at what extend it is used (it's when there is an ambiguous emit)
-
- Mar 13, 2025
-
-
George Marchment authored
-
George Marchment authored
-
George Marchment authored
-
George Marchment authored
-
George Marchment authored
-
- Mar 11, 2025
-
-
George Marchment authored
-
George Marchment authored
Made the rewrite determinastic -> debugged -> by removing the zoom opti + removed the artificial nodes from the calculation of the user view
-
- Mar 10, 2025
-
-
George Marchment authored
-
- Mar 06, 2025
-
-
George Marchment authored
-
- Feb 21, 2025
-
-
George Marchment authored
Added system where it constantly checks the process dependency graph after a modification + tried to debug something -> doesn't quite work
-
- Feb 13, 2025
-
-
George Marchment authored
-
- Feb 12, 2025
-
-
George Marchment authored
-
- Feb 11, 2025
-
-
George Marchment authored
-
- Feb 10, 2025
-
-
George Marchment authored
-
George Marchment authored
-
- Feb 07, 2025
-
-
George Marchment authored
-
- Feb 06, 2025
-
-
George Marchment authored
-
- Feb 05, 2025
-
-
George Marchment authored
-
- Feb 04, 2025
-
-
George Marchment authored
-