manifest: mark constant_nullspace as a supported feature#236
Merged
Conversation
Now that tests/test_1056_constant_nullspace.py (tier_a) is on development, SNES_Scalar.constant_nullspace earns a "supported" entry in the release feature manifest. Also removes it from the check_manifest_coverage drift list. Underworld development team with AI support from Claude Code
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the release feature manifest to declare the SNES_Scalar.constant_nullspace capability as supported, backed by an existing tier_a validation test, so the release gate can report it as supported and it no longer appears as uncovered manifest drift.
Changes:
- Adds a new
constant-nullspacefeature entry indocs/release-notes/feature-manifest.yaml. - Wires validation to
tests/test_1056_constant_nullspace.pywith the standardtier_a or tier_bmarker filter.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a
constant-nullspaceentry todocs/release-notes/feature-manifest.yamlwithclaim: supported, validated bytests/test_1056_constant_nullspace.py(thetier_atest landed in #235).The release gate will report it supported (non-empty
tier_aselection that passes), and it drops out of thecheck_manifest_coveragedrift list. Declarative-only change; the underlying test was validated by #235's CI.Underworld development team with AI support from Claude Code