-
Notifications
You must be signed in to change notification settings - Fork 627
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
Python: extract reference tags #3579
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #3579 +/- ##
==========================================
+ Coverage 85.32% 85.35% +0.02%
==========================================
Files 231 231
Lines 55732 55853 +121
==========================================
+ Hits 47555 47675 +120
- Misses 8177 8178 +1 ☔ View full report in Codecov by Sentry. |
80370d1
to
1203c03
Compare
Signed-off-by: Masatake YAMATO <[email protected]>
Signed-off-by: Masatake YAMATO <[email protected]>
Signed-off-by: Masatake YAMATO <[email protected]>
1203c03
to
3ffd74b
Compare
I must redefine the semantics of the scope field:
In this case, for the reference tag As @AmaiKinono suggested, there are two types of reference tags: dependency reference tags and generic reference tags. The former one should be enabled by default. The latter one would be disabled by default. This also should be written in the guide. |
Versioning and updating the man page for Python are needed for merging. |
No description provided.