This commit is contained in:
Valentin Gagarin 2023-06-15 14:48:08 +02:00 committed by GitHub
parent 571c807923
commit d9d6a1000c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -237,7 +237,7 @@ Other discussions around language changes:
- (+) Says it all - (+) Says it all
- (-) Very long - (-) Very long
- `with import <language> \d*;` - `with import <language> \d*;`
- (+) Allows for forward compatibilty hacks such as better error messages - (+) Allows for forward compatibility hacks such as better error messages
- (-) Will likely mislead beginners to think this is has the same semantics as the original `with import ...;` - (-) Will likely mislead beginners to think this is has the same semantics as the original `with import ...;`
</details> </details>