Damian Andrei
Damian Andrei
I feel like this should be easy to implement and would be pretty useful. My proposed function prototype is: ```fn try_unsplit(&self, other: &Bytes) -> Option;``` And it'd check if the...
Any update on this? Treating everything as 64 bits doubles the memory you would need to store a number, and require more instructions to handle on non-64 bits systems, which...
> > Any update on this? Treating everything as 64 bits doubles the memory you would need to store a number, and require more instructions to handle on non-64 bits...
Idea - always allocate the same space for a vla and at runtime check if you have enough static allocated space, yay, otherwise crash or something. It's not ideal, but...
+1 that `enable_ansi_support` should be a no-op on any OS that is not windows.
+1. Still not working with escaped unicode chars. Also what's with that error message, I did not even heard the word solidus before today.
Did a bit of digging and it looks like `clang_EvalResult_getAsStr` is the culprit, as it only returns a pointer and no size, and expects that literals contain no zeros. I...
Something like this in `build.rs` worked for me: ```rs fn main() { println!("cargo:rustc-link-arg=/STACK:2097152"); } ```
I am also interested in this. Currently I'm using `0.7.1` which seems to be the last version in which you could do this, but it's not ideal at all.
I'm sorry, I don't quite understand how I'm supposed to use this. The comments idea seems to be documentation for the fields, which is fine, but there's no one word...