-
Notifications
You must be signed in to change notification settings - Fork 25
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
DelayedBase.__repr__ does not use repr? #104
Comments
I agree, it looks like a copy&paste bug. Fixing it could cause to break some recipes 🤔 but I guess it should be done anyway. |
I think if we decided to break stuff, then we should put an effort to make the behavior of Lines 260 to 264 in 5e8468d
and Variable Lines 443 to 450 in 5e8468d
i.e. the Also we should be more rigorous in applying the
It will definitively break things in i6_core, but a am willing to spend time to fix this. It has cost us a lot of time tracing down dubious bugs in the past. |
sisyphus/sisyphus/delayed_ops.py
Line 77 in a5de7fe
Why is there
str(...)
for the__repr__
? Isn't this inconsistent? Shouldn't it berepr
?The text was updated successfully, but these errors were encountered: