Jacob Walls
Jacob Walls
The tests in `TestImportChecker` added in #5059 use the `epylint` pylint runner, not the regular one. `epylint` patches `cwd`, so it's not an optimal runner for these tests that are...
## Type of Changes | | Type | | --- | ---------------------- | | ✓ | :bug: Bug fix | ## Description Closes #6094 (requires PyCQA/astroid#1519)
## Type of Changes | | Type | | --- | ---------------------- | | ✓ | :sparkles: New feature | ## Description Adds new refactoring message `hidden-parent-method`. When the behavior...
## Type of Changes | | Type | | --- | ---------------------- | | ✓ | :sparkles: New feature | ## Description Closes #4913
## Description Create ``DunderCompletionMixin`` in order to let ``ModuleModel`` share the same dunder definitions that were already present on ``FunctionModel``. ## Type of Changes | | Type | | ---...
Apparently, bugs can be caused by providing the `parent` argument to `ClassDef.__init__()`, because the name of that node (the ancestor) will be added to the locals of the child node,...
## Type of Changes | | Type | | --- | ---------------------- | | ✓ | :sparkles: New feature | ## Description Closes #5488 We have #2079 to track further...
**Describe the bug** .musicxml files that MuseScore treats as corrupted no longer show their file name in the confirmation dialog, showing `""` instead: **To Reproduce** Steps to reproduce the behavior:...
**Describe the bug** Opening this file crashes MuseScore. MuseScore3 (and Finale) validates it fine. The file contains one measure: two consecutive wedges, then backs up and gives a whole note....
## Type of Changes | | Type | | --- | ---------------------- | | ✓ | :sparkles: New feature | ## Description Closes #9097