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

Improve the error message for methods as named parameters #59

Open
Tagada14 opened this issue Apr 13, 2024 · 0 comments
Open

Improve the error message for methods as named parameters #59

Tagada14 opened this issue Apr 13, 2024 · 0 comments
Labels
error messages Improving error messages provided to the programmer

Comments

@Tagada14
Copy link
Contributor

Methods as named parameters were introduced in #58
However, when an error occurs only the name of the method is printed, the owner is omitted even though it would be useful information for programmers. Introducing such a feature is non-trivial since the function to acquire the owner of a method is part of the module TypeUtils that utilizes the Error module. Thus, using that function would create a dependency cycle.

@ppolesiuk ppolesiuk added the error messages Improving error messages provided to the programmer label Apr 13, 2024
@ppolesiuk ppolesiuk mentioned this issue Jan 13, 2025
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
error messages Improving error messages provided to the programmer
Projects
None yet
Development

No branches or pull requests

2 participants