You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The Breakage class and subclasses use self.obj.filepath, which can trigger an alias resolution error.
To Reproduce
pipx install griffe
git clone https://github.com/pawamoy/duty
cd duty
griffe check duty -ssrc -a 0.9.0
Expected behavior
Aliases should be supported without error. src/duty/callables/__init__.py:31: lazy: Public object points to a different kind of object: function -> alias
Additional context
The detected breaking change is a false positive by the way.
The text was updated successfully, but these errors were encountered:
Describe the bug
The Breakage class and subclasses use
self.obj.filepath
, which can trigger an alias resolution error.To Reproduce
Expected behavior
Aliases should be supported without error.
src/duty/callables/__init__.py:31: lazy: Public object points to a different kind of object: function -> alias
Additional context
The detected breaking change is a false positive by the way.
The text was updated successfully, but these errors were encountered: