Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 0000-template.md #27

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 0000-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ This section is intended to encourage you as an author to think about the lesson
If there is no prior art, that is fine - your ideas are interesting to us whether they are brand new or if it is an adaptation from other languages.

Note that while precedent set by other languages is some motivation, it does not on its own motivate an RFC.
Please also take into consideration that rust sometimes intentionally diverges from common language features.
Please also take into consideration that sway sometimes intentionally diverges from common language features.

# Unresolved questions

Expand Down
6 changes: 3 additions & 3 deletions rfcs/0011-expressive-diagnostics.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,13 +375,13 @@ info: For more information, see:
- \[3\] [Compiler Errors for Humans](https://elm-lang.org/news/compiler-errors-for-humans)
- \[4\] [Compilers as Assistants](https://elm-lang.org/news/compilers-as-assistants)
- \[5\] [Concepts Error Messages for Humans](https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2429r0.pdf)
- \[6\] [Compiler Error Messages Considered Unhelpful: The Landscape of Text-Based Programming Error Message Research](https://web.eecs.umich.edu/~akamil/papers/iticse19.pdf)
- \[6\] [Compiler Error Messages Considered Unhelpful: The Landscape of Text-Based Programming Error Message Research](https://www.brettbecker.com/wp-content/uploads/2019/12/becker2019compiler.pdf)
- \[7\] [Usability improvements in GCC 8](https://developers.redhat.com/blog/2018/03/15/gcc-8-usability-improvements#)

[1]: https://clang.llvm.org/diagnostics.html "Expressive Diagnostics"
[2]: https://blog.rust-lang.org/2016/08/10/Shape-of-errors-to-come.html "Shape of errors to come"
[3]: https://elm-lang.org/news/compiler-errors-for-humans "Compiler Errors for Humans"
[4]: https://elm-lang.org/news/compilers-as-assistants "Compilers as Assistants"
[5]: https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2022/p2429r0.pdf "Concepts Error Messages for Humans"
[6]: https://web.eecs.umich.edu/~akamil/papers/iticse19.pdf "Compiler Error Messages Considered Unhelpful: The Landscape of Text-Based Programming Error Message Research"
[7]: https://developers.redhat.com/blog/2018/03/15/gcc-8-usability-improvements "Usability improvements in GCC 8"
[6]: https://www.brettbecker.com/wp-content/uploads/2019/12/becker2019compiler.pdf "Compiler Error Messages Considered Unhelpful: The Landscape of Text-Based Programming Error Message Research"
[7]: https://developers.redhat.com/blog/2018/03/15/gcc-8-usability-improvements "Usability improvements in GCC 8"
Loading