Hadrien G.

Results 82 comments of Hadrien G.

Asynchronous POSIX signals (sorry, I forgot the qualifier, it's important) basically behave like hardware interrupts. Whenever your OS feels like it, it can take one of your threads and have...

I just found out about this rustdoc feature which might come in handy here: https://doc.rust-lang.org/rustdoc/write-documentation/the-doc-attribute.html#alias

Overall, it seems there is no good automated way to handle untracked files when creating commits. One one hand, not tracking them leads to incomplete commits. On the other hand,...

Ah, yes, there's that. I knew that this design decision of having status commands modify the repository was fishy and going to cause problems someday...

In the process of implementing this, would it be possible to publicly expose the ability to dump the execution statistics that nextest displays during execution in a machine-friendly format ?...

Probably, I was just thinking that implementing this feature requires persistifying exactly the data I want ;)

Digging into the API further, it seems that being able to name multiple views identically is an intended feature. Then perhaps it would be best to allow opting out of...

I agree that reporting duplicate names could be sufficient, the tricky part is to find the right communication channel to do so: - Logs with =WARNING priority would probably be...

This is what I went for in the end: https://github.com/HadrienG2/hwlocality/blob/master/SECURITY.md . Please feel free to steal it if you end up following my suggestion of providing some security policy examples...

Well, I have the same time problem, so it may take a while, but I'll try to contribute some of those. - Interleave/deinterleave is easy, I'll just give you an...