Owen Hilyard
Owen Hilyard
Strong +1 to this. I don't care if my local code or open source code get compressed and shoved into the mojopkg if it means it can be unpacked for...
> > UnsafePointer doesn’t show this issue yet, but once that's fixed, its **eq** will become immediately useless > > @soraros Can confirm firsthand that it's the case, but it's...
@soraros That meta type can be used to hold any trait, it's how the various `Variadic*` types work. Perhaps I obscured it by minimizing the example, but this is a...
> So I take it this has nothing to do with variadics or `requires` at all. > > fn f[A: __type_of(AnyType), T: A & Copyable](x: T): # same error >...
For clarity, this is submitted as a proposal because implementing it will add code that isn't portable (I have fallbacks planned) and thus violates the "just send a PR" part...
@JoeLoser I have a good chunk of the implementation written now. What's currently blocking me updating the proposal with an implementation is that I'm not sure how to write a...
@JoeLoser Sorry about the delay, you got back to me while I was at a conference and I've been catching up on work since then. Getting builtins for `__get_cpuid_max`, `__get_cpuid`,...
@JoeLoser Per the newly ratified RVA23 profile for RISC-V, time stamp counters will also be available in the RVA23U64 profile, which is intended as a baseline for higher-powered devices like...
> > Let me know if dropping support for very old x86 > > Dropping support for very old CPUs is fine - I just responded to the other comment....
One example from EmberJSON (soon to the be the stdlib JSON impl once @bgreni touches up a few things) is that some of the SIMD parsing algorithms used for UTF-8...