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

Cannot use in App Engine #1

Closed
ernestoalejo opened this issue Nov 18, 2015 · 2 comments
Closed

Cannot use in App Engine #1

ernestoalejo opened this issue Nov 18, 2015 · 2 comments

Comments

@ernestoalejo
Copy link

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.

@naoina naoina closed this as completed in 6b638e9 Nov 19, 2015
@naoina
Copy link
Owner

naoina commented Nov 19, 2015

@ernestoalejo

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.

@ernestoalejo
Copy link
Author

I have deployed a new version of the app with the new code and it's ok now. Thank you!

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

No branches or pull requests

2 participants