-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
New Release To Fix 2.7 #988
Comments
Is there anything holding this up? Or is it just that this project seems to have flatlined? |
There are plenty of commits each month so the project is still active. It would be nice to see a new beta release though. Two workarounds until that happens:
|
Yeah, I've seen the commits...I question the priority though, as it seems like getting out a bug fix for a critical regression should be higher priority. The minimal response on this and similar issues is, in part, a reason why one might question the overall status of the project. Bottom line for me is that this release is broken, and the fix is really quite simple given that the commits are already integrated in master. Workarounds are fine but no replacement for fixing the release. |
+1 to a new beta (or better). This (and isort, but there'll be a new isort release soon) is also blocking using Black on pip: pypa/pip#7084 (comment). |
I'm all in favor for more frequent releases in general so: yes 😎 |
OK, let's do a new beta on Thursday. Let's flag what we can finish and merge until then. |
Also #1044 from running master on pip. Possibly duplicates of those two. |
It does not seem like black was released on 2 weeks ago. Is a new release of black dependent on resolving: |
yes |
Black 19.10b0 has just been released, can this be closed? |
I hope so. @chebee7i, can you confirm the new release fixed things for you? |
Latest version |
Has this been switched to the stable branch? I am (per the vim instructions) using the latest stable version of black and I still hit this issue. I commented here: #988 It seems like the commit should be there: d6db1c1 However I am hitting this issue today (june 2020) with the latest stable black while editing python 2.7 code using |
This is a redux #977 because I had some craziness going on in my paths.
The current release of
black
is 19.3b0 and it has a number of issues that affect 2.x code. These include:Cannot parse: 3:19: print('hello', file=sys.stdout)
print (something)
Both issues are pretty terrible for code trying to be 2.x/3.x compatible, and both issues have been fixed in
master
. However, neither are part of a current release.Can we get a new release out? If not, could we at least get a bugfix release out (19.3b1) that includes those two fixes?
The text was updated successfully, but these errors were encountered: