Felix S Klock II

Results 239 comments of Felix S Klock II

Hmm, skimming over the notify test suite, it seems that the tests there wait 35 seconds (!) after constructing the directory hierarchy for a rename test before building the watcher...

Yes, changing the `thread::sleep(Duration::from_secs(1));` immediately after writing "Hello" to `foo` to sleep for 35s instead of 1s does seem to normalize the RawEvents so that we consistently see: ``` raw...

Ah thank you for that information, I did not know about that constraint (that fsevents can merge events within a 30s buffer). This explains the `sleep_macos(35_000)` calls I see peppered...

Just in case people are not aware: I have found that one can drag a rectangle over the graphs to zoom into that region. So one in theory *can* get...

This seems like it might be resolved now? At least for me, a URL like: https://perf.rust-lang.org/compare.html?start=2019-08-01&end=2019-08-02 seems to work as you would expect? * (I'm guessing, from a quick skim...

> I am thinking this ought to go on the main blog, rather than Inside Rust; it feels aimed at average users more so than rust project developers. I had...

Okay hopefully I can now say I'm done wordsmithing here. :) (Oh, and I changed the file name to 2022-09-15, since I figure this is unlikely to get pushed to...

> This looks good to me but I'd love if @oli-obk had a chance to review as well! oh, just so its clear, Oli did look at an earlier draft...

> (NB: this is unsound as currently implemented as Layout cannot even temporarily have align 0. But it shows effectively what the impl would be.) Its been ages since I...

@jyn514 It want to echo the [comments of others](https://rust-lang.zulipchat.com/#narrow/stream/237824-t-lang.2Fdoc/topic/Perspectives.20on.20Break.20Label.20Value/near/298043558) that it *feels* really weird to document labelled blocks in a section named "Loop expressions" Could we rename the "Loop expressions"...