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: Long subroutine name #218

Merged
merged 1 commit into from
May 17, 2024

Conversation

inoelloc
Copy link
Contributor

Since PR #215, the name of the module is included in the name of subroutines. As a result, the character limit for a subroutine name is quickly reached. Taking a look at the pull requests, I realised that this problem had already been encountered and solved with the shorten_long_name function (PR #178). I took the liberty of applying the same correction to the subroutine names.

When I added the tests, I also realised that this fix was missing for scalar setter.

@jameskermode
Copy link
Owner

thanks!

@jameskermode jameskermode merged commit a5eec31 into jameskermode:master May 17, 2024
24 checks passed
@inoelloc inoelloc deleted the fix-long-subroutine-name branch May 20, 2024 11:24
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