-
Notifications
You must be signed in to change notification settings - Fork 629
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
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #3960 +/- ##
==========================================
+ Coverage 85.94% 85.95% +0.01%
==========================================
Files 241 241
Lines 59144 59222 +78
==========================================
+ Hits 50830 50904 +74
- Misses 8314 8318 +4 ☔ View full report in Codecov by Sentry. |
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
2996703
to
a47f1bb
Compare
The operators (setter and/or getter) for each field. The name of operators has following form: setter => <LANG>.<FIELD>: getter => :<LANG>.<FIELD> The operators for a field are defined only if the field has setter and getter in C language level; the operators require getValueObject member and setValueObject member in fieldDefinition are set. Currently, there is no parser specific field setting their members. So, we cannot test the new code added with this commit. In the later commit, I will implement a getter and a setter for fields defined with --_fielddef option. Signed-off-by: Masatake YAMATO <[email protected]>
…ned in an optlib parser Signed-off-by: Masatake YAMATO <[email protected]>
Signed-off-by: Masatake YAMATO <[email protected]>
…efined in optlib Signed-off-by: Masatake YAMATO <[email protected]>
a47f1bb
to
0d32e66
Compare
Signed-off-by: Masatake YAMATO <[email protected]>
0d32e66
to
84bb07f
Compare
In addition, this pull request allows you to fill out a field for a foreign tag from optscript.