José Luis Cruz

Results 83 comments of José Luis Cruz

Completely agree. It's specially annoying when using GitHub features like images and emoji that doesn't render properly on dartdoc generated html. It would be nice to have at least an...

In my case I'm seeing the warnings about `ignoring examples` for those examples that I explicitly don't want to include in the crate package, but that have an explicit entry...

> the older num-bigint has errors with newer toolchains (...) > It does work if you're using an older toolchain though I see ... Although I'm not sure what the...

Does not the `-t, --toolchain ` argument do what you want?

This may be related to miri dropping support for simulating vtables, as explained here: https://github.com/uazu/stakker/blob/5821c30409c19ca9167808b669c928c94bc5f177/src/queue/flat.rs#L14-L17

I'm happy to hear that. I'm realizing now that it would make sense then to be able to do a similar thing with the binary, being able to have it...

@XuShaohua thank you, it does seems fixed when it runs as an example of this crate. But if this crate is a dependency it always errors with `(Address boundary error)`....

@XuShaohua thank you, that does work for me, but that code is different from the one in the example. From the example that fails: ```rust let sa = nc::sigaction_t {...

using the new_sigaction() wrapper: ``` Program received signal SIGUSR1, User defined signal 1. 0x000055555555c759 in nc::syscalls::syscall::syscall2 (n=35, a1=140737488344080, a2=0) at src/syscalls/syscall_x86_64.rs:41 41 asm!("syscall", (gdb) continue Continuing. signal handler 10 ```...

I'm on host: `x86_64-unknown-linux-gnu` with new_sigaction: (sent signal 10 two times to make sure it works) ``` getpid() = 1257374 write(1, "pid: 1257374\n", 13pid: 1257374 ) = 13 nanosleep({tv_sec=10, tv_nsec=0},...