Pascal

Results 11 comments of Pascal

Stumbled upon this issue today. Is there any timeline already to when v4 will be released?

Ah alright, thank you very much for the fast clarification! But what is when I want to alter the Error from group to group, and don't want the original Error...

Did you understand my Use-Case? I think it would be really consistent for my Application, if each Operation and GroupOperation has it's own Error Enums. So I can use exhaustive...

Hi @danthorpe I'm implementing my Procedures and GroupProcedures all with it's own enum of errors. For example: A Login Procedure would have the following Errors: 1. emailNotValid 2. passwordNotValid 3....

@swiftlyfalling Ok that would be a Workaround for me. But in my UseCase I don't want to repeat failed Operations, sometimes I want to execute a "cleanUp" Operation. So using...

Sorry for answering so late, I was under a flood of work lately. Thanks for this tip. This looks like the stuff I was searching for. But right now func...

@swiftlyfalling Allright, this looks like the right delegate functions I need to use. But there is one thing that confuses me. When I have a GroupProcedure, containing two normal Procedures....

@danthorpe I will provide a Demo Projekt showing this issue in about two hours.

@danthorpe Here my Demo Projekt The Breakpoint in GroupThree, is the one I was talking about. [TestProcedureBug-edited.zip](https://github.com/ProcedureKit/ProcedureKit/files/758078/TestProcedureBug-edited.zip)