Kevin Gibbons

Results 910 comments of Kevin Gibbons

OK, switched to "mark" for the moment, pending anyone having a better idea. "mark" does also have some similarity to the web's [`performance.mark()`](https://developer.mozilla.org/en-US/docs/Web/API/Performance/mark), which also gives you values from a...

@ricochet This PR does currently target 0.3.0. @cdmurph32 Assuming this is going for 0.3.0 and not 0.2.8, does it still need `@deprecated` tags? All the types touched by this PR...

@cdmurph32 To be clear, this does touch or remove many types which existed in 0.2.X. It's just that the 0.3.0 draft tags all of those as `@since(version = 0.3.0)`. I...

Note that in https://github.com/WebAssembly/WASI/issues/688#issuecomment-2219214001 we were also discussing changes to the timezone interface. I would personally like to see those resolved before graduating it to stable. If you're interested in...

@cdmurph32 This is ready to go from my perspective. I've just rebased (again - the thing where the `@since` annotation gets automatically updated sure does make for a lot of...

I think of this as less motivated by decrease in verbosity and more by consistency with the rest of the language/platform. Almost every other iterable already has a string-named alias...

In the (extensive) [discussions](https://github.com/tc39/notes/blob/main/meetings/2022-03/mar-31.md#extending-built-ins) we had around extending built-ins in 2022 (focused on, but not exclusively about, Set methods), we concluded that we weren't going to make future built-in methods...

> Should user space implementations of [Async]Disposable follow suit? Other symbol-named methods with semantics carved out by the spec generally don't do this. They sometimes do: `Array.prototype.values` is an alias...

Learning the rule "`defer` runs cleanup on scope exit" is not any different from learning the rule "`using` runs cleanup on scope exit", so I don't buy that the problem...