29.07.2021, 20:01
Okay, you are right the number exceeding 99 causes a problem too. (the not properly handling the duplicates also was an issue)
What should happen is that Hybrid should go through the subjobs sorted by their number and then only execute a job if the jobs with a lower number are not hindered by it. In general this works fine. Problem is that the sorting is not by number but by string atm. so 2 > 100 etc.
-> will have to go through the source so see where this happens exactly and how to fix this.
Cu Selur
What should happen is that Hybrid should go through the subjobs sorted by their number and then only execute a job if the jobs with a lower number are not hindered by it. In general this works fine. Problem is that the sorting is not by number but by string atm. so 2 > 100 etc.
-> will have to go through the source so see where this happens exactly and how to fix this.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.