-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix usage of split_inclusive in event parser (#31)
* Use cimg/rust 1.59 * Fix usage of split_inclusive in event parser logic It was relying on old behavior where Some(empty slice) would be returned if there were no matches. This was updated in more recent rust versions to return None, but CircleCI was using a much older version of rust than I have locally. * Add a property-test to exercise event parsing logic
- Loading branch information
1 parent
94b9742
commit 08a3496
Showing
3 changed files
with
42 additions
and
37 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