Skip to content

Conversation

@fiatjaf
Copy link

@fiatjaf fiatjaf commented May 9, 2017

Fixes #120.

Changes proposed in this pull request:

  • provide a safe version of unsafeFastStringToReadOnlyBytes to be used when compiling code for environments that don't support the "unsafe" package.

provide a safe version of unsafeFastStringToReadOnlyBytes
to be used when compiling code for environments that don't
support the "unsafe" package.
fiatjaf added a commit to fiatjaf/glua that referenced this pull request May 9, 2017
@yuin
Copy link
Owner

yuin commented May 15, 2017

This PR just seems a workaround for your problem, I can not accept this PR as it is.

  • alloc.go also uses the unsafe package. This means that the appengine build tag will not work.
  • lack of tests. The unit testing(Make target) and the CI(.travis.yaml) should be added.

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.

2 participants