Skip to content

add BashiRow#93

Merged
SimeonEhrig merged 2 commits intoalpaka-group:mainfrom
SimeonEhrig:bashiRow
Apr 27, 2026
Merged

add BashiRow#93
SimeonEhrig merged 2 commits intoalpaka-group:mainfrom
SimeonEhrig:bashiRow

Conversation

@SimeonEhrig
Copy link
Copy Markdown
Member

BashiRow works like an parameter-value-tuple with one exception. If an parameter is accessed, which is not in the parameter-value-tuple a dummy object is return instead throwing an error. The dummy object can be used to compare the value-name or value-version. The comparision will return False every time. Therefore the following expression in a filter rule can be compressed: HOST_COMPILER in row and row[HOST_COMPILER].name == NVCC -> row[HOST_COMPILER].name == NVCC

BashiRow works like an parameter-value-tuple with one exception. If an parameter is accessed, which is not in the parameter-value-tuple a dummy object is return instead throwing an error. The dummy object can be used to compare the value-name or value-version. The comparision will return `False` every time. Therefore the following expression in a filter rule can be compressed: `HOST_COMPILER in row and row[HOST_COMPILER].name == NVCC` -> `row[HOST_COMPILER].name == NVCC`
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Apr 14, 2026

Codecov Report

❌ Patch coverage is 94.11765% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 93.20%. Comparing base (0575452) to head (8fc48d8).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/bashi/filter_backend.py 78.94% 0 Missing and 4 partials ⚠️
src/bashi/printer.py 50.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #93      +/-   ##
==========================================
+ Coverage   93.18%   93.20%   +0.02%     
==========================================
  Files          34       35       +1     
  Lines        1482     1516      +34     
  Branches      354      357       +3     
==========================================
+ Hits         1381     1413      +32     
- Misses         63       64       +1     
- Partials       38       39       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@SimeonEhrig SimeonEhrig marked this pull request as ready for review April 14, 2026 11:30
@SimeonEhrig SimeonEhrig merged commit 8d15d44 into alpaka-group:main Apr 27, 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.

2 participants