]> 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:

Switch from attrs to dataclasses (#1116)
authorMichael J. Sullivan <sully@msully.net>
Wed, 30 Oct 2019 04:06:34 +0000 (21:06 -0700)
committerJelle Zijlstra <jelle.zijlstra@gmail.com>
Wed, 30 Oct 2019 04:06:34 +0000 (21:06 -0700)
commit31f4105731c9e5a6930905d358b62b2b834b940b
tree046f6e1a90cec7b57fdbc6815f30a7db54496f8e
parent6bedb5c58a7d8c25aa9509f8217bc24e9797e90d
Switch from attrs to dataclasses (#1116)

The main motivation here is that mypyc is going to have custom support
for dataclasses but probably not attrs.
Pipfile
Pipfile.lock
black.py
setup.py