Skip to content

use qualname in TypeErrors for functions#4476

Merged
youknowone merged 3 commits into
RustPython:mainfrom
nicku12345:use-qualname-for-function-errors
Feb 1, 2023
Merged

use qualname in TypeErrors for functions#4476
youknowone merged 3 commits into
RustPython:mainfrom
nicku12345:use-qualname-for-function-errors

Conversation

@nicku12345

Copy link
Copy Markdown
Contributor

fix #4473

@DimitrisJim

Copy link
Copy Markdown
Member

It seems like clippy is complaining about a couple of things, if you could address those.

@fanninpm

Copy link
Copy Markdown
Contributor

It seems like clippy is complaining about a couple of things, if you could address those.

Those might be due to Rust 1.67.0 coming out on 26 Jan.

@DimitrisJim

Copy link
Copy Markdown
Member

ah, yeah, that's it @fanninpm. there's some format calls that need to be fixed.

@youknowone youknowone left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@youknowone youknowone merged commit 5fb03b6 into RustPython:main Feb 1, 2023
itsankitkp pushed a commit to itsankitkp/RustPython that referenced this pull request Feb 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Qualname should be used in function's TypeErrors

4 participants