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 parsing of long literal properties #538

Merged
merged 12 commits into from
Dec 16, 2024
Merged

Conversation

lucksus
Copy link
Member

@lucksus lucksus commented Dec 13, 2024

Reason for long messages in Flux (and any subject class properties with values longer than 1000 characters) being broken was the max_depth setting in the output/printer code in Scryer that we had added last year. They have updated and improved that by now in their dev branch. So this jumps back to using our Scryer fork which I have recently updated to their latest dev version.

The added test in here shows that long strings can now be handled without problem (same test failed with the old version).

Scryer now returns some strings as atoms, so we include those in results now too.

@lucksus lucksus merged commit ba6f1e3 into dev Dec 16, 2024
2 checks passed
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