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 function name bug on algorithmic #172

Merged
merged 1 commit into from
Dec 15, 2022
Merged

Fix function name bug on algorithmic #172

merged 1 commit into from
Dec 15, 2022

Conversation

odashi
Copy link
Collaborator

@odashi odashi commented Dec 15, 2022

Overview

CC: @ZibingZhang

I noticed that there is the same bug foo_bar -> $foo_bar$ in generated function names by *AlgorithmicCodegen. This PR applies the same identifier rule to the function name as well.

Since the mathrm wrapper of the identifier is not necessary in AlgorithmicCodegen, this change also adds a flag on IdentifierConverter to control this behavior.

References

NA

Blocked by

NA

@odashi odashi added this to the v0.3 milestone Dec 15, 2022
@odashi odashi requested a review from ShigekiKarita December 15, 2022 01:13
Copy link
Collaborator

@ShigekiKarita ShigekiKarita left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@odashi odashi merged commit 01a775d into main Dec 15, 2022
@odashi odashi deleted the fix-algorithm-name branch December 15, 2022 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants