Skip to content

SYN-8508: allow diff --tag to accept list variables#4783

Merged
invisig0th merged 7 commits intomasterfrom
SYN-8508
Mar 11, 2026
Merged

SYN-8508: allow diff --tag to accept list variables#4783
invisig0th merged 7 commits intomasterfrom
SYN-8508

Conversation

@invisig0th
Copy link
Contributor

Summary

  • Updated the diff --tag Storm command to accept list variables (e.g., $tags=(foo, bar) diff --tag $tags) in addition to individual tag arguments
  • Supports mixing list variables with individual tags (e.g., diff --tag foo $tags bar)
  • Added tests for both list-only and mixed list/individual tag usage

Test plan

  • Existing test_storm_diff_merge tests pass
  • New test: passing a list variable to --tag
  • New test: mixing list variables with individual tag arguments

🤖 Generated with Claude Code

invisig0th and others added 4 commits March 11, 2026 10:55
Updated the diff --tag Storm command to accept list variables
in addition to individual tag arguments, making it easier to
programmatically diff a set of tags.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace str() cast with an isinstance check that raises BadArg
if a non-string value is passed to diff --tag.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add storm:dmon:add and storm:dmon:del events fired from the nexus
handlers to allow tests to properly await dmon registration,
eliminating a race condition in test_storm_dmon_query_state.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@codecov
Copy link

codecov bot commented Mar 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.73%. Comparing base (f629cb2) to head (1e9e87c).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #4783   +/-   ##
=======================================
  Coverage   97.73%   97.73%           
=======================================
  Files         298      298           
  Lines       62388    62400   +12     
=======================================
+ Hits        60975    60987   +12     
  Misses       1413     1413           
Flag Coverage Δ
linux 97.66% <100.00%> (-0.01%) ⬇️
linux_replay 93.41% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ 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.

MichaelSquires
MichaelSquires previously approved these changes Mar 11, 2026
Copy link
Contributor

@Cisphyx Cisphyx left a comment

Choose a reason for hiding this comment

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

do we need this in 2x?

@invisig0th
Copy link
Contributor Author

do we need this in 2x?

It's currently targeted at master because it seemed relatively straight forward. Are you worried about the merge to 3x?

Co-authored-by: Cisphyx <cisphyx@vertex.link>
invisig0th and others added 2 commits March 11, 2026 13:27
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@Cisphyx
Copy link
Contributor

Cisphyx commented Mar 11, 2026

do we need this in 2x?

It's currently targeted at master because it seemed relatively straight forward. Are you worried about the merge to 3x?

Yeah, mostly just tests but I think these line up fine and will only need to be tweaked for polyprops

@invisig0th invisig0th requested a review from Cisphyx March 11, 2026 14:33
@invisig0th invisig0th merged commit f280fac into master Mar 11, 2026
6 checks passed
@invisig0th invisig0th deleted the SYN-8508 branch March 11, 2026 14:56
@vEpiphyte vEpiphyte added this to the v2.23x.x milestone Mar 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants