mtak-

Results 36 comments of mtak-

A little out of my league here, so hopefully this is useful feedback. My not so secret ulterior motive is to lobby for the stabilization of `Freeze`. `ConstRefSafe` types are...

No worries! AFAIK there is no good documentation of the current version of `Freeze`. The definition can be found [here](https://github.com/rust-lang/rust/blob/5d20ff4d2718c820632b38c1e49d4de648a9810b/src/libcore/marker.rs#L584) ```rust /// Compiler-internal trait used to determine whether a type...

From what I read (not too familiar with D), references to `Freeze` types are almost "immutable references". `Freeze` has no transitivity through pointers. `Freeze`: - `String` - `Box` Not `Freeze`:...

Any thoughts on replacing `get_mut` with `store_mut`/`load_mut` which, IIUC, could still be implemented soundly?

Version: 4.0.13 I have discovered this same issue on macos (fsevents). It manifests semi-frequently when using the debouncer with a low delay (e.g. 0). ``` thread #4 frame #0: 0x00007fff6df2af4a...

I found myself needing this feature today. As a user, I'm all for option 1. It would allow me to migrate a submodule, then migrate repos one at a time...

HAH! Yeah. That's an oversight. It shouldn't matter much for the benchmark, but egg on my face for sure.

This is a really great question! > It seems that it is possible for two transactions to commit out of order with respect to the recorded times in the EpochLocks....

If that doesn't clear things up, feel free to ask follow up questions.