Skip to content

update macros to lowerCamelCase (beta-3.0) #517

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

Merged
merged 6 commits into from
Oct 5, 2023

Conversation

mortend
Copy link
Member

@mortend mortend commented Oct 3, 2023

android: UnBox -> Unbox

android: support lowerCamelCase macros

  • Use StringComparison.InvariantCultureIgnoreCase when processing macros
    in foreign Java code to avoid errors when using lowerCamelCase macros

  • Add more spaces in generated code

update macros to lowerCamelCase

This updates all macros in the repository with Uno v3-style
lowerCamelCase macros.

Uno.Common: update ToLowerCamelCase()

This tweaks the heuristic a little for better results.

Uno.Common: add LowerCamelSet

  • Use for lowerCamelCase support in UXL element definitions
  • Fix linter warnings

Uno.Common: add LowerCamelListDictionary

  • Use for lowerCamelCase support in UXL requirements
  • Fix linter warnings

@mortend mortend force-pushed the macros branch 2 times, most recently from b5ffd58 to 44e835f Compare October 4, 2023 05:54
* Use for lowerCamelCase support in UXL requirements
* Fix linter warnings
@mortend mortend force-pushed the macros branch 2 times, most recently from 535f039 to 637ee44 Compare October 4, 2023 11:47
* Use for lowerCamelCase support in UXL element definitions
* Fix linter warnings
This tweaks the heuristic a little for better results.
This updates all macros in the repository with Uno v3-style
lowerCamelCase macros.
* Use StringComparison.InvariantCultureIgnoreCase when processing macros
  in foreign Java code to avoid errors when using lowerCamelCase macros

* Add more spaces in generated code
@mortend mortend merged commit 070f2b2 into fuse-open:beta-3.0 Oct 5, 2023
@mortend mortend deleted the macros branch October 5, 2023 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant