Thomas Eizinger

Results 1887 comments of Thomas Eizinger

Just wanted to put this here. There is now an RFC for making enum variants actual types: https://github.com/rust-lang/rfcs/pull/2593

The next typescript release ([3.7](https://github.com/microsoft/TypeScript/issues/33352)), with the final release on November 5th is expected to ship [`--allowJs` in combination with `--declaration`](https://github.com/Microsoft/TypeScript/issues/7546). If my understand is correct, this would allow us...

Fair point. Would you be okay with removing the feature entirely and adding it back later once the dust around the slimming down has settled?

> Hmm, this could be interesting, but it would probably lead to explosive compile times sweat_smile The upshot is that it could be done in an extension crate, though. Yeah...

> Technically speaking, could `select`, `join`, `yield_once`, and `run` all go outside of the main crate? Where do we want to draw the line on these? > > Personally, I...

All of the above issues are resolved and we have a milestone for the remaining so this can be closed!

> I definitely agree that we should clarify these, and I agree with most of the points! Good to hear! > > Convenient APIs over ordering-guarentees > > Could you...

I'd be keen to put out a blogpost once we release 0.6 which we could also link to TWIR! Said blogpost could mention a few key points that differentiate xtra...

> Hm, I would actually tend to disagree with this change. This adds a fixed cost of `8 * capacity` bytes per each type of mailbox, even if you don't...

If a user really operates on constrained hardware or wants to preserve memory, they could set capacity to 0 right?