Colin D Murphy

Results 38 comments of Colin D Murphy

I'm not anything close to expert in timezones or clocks. If @justingrant and @ptomato have a proposal for the timezone interface, then I would be happy to implement it. The...

Unfortunately, the wall clock and monotonic clock wit definitions are part of the WASI 0.2 and are stable (ie no longer "proposed") interfaces. Therefore it would probably not be worth...

Sorry for the very long delay. I've rebased ptomato:proposed-clocks-improvements on main and added deprecated tags https://github.com/cdmurph32/wasi-clocks/tree/proposed-clocks-improvements Looks like we still have the open question on [system-clock::resolution()](https://github.com/WebAssembly/wasi-clocks/pull/71/files#diff-0902db1d9bd4325d9025debe914a6550f097a046ccd1afe90b5d96607ccf4f4bR45) ``` // NOTE: This...

@yoshuawuyts: Should this target 0.2.5 using `@deprecated`?

@ptomato I'm getting back to this now. You need to keep the old types and add the `@deprecated` tag to them. The docs can be found here: [feature-gates](https://github.com/WebAssembly/component-model/blob/6e08e28368fe6301be956ece68d08077ebc09423/design/mvp/WIT.md#feature-gates )

@bakkot I'm sorry I should have tagged you in that last comment. This PR needs to keep the old types and add the `@deprecated` tag to them. The docs can...

That's great. The only question I have is whether we want the README to reflect the draft 0.3.0 types yet, but that doesn't really matter much. @ricochet I don't have...

@bakkot @ricochet That's fine. Are we happy with the timezone interface? Should we remove `@unstable` from it?

Perhaps we should hold off then on removing unstable. I'll add/verify timezone support in the runtime(s) first.

@bakkot @ptomato I'm unsure what we are waiting on to merge this. Do you want to add more of your timezone changes from https://github.com/WebAssembly/wasi-clocks/pull/71 first? Or can we go ahead...