Kevin Ness

Results 78 issues of Kevin Ness

This is the branch that was used for the `web-debugger` concept. This branch is technically ready to be merged, but thought I'd post it as a draft for now to...

API
waiting-on-review

Related to #3235. With Rust v1.72, `clippy` began linting any panics that have missing `panics` documentation. Some potential approaches to addressing the panics are: remove the panics and update them...

documentation
E-Medium
Internal

As mentioned in PR #2618, we have previously been evaluating `Return` statements as normal completions and `Yield` statements a non-normal completion (`ReturnType::Yield` and now `CompletionRecord::Return`). This should be a different...

E-Medium
vm

As mentioned in #2553, we currently use emit functions in the `ByteCompiler` to generate opcode and their arguments, which could lead to a bug if the emits are incorrectly ordered...

enhancement
vm

Hi there! This could be an issue on my end where I missed something, but I was attempting to setup `vhs-action` to run in our CI, and there appears to...

This issue is to track currently progress on the Temporal implementation and its components. These component's need to be completed and/or stabilized for a `0.1.0` release. Components that need to...

C-tracking-issue

The proposal recently updated `Duration` in tc39/proposal-temporal#2722, tc39/proposal-temporal#2727, and tc39/proposal-temporal#2612. This will need to be updated accordingly. EDIT: There's been an overhaul of the implementation of the duration methods in...

C-tracking-issue

Below is the functionality needed for the `Time` component according to the `Temporal` specification. - [x] 4.3.3 get `Temporal.PlainTime.prototype.hour` - [x] 4.3.4 get `Temporal.PlainTime.prototype.minute` - [x] 4.3.5 get `Temporal.PlainTime.prototype.second` -...

C-tracking-issue

Below is the functionality needed for the `Duration` component. - [x] 7.3.3 get `Temporal.Duration.prototype.years` - [x] 7.3.4 get `Temporal.Duration.prototype.months` - [x] 7.3.5 get `Temporal.Duration.prototype.weeks` - [x] 7.3.6 get `Temporal.Duration.prototype.days` -...

C-tracking-issue

Below is the functionality needed for the `ZonedDateTime` component. - [x] 6.3.3 get `Temporal.ZonedDateTime.prototype.calendarId` - [x] 6.3.4 get `Temporal.ZonedDateTime.prototype.timeZoneId` - [x] 6.3.5 get `Temporal.ZonedDateTime.prototype.year` - [x] 6.3.6 get `Temporal.ZonedDateTime.prototype.month` -...

C-tracking-issue