]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Remove blib2to3 grammar cache logging (#3193)
authorRichard Si <63936253+ichard26@users.noreply.github.com>
Sat, 30 Jul 2022 03:28:43 +0000 (23:28 -0400)
committerGitHub <noreply@github.com>
Sat, 30 Jul 2022 03:28:43 +0000 (20:28 -0700)
commitd85cf00ee80f00b25a819afef7f466dc871fa68d
treee33215780993081c0f614203318824c468539340
parent4f1772e2aed8356e57b923eacf45f813ec3324a0
Remove blib2to3 grammar cache logging (#3193)

As error logs are emitted often (they happen when Black's cache
directory is created after blib2to3 tries to write its cache) and cause
issues to be filed by users who think Black isn't working correctly.

These errors are expected for now and aren't a cause for concern so
let's remove them to stop worrying users (and new issues from being
opened). We can improve the blib2to3 caching mechanism to write its
cache at the end of a successful command line invocation later.
CHANGES.md
src/blib2to3/pgen2/driver.py