-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🔧 Centralise extendable core need fields #1388
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1388 +/- ##
==========================================
+ Coverage 86.87% 88.18% +1.30%
==========================================
Files 56 60 +4
Lines 6532 7128 +596
==========================================
+ Hits 5675 6286 +611
+ Misses 857 842 -15
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
sphinx_needs/data.py
Outdated
@@ -132,12 +138,14 @@ class CoreFieldParameters(TypedDict): | |||
"schema": {"type": ["string", "null"], "default": None}, | |||
"show_in_layout": True, | |||
"exclude_external": True, | |||
"allow_extend": True, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't this evaluated during add_need
so needextend will not see the need if it is deleted?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is already a PR to completely remove this field, so it doesn't really matter: #1347
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but removed anyway
0e7942e
to
21d810e
Compare
Similar to #1388 for `needs_variant_options`
Similar to #1388 for `needs_variant_options` --------- Co-authored-by: Marco Heinemann <[email protected]>
No description provided.