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 Sequence Customization #1516

Merged
merged 3 commits into from
Oct 22, 2024

Conversation

mattdailis
Copy link
Collaborator

Opening #1514 as a branch rather than a fork


Small fix that probably came in when the interface changed from mutable SeqJSON to stringified JSON.

Closes #1515

@mattdailis mattdailis force-pushed the bugfix/updated-customization-interface branch from 67dc1ef to 1b4a1b4 Compare October 21, 2024 23:05
@mattdailis
Copy link
Collaborator Author

After discussion with @duranb we decided to hold off on any type changes, and include only the bugfix in this PR. We will follow up with @cohansen regarding the appropriate return types, and potentially renaming modifyOutput to transformOutput

@cartermak
Copy link
Member

Tested and confirmed this version still fixes the bug. Agreed that the type change ought to be part of a bigger audit (and probably ought to feed into #1499 anyway).

@mattdailis
Copy link
Collaborator Author

Latest commit ensures that the output is a string using string interpolation

@mattdailis mattdailis force-pushed the bugfix/updated-customization-interface branch from 9a508db to fa00a28 Compare October 22, 2024 00:09
@mattdailis mattdailis force-pushed the bugfix/updated-customization-interface branch from fa00a28 to 87baa3a Compare October 22, 2024 15:12
@mattdailis mattdailis force-pushed the bugfix/updated-customization-interface branch from 6690d15 to 057d24e Compare October 22, 2024 17:31
Copy link
Collaborator

@duranb duranb left a comment

Choose a reason for hiding this comment

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

lgtm! I'll let @cartermak give the final say though.

@cartermak
Copy link
Member

Tested and working for me! Thanks all

@mattdailis mattdailis merged commit 5b66921 into develop Oct 22, 2024
5 checks passed
@mattdailis mattdailis deleted the bugfix/updated-customization-interface branch October 22, 2024 17:44
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.

Phoenix adaptation customization not being applied
3 participants