Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
refactor[next] error handling #1275
refactor[next] error handling #1275
Changes from all commits
be9849d
743042e
c38116f
d59808e
601737a
05b5ef2
99785f3
4c60811
1451e79
ba17c63
384b62f
3ea99d5
8aef5f0
f59732c
f498e00
e1c1f04
360a6f0
d081374
79dca31
1bbeec7
9f95b76
5d01311
03c01c7
61696cc
5c09705
3b5f1f4
a17ec99
e010bb8
73b8a91
4951df7
519f242
f6bfdc4
c7d7eb7
89fc3a0
935d37b
d8d603f
fb24895
084d218
c53fdc1
8371cab
8e8e008
5e08a50
1bcbdf7
cc162b3
e04c7fd
8fe6d06
7a14225
a7e7566
2cac27e
98b0bad
de7f9e9
9327893
1bf640c
eafdde2
7638763
af78ab9
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We are currently using a different format for errors (in type_deduction, type_info and many other places). First word is capatilized, backticks instead of quotes and sentences are ended with a dot. This is inconsistent with the error printing in Python, but this is a separate issue for another discussion.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll leave things as they are now as the actual error messages are out of the scope of this PR.