-
-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested
Description
I have removed @pipeline
in 0.14
release.
It had lots of problems:
- It was not working properly with
Failure
types: We have a problem with @pipeline and unwrap() #90 - It had problems with unwrapping complex values like
IOResult
andFutureResult
- It had problems unwrapping containers of different types (you were not allowed to unwrap both
Maybe
andResult
in the same@pipeline
- It was encouraging imperative code in a functional codebase
I would love to have some solution instead! But, no ideas about how it should work or look like. So, any ideas are welcome.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is neededquestionFurther information is requestedFurther information is requested