Skip to content

Override pipes#2044

Merged
jwoertink merged 3 commits into
luckyframework:mainfrom
akadusei:override-skipped-pipe
May 11, 2026
Merged

Override pipes#2044
jwoertink merged 3 commits into
luckyframework:mainfrom
akadusei:override-skipped-pipe

Conversation

@akadusei
Copy link
Copy Markdown
Contributor

@akadusei akadusei commented May 9, 2026

Purpose

Fixes #2043

Description

Allow re-adding skipped pipes. This also allows re-skipping a re-added pipe, and so on. Ultimately, the last rule wins.

If you consider the macro constants to be part of the public API, then this is a breaking change. They are marked as :nodoc: so I guess they are not public.

Checklist

  • - An issue already exists detailing the issue/or feature request that this PR fixes
  • - All specs are formatted with crystal tool format spec src
  • - Inline documentation has been added and/or updated
  • - Lucky builds on docker with ./script/setup
  • - All builds and specs pass on docker with ./script/test

akadusei added 3 commits May 9, 2026 11:04
This also allows reskipping a readded pipe, and so on. Ultimately,
the last rule wins.
```
[W] Lint/UnusedArgument: Unused argument `log_io`. If it's necessary, use `_` as an argument name to indicate that it won't be used.
> Lucky::ContinuedPipeLog.dexter.temp_config do |log_io|
```

See <https://github.com/luckyframework/lucky/actions/runs/25599775999/job/75151635112>.
Copy link
Copy Markdown
Member

@jwoertink jwoertink left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Looks good.

@jwoertink jwoertink merged commit 81e928f into luckyframework:main May 11, 2026
9 checks passed
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.

Re-adding skipped pipes

2 participants