Nx
Enterprise
Nx
Overview
Sign in / Sign up
Open main menu
Nx
GitHub
Select a tab
Overview
Runs
Analytics
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Filter
Filter exact branch match
Exact
Select status
Failed
31857
185ba35c fix(core): correct glob pattern expansion for ZeroOrOne groups The Rust hasher was incorrectly expanding glob patterns with optional groups like `__test?(s)__` because ZeroOrOne and ZeroOrMore patterns were combined in the same match arm but require different handling. The issue was that ZeroOrOne patterns were using `*` as a fallback when not matched, which caused patterns like `__test?(s)__` to incorrectly expand to `*__` instead of `__test__` when the optional `s` was not matched. This fix separates the ZeroOrOne and ZeroOrMore cases, ensuring that ZeroOrOne patterns preserve the existing pattern when the optional group is not matched. Fixes #26880 Co-authored-by: Craigory Coppola <AgentEnder@users.noreply.github.com> test(native): add unit tests for ZeroOrOne glob pattern behavior Add comprehensive unit tests for ZeroOrOne pattern expansion to verify the fix for issue #26880 where patterns like `__test?(s)__` were incorrectly expanding to `*__` instead of `__test__`. The tests cover: - Simple ZeroOrOne pattern: `__test?(s)__` - Pattern with prefix: `prefix?(suffix)` - Pattern in middle: `start?(middle)end` - Multiple ZeroOrOne patterns: `?(a)test?(b)` Co-authored-by: Craigory Coppola <AgentEnder@users.noreply.github.com> style(native): format Rust code with rustfmt Apply rustfmt formatting to the glob_transform.rs file to ensure consistent code style after adding the new unit tests. Co-authored-by: Craigory Coppola <AgentEnder@users.noreply.github.com>
4 days ago
by claude[bot]
Failed
31857
ab621cfe style(native): format Rust code with rustfmt Apply rustfmt formatting to the glob_transform.rs file to ensure consistent code style after adding the new unit tests. Co-authored-by: Craigory Coppola <AgentEnder@users.noreply.github.com>
17 days ago
by claude[bot]
Canceled
31857
d6802b3c test(native): add unit tests for ZeroOrOne glob pattern behavior Add comprehensive unit tests for ZeroOrOne pattern expansion to verify the fix for issue #26880 where patterns like `__test?(s)__` were incorrectly expanding to `*__` instead of `__test__`. The tests cover: - Simple ZeroOrOne pattern: `__test?(s)__` - Pattern with prefix: `prefix?(suffix)` - Pattern in middle: `start?(middle)end` - Multiple ZeroOrOne patterns: `?(a)test?(b)` Co-authored-by: Craigory Coppola <AgentEnder@users.noreply.github.com>
17 days ago
by claude[bot]
Failed
31857
31a0f4f3 fix(native): correct glob pattern expansion for ZeroOrOne groups The Rust hasher was incorrectly expanding glob patterns with optional groups like `__test?(s)__` because ZeroOrOne and ZeroOrMore patterns were combined in the same match arm but require different handling. The issue was that ZeroOrOne patterns were using `*` as a fallback when not matched, which caused patterns like `__test?(s)__` to incorrectly expand to `*__` instead of `__test__` when the optional `s` was not matched. This fix separates the ZeroOrOne and ZeroOrMore cases, ensuring that ZeroOrOne patterns preserve the existing pattern when the optional group is not matched. Fixes #26880 Co-authored-by: Craigory Coppola <AgentEnder@users.noreply.github.com>
17 days ago
by claude[bot]
Previous Page
Prev
Next
Next Page