Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(compiler): return error on bad regular expressions that fail to compile in Purge #985

Merged
merged 3 commits into from
Oct 17, 2023

Conversation

ecrupper
Copy link
Contributor

@ecrupper ecrupper commented Oct 11, 2023

Depends on: go-vela/types#327

Ref: go-vela/community#435

Note: all the compiler pkg test changes for AutoCancel is so the tests can pass. They match what is in this PR

@ecrupper ecrupper marked this pull request as ready for review October 12, 2023 14:24
@ecrupper ecrupper requested a review from a team as a code owner October 12, 2023 14:24
claire1618
claire1618 previously approved these changes Oct 12, 2023
timhuynh94
timhuynh94 previously approved these changes Oct 12, 2023
@ecrupper ecrupper dismissed stale reviews from timhuynh94 and claire1618 via 32a707c October 12, 2023 16:52
@codecov
Copy link

codecov bot commented Oct 12, 2023

Codecov Report

Merging #985 (32a707c) into main (174ab52) will decrease coverage by 0.05%.
The diff coverage is 35.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #985      +/-   ##
==========================================
- Coverage   71.08%   71.03%   -0.05%     
==========================================
  Files         312      312              
  Lines       13009    13018       +9     
==========================================
  Hits         9247     9247              
- Misses       3297     3303       +6     
- Partials      465      468       +3     
Files Coverage Δ
compiler/native/expand.go 67.37% <25.00%> (-1.14%) ⬇️
compiler/native/transform.go 95.34% <40.00%> (-4.66%) ⬇️

@ecrupper ecrupper merged commit bb35e76 into main Oct 17, 2023
11 of 12 checks passed
@ecrupper ecrupper deleted the fix/purge-error branch October 17, 2023 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants