Brian Fiete
Brian Fiete
There are some improvements checked in at https://github.com/beefytech/Beef/commit/78ae79b802f97aaf3c76fea6caf1598e0462c2e7 1) All tests are run even if they crash 2) Test.Assert / Test.Fail don't crash anymore, they just mark the test as...
The fundamental problem is that the delegate doesn't know if the captured `this` belongs to a struct or an object at invocation time. Hm- though I suppose if we store...
Oh, this should be fixed now, right?
Oh, maybe it got unfixed.
Yeah- one is the enumerator and one is the value. It does sound like there's a calling convention issue here but it has nothing to do with the "duplicate" local...
Either way, you haven't given me anything to investigate here yet.
And `String` instead of `char8*` works fine?
There's no benefit to having your attribute take a StringView instead of a String...
There's no benefit to having a constant StringView over a constant String in general...
Ah, yeah. It will definitely still be illegal, but I'll try to make the errors softer.