Dmitry Frank

Results 51 comments of Dmitry Frank

v7 runs perfectly fine on both 64bit and 32bit. This is a big-endian issue.

Yes, we're aware of the issues on big-endian platforms; honestly we never addressed them yet. But yes, this thing is important, and we plan to fix it in July 2016...

Yeah, sorry about that. We actually plan to implement it not as a compile-time option, but as a run-time flag. Hopefully will get it sorted in a few weeks.

Sorry but not yet. We still struggle with other things which considered higher priority.

No, sorry, not yet; we keep postponing implementation of labelled statements.

> Is this ok to to create/destroy an instance each time we want to execute a function in a job? Yes it's ok; probably not the most efficient way, but...

For the record, we do have getter/setter support, the limitation currently is that getters/setters can be set from C only. For the example of how that is done, see `void...

I definitely agree that it should be supported in cargo properly, but just to mention a workaround in case it's useful to anyone: it's possible to trick cargo into thinking...

I'm not a Windows expert and don't have it around to try it right now, but I didn't expect that it wouldn't work. Could you share what is the error...

Thanks for jumping on it. Yes I do agree with the strategy of looking for the _furthest_ `Cargo.toml` (or some other file), and I also agree with the idea of...