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 incorrect filter logic #1360

Merged
merged 1 commit into from
Jun 6, 2024
Merged

Conversation

BlaineHeffron
Copy link
Contributor

What

Fixes a bug introduced in #1359

Why

This commit: 8976b6c needs to be reverted. The original logic was correct. Now all non-functions are being excluded from the typescript generation; I noticed this when working on #1346 and found that no error enum was being generated. This is because its excluding all function names with __ AND its excluding all Entries that fail the function pattern match.

Known limitations

none

Copy link
Member

@willemneal willemneal left a comment

Choose a reason for hiding this comment

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

Good catch my bad!

@willemneal willemneal enabled auto-merge (squash) June 6, 2024 14:41
@willemneal willemneal merged commit 6ce6259 into stellar:main Jun 6, 2024
23 of 24 checks passed
@willemneal willemneal deleted the fix/bindings-filter-bug branch June 6, 2024 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants