Closed vakaras closed 4 years ago
@oli-obk It seems that the Travis CI integration broke.
works on master... cycling the PR
This will need to change rust-toolchain
once the rustc PR is merged.
@vakaras https://github.com/rust-lang/miri/pull/1284 got merged. Can you update this PR?
Friendly ping @vakaras.
Sorry, for taking so long to update this. I am a bit swamped with other things right now.
The rustup changes LGTM. For the thread support it would be nice to have a way to show the stack for every thread and if a thread is blocking, what it is blocking on.
I agree that this would be nice, but, unfortunately, this would be a more substantial change and right now I do not have enough time for that.
I agree that this would be nice, but, unfortunately, this would be a more substantial change and right now I do not have enough time for that.
that's totally fine in my book. We can add additional logic for showing the stack of other threads than the current one later. Let's just get the general logic working
I agree that this would be nice, but, unfortunately, this would be a more substantial change and right now I do not have enough time for that.
that's totally fine in my book. We can add additional logic for showing the stack of other threads than the current one later. Let's just get the general logic working
Opened #25
Thanks so much for doing this and bearing with us through the changes!
No problem and sorry that it took so long for me to come back to this.
This PR includes two changes:
step
function to work with the updated interface of concurrent Miri.This PR depends on https://github.com/rust-lang/miri/pull/1284