Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Custom toString implementations result in infinite recursion #208

Closed
dustinbyrne opened this issue Mar 31, 2023 · 1 comment · Fixed by #214
Closed

Custom toString implementations result in infinite recursion #208

dustinbyrne opened this issue Mar 31, 2023 · 1 comment · Fixed by #214
Labels
bug Something isn't working dogfooding released

Comments

@dustinbyrne
Copy link
Contributor

dustinbyrne commented Mar 31, 2023

When calling into methods which may result in running user code (such as toString), instrumentation callbacks should be disabled to avoid endless recursive calls.

@appland-release
Copy link

🎉 This issue has been resolved in version 13.9.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working dogfooding released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants