-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Swift 5.8 Support Co-authored-by: Jaap Wijnen <[email protected]> * wip * wip * wip * wip * wip * omit some benchmarks from swift 5.7 * wip * FromSubstring ParseBuilder needs Substring as Input (#292) * Downstream ParseBuilder should use Downstream.Input as Input (#291) * Downstream ParseBuilder should use Downstream.Input as Input The ParseBuilder is for Downstream so it should use it’s input. Or Upstream.Output as pipe runs the downstream parser on the output of the upstream parser. Which is why Upstream.Output == Downstream.Input. With the 5.8 changes pipe uses the wrong input here. This only causes issues, if Upstream and Downstream have a different Input type. * Pipe - Use Upstream.Output instead of Downstream.Input * wip * wip * wip * wip * wip * fix * wip --------- Co-authored-by: Jaap Wijnen <[email protected]> Co-authored-by: Brandon Williams <[email protected]> Co-authored-by: Kai Oelfke <[email protected]>
- Loading branch information
1 parent
5ac4b09
commit c6e2241
Showing
77 changed files
with
2,089 additions
and
12,766 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.