You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the commit 915b2f9 this library depends on code using unsafe which is forbidden in the App Engine runtime. Is there some way to get rid of the unsafe import? There is a build constraint appengine that can be used if needed.
I opened the issue here because github.com/naoina/toml uses this library. It would be also ok if it's changed in the other project.
The text was updated successfully, but these errors were encountered:
Thank you for your report.
I made a change so that it does not use unsafe in the latest commit 6b638e9.
I think this issue has been resolved, but please check at your end because I don't have used appengine.
After the commit 915b2f9 this library depends on code using
unsafe
which is forbidden in the App Engine runtime. Is there some way to get rid of theunsafe
import? There is a build constraintappengine
that can be used if needed.I opened the issue here because
github.com/naoina/toml
uses this library. It would be also ok if it's changed in the other project.The text was updated successfully, but these errors were encountered: