Brian Terlson

Results 151 comments of Brian Terlson

(Updated OP with new information) > I'm concerned about this form: `import SIMD;` The way I see it this form is simply a shortcut for `import SIMD from SIMD`. There...

I also like the module specifier `"std:SIMD"`. IANA doesn't have any "std" scheme registered which is a good sign but of course there could be unregistered usage out there.

What is an explicit fingerprint vector in 262 (aside from implementation-specific details like stack depth, implementation bugs, etc.)? Anyway I don't have much of an opinion here - find something...

I think I have this fixed in my upcoming release (I moved all the font sizes to px from em, which I suspect is the cause of this somehow).

How would you number a document with an emu-clause followed by a emu-clause diff pointing to ES6 clause 16 and another emu-clause? 1, 16, 2, or 1, 16, 3?

I was thinking the incantation would go like this: `` but this doesn't seem good because you probably want a distinct id for your diff clause, so I guess I...

@ljharb I think the idea is that if there is at least one emu-clause modifying another clause, then the spec is considered a diff spec and must only diff existing...

@ljharb wouldn't you use ins-before/ins-after for new sections?

I agree. There are also few inbound references to that clause so moving them around should be easy. I'd take a PR for this (or maybe @bmeck / @ljharb could...