-
-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
Hi! Thanks for providing Promesa! I totally love it.
When investigating an issue on Joyride, I noticed that with Promesa versions later than 10.0.594 this function throws an error about exceeding the stack size:
(defn say-clipboard-content! []
(p/let [; text (.then (vscode/env.clipboard.readText) identity) ; works fine
text (vscode/env.clipboard.readText) ; crashes
]
(vscode/window.showInformationMessage (str "clipboard contains: " text))))As I don't know any other promise that encounters the error, I created a tiny VS Code extension to reproduce: https://github.com/PEZ/promesa-stack-overflow
Let me know if I can help with debugging in any way.
Metadata
Metadata
Assignees
Labels
No labels