Skip to content
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

Fix underscores #449

Merged
merged 4 commits into from Mar 28, 2019
Merged

Fix underscores #449

merged 4 commits into from Mar 28, 2019

Conversation

GiovanniBussi
Copy link
Member

This change adds aliases using "_" instead of "-" (see #435).

I would like to merge this on branch 2.4 before we release v2.4.5.

I think using only characters in [A-Za-z0-9_] has some advantage, since it means that all actions/keywords can be valid C++/Python identifiers. In the future we might decide to disable names not matching this pattern. Merging this change now would allow for better backward compatibility.

Please let me know if there is any objection to this merge. Thanks!

@gtribello @jpazurikova

@carlocamilloni
Copy link
Member

Good to me

@carlocamilloni
Copy link
Member

Actually in 2.6 I would remove the - version

@GiovanniBussi GiovanniBussi merged commit 3b60cfd into v2.4 Mar 28, 2019
@carlocamilloni carlocamilloni deleted the fix-underscores branch May 12, 2022 13:25
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.

None yet

2 participants