Ioanna M Dimitriou H

Results 20 comments of Ioanna M Dimitriou H

> i'm reading https://github.com/WebAssembly/exception-handling/blob/main/proposals/exception-handling/Exceptions.md#rethrowing-an-exception how the following should work was not clear to me. > > ``` > try > catch x try > try > catch > rethrow 2...

@bakkot I've been working on these tests, and they are almost done, the first part is uploaded in this PR https://github.com/tc39/test262/pull/3976

@bakkot @mhofman [all tests](https://github.com/tc39/test262/issues/3387) are added now, and reviews so far addressed. The engine262 implementation used to test the tests [is here](https://github.com/engine262/engine262/pull/230).

> Almose half a quarter passed since 2023, any scheche on the remain work ? any one responsible for the rest work ? I wanted to get this done by...

The force push was to rebase to the current exception-handling/main, to make sure all checks pass before merging.

@rossberg sorry about that, it was careless, because the PR is approved.

I created PR #4030 which has a helper file with a lot of the duplicated code from the files in this PR. During the maintainers meeting yesterday we decided that...

Edited test plan to change "Source text uses unicode escape sequences to express code points `i`, `m`, `s`" to "Source text _cannot use_ unicode escape sequences to express code points...

@rbuckton about the overlapping tests between this and #3807 , I think we should prioritise landing the tests in this PR first. So I will spend the next few days...