SpaceManiac

Results 148 comments of SpaceManiac

I worked on an implementation which would be usable on stable, essentially accessing the allocations API through the stable interface exposed by `Vec`. I can open a PR with it,...

I agree, option 1 is right out; 2 is possible, but reduces flexibility for other consumers of the `lua-sys` crate (should there ever be any). 3 is the best option...

Mm, seems you're right; weak symbols would be way trickier. I think your function stubbing is probably the best route, then. That macro looks a little unwieldy and can probably...

`serde_json` treats tuple structs just like sequences. I think it would be reasonable to do the same.

I license past and future contributions under the dual MIT/Apache-2.0 license, allowing licensees to chose either at their option.

@jugglerchris I'm interested in addressing this issue. Could you describe the troubles you ran into in more detail?

Alright, sounds fine. Just as a note for the future, if this does become an issue, the build script [can export an environment variable](http://doc.crates.io/build-script.html#the-links-manifest-key) which is accessible to the build...

Other way around: lua-sys exports DEP_LUA_INCLUDE, external-lua-lib-sys depends on lua-sys and adds that value to the include path. EDIT: whoops. Know not to respond to emails using that client anymore...

I appreciate the in-depth explanation. SpacemanDMM's parser is fairly different to the official DM parser - it's not built to be able to rewind, but it's split into a lexing...