-
Notifications
You must be signed in to change notification settings - Fork 634
optlib: allow users to set fields and check extras defined in a foreign language #3960
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
optlib: allow users to set fields and check extras defined in a foreign language #3960
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3960 +/- ##
==========================================
+ Coverage 85.84% 85.85% +0.01%
==========================================
Files 244 244
Lines 62904 62986 +82
==========================================
+ Hits 53997 54079 +82
Misses 8907 8907 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
e14c4e6
to
cbdc8c8
Compare
The ways to support boolean fields are not consistent in various aspects. |
d9408cb
to
ae46592
Compare
ae46592
to
eba8b2e
Compare
I added test cases. The top half of this pull request can be merged. I will make a pull request. |
eba8b2e
to
c50fcca
Compare
8f2f83d
to
8ea0aa6
Compare
This pull request was for a Texinfo parser. |
8ea0aa6
to
7805e78
Compare
4a62955
to
b8b157f
Compare
a47f1bb
to
0d32e66
Compare
0d32e66
to
84bb07f
Compare
84bb07f
to
b478bd4
Compare
ed95293
to
c2124f1
Compare
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
=+ does the same as = but doesn't print newline at the end of output. ==+ does the same as == but doesn't print newline at the end of output. Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
The name of operators has following form: setter => <LANG>.<FIELD>: getter => :<LANG>.<FIELD> The operators for a field are automatically defined only if the field has a setter and a getter in C language level; the operators require that the fieldDefinition for the field has getValueObject method setValueObject method. Currently, no parser has such methods. So, we cannot test the new code added with this commit yet. In later commits, I will implement the methods for fields defined with --_fielddef option. Signed-off-by: Masatake YAMATO <yamato@redhat.com>
783dc37
to
d35fb78
Compare
…s defined in an optlib parser Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
…efined in optlib Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
d35fb78
to
d87078d
Compare
In addition, this pull request allows you to fill out a field for a foreign tag from optscript.