-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't use ObjectiveC-based handling of reserved keywords for Java (#187)
- Java has its own set of different reserved keywords. - Also use a "uid" property name for "id" (ObjC uses "identifier). This is pinterest-specific and we may have to add in a custom override for this instead later. - Move snakeCaseToPropertyName/CapitalizaedPropertyName/CamelCase into Languages enum - Remove StringExtension methods that are now in Languages. Fixed a few stragglers. make format/lint. - Add tests for renaming of "id" fields in java and objC - Add linux test indexes (`make build_test_index_linux`)
- Loading branch information
1 parent
2dd9ed8
commit 5e5ed22
Showing
26 changed files
with
1,172 additions
and
1,370 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
Oops, something went wrong.