Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 3d9b600

Browse files
authored
Reorganize old proposals (#138)
This moves all EH proposals into exception-handling/ directory, to maintain the same level of directory structure with other proposals. Also this renames Exceptions-v3.md to Exceptions-v2.md; Exceptions-v2-Level-1.md was actually the same as that file with some added context, and we so far have had two different proposals, not three. Also this fixes some links.
1 parent 4c16703 commit 3d9b600

File tree

5 files changed

+4
-7
lines changed

5 files changed

+4
-7
lines changed
File renamed without changes.

proposals/old/Exceptions-v1.md renamed to proposals/exception-handling/old/Exceptions-v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ THIS DOCUMENT IS OBSOLETE!
22

33
Please see The new [Level 1 MVP Proposal] instead.
44

5-
[Level 1 MVP Proposal]: https://github.com/WebAssembly/exception-handling/blob/master/proposals/old/Level-1.md
5+
[Level 1 MVP Proposal]: Exceptions-v2-Level-1.md
66

77
The original proposal is preserved here for reference.
88

proposals/old/Exceptions-v2-Level-1.md renamed to proposals/exception-handling/old/Exceptions-v2-Level-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ levels, and either:
1212

1313
This document supersedes the original [Exceptions Proposal].
1414

15-
[Exceptions Proposal]: https://github.com/WebAssembly/exception-handling/blob/master/proposals/old/Exceptions.md
15+
[Exceptions Proposal]: Exceptions-v1.md
1616

1717
## Overview
1818

proposals/old/Exceptions-v3.md renamed to proposals/exception-handling/old/Exceptions-v2.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
# Exception handling
22

3-
There were two alternative proposals
4-
([1st](https://github.com/WebAssembly/exception-handling/blob/master/proposals/old/Exceptions.md)
5-
and
6-
[2nd](https://github.com/WebAssembly/exception-handling/blob/master/proposals/old/Level-1.md))
7-
for the design of exception handling and we
3+
There were two alternative proposals ([1st](Exceptions-v1.md) and
4+
[2nd](Exceptions-v2-Level-1.md)) for the design of exception handling and we
85
[decided](https://github.com/WebAssembly/meetings/blob/master/2018/TPAC.md#exception-handling-ben-titzer)
96
on the second proposal, which uses first-class exception types, mainly based on
107
the reasoning that it is more expressive and also more extendible to other kinds

0 commit comments

Comments
 (0)