Skip to content

Fix: Remove illegal characters before returning to reserved list#1683

Merged
RicoSuter merged 1 commit into
RicoSuter:masterfrom
lorenyaSICKAG:fix/multiple_enum_same_name
Jun 12, 2024
Merged

Fix: Remove illegal characters before returning to reserved list#1683
RicoSuter merged 1 commit into
RicoSuter:masterfrom
lorenyaSICKAG:fix/multiple_enum_same_name

Conversation

@lorenyaSICKAG

@lorenyaSICKAG lorenyaSICKAG commented Mar 14, 2024

Copy link
Copy Markdown
Contributor

This fixes a problem, that multiple same-named types was generated and only the first wins. Thats when a illegal character was removed. The reserved list was comparing to the type name WITH the illegal character, but the type name was stored WITHOUT the illegal character - and so couldn't find a match.

@RicoSuter RicoSuter merged commit c3380c1 into RicoSuter:master Jun 12, 2024
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.

2 participants