Support attr converters with new semantic analyzer #6438
Labels
priority-0-high
semantic-analyzer
Problems that happen during semantic analysis
topic-attrs
topic-plugins
The plugin API and ideas for new plugins
This is a follow up for #6435
The
attrs
plugin does some tricky things to support converters, in particular although the plugin is called during semantic analysis, it look like some parts belong to type checking. In particular, we need to know analyzed types of overloaded functions while still semantically analyzing top levels, which is especially tricky with the new semantic analyzer.See also
testAttrsUsingBadConverter
.The text was updated successfully, but these errors were encountered: