- Apr 01, 2025
-
-
George Marchment authored
-
George Marchment authored
Added horizontal generation + update the rewrite of operations so that there can be multiple emits be rewritten
-
George Marchment authored
-
- Mar 31, 2025
-
-
George Marchment authored
Added thr renaming of the emits of subworkflows inside and outiside (outside its at the emiited obkject level) -> it was creating issues when "breaking subworkflows" + remmoved the remove GGs method -> need to do it in a smarter way
-
George Marchment authored
-
- Mar 28, 2025
-
-
George Marchment authored
3 things added: better script extraction for the processes, detect cycles in relevant processes and stops it (+ generation in random relevant processes) and better rewrite of takes in subworkflow (smart way of doing it)
-
- Mar 26, 2025
-
-
George Marchment authored
-
George Marchment authored
-
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
-
George Marchment authored
-
- Mar 21, 2025
-
-
George Marchment authored
-
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
-
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
-
George Marchment authored
-
George Marchment authored
Fixed small bug with the rewrite of calls + added rewrite of the map operations + added the generation of the pos dot
-
- Mar 20, 2025
-
-
George Marchment authored
-
George Marchment authored
-
George Marchment authored
-
George Marchment authored
-
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
-
George Marchment authored
-
- 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
-
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
Updated function which trabsforms single line conditions into multu line -> to not take into account the single line condition in strings (e.g scripts)
-
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 18, 2025
-
-
George Marchment authored
-
George Marchment authored
-
George Marchment authored
-
George Marchment authored
-
George Marchment authored
-