-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make
jvm_field_is
support ordinary unqualified field names.
It now performs field resolution on the base field name to determine the complete fieldId including class name and type. This implements part of the feature requested in #902. However, as it stands the feature is not backward-compatible, as *only* unqualified names currently work. The field resolution procedure needs to be updated to allow optional qualified names.
- Loading branch information
Brian Huffman
committed
Nov 18, 2020
1 parent
e006038
commit 956c3f2
Showing
3 changed files
with
29 additions
and
15 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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