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

Bugfix for standalone functions under 2.31 #110

Merged
merged 1 commit into from Mar 20, 2023
Merged

Conversation

andrjohns
Copy link
Collaborator

There's a small bug in the exporting of standalone functions under rstan 2.31, where the extraction of plain return types was failing if two functions started with the same string (e.g., fun1 and fun1_2) but had different return types.

This PR updates the regex and updates the workflow to additionally test against the experimental rstan branch

Copy link
Member

@jgabry jgabry left a comment

Choose a reason for hiding this comment

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

Thanks!

@jgabry jgabry merged commit 14e3c25 into master Mar 20, 2023
6 checks passed
@jgabry jgabry deleted the fix-rstan231-compat branch March 20, 2023 18:13
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