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 Stack Overflow while Formatting Tables with Circular Keys #183

Merged
merged 2 commits into from
Apr 18, 2024

Conversation

CompeyDev
Copy link
Contributor

Fixes a stack overflow caused when printing a table with circular keys by incrementing the depth argument when recursing and formatting table keys.

Closes #179.

Fixes a stack overflow caused when printing a table with circular keys by incrementing the depth argument when recursing and formatting table keys.
@filiptibell filiptibell merged commit fe55442 into lune-org:main Apr 18, 2024
6 checks passed
FlowGnarly added a commit to FlowGnarly/lune that referenced this pull request Apr 18, 2024
Fix Stack Overflow while Formatting Tables with Circular Keys (lune-org#183)
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.

Tables with circular keys crash lune when printed
2 participants