Commit Graph

4 Commits

Author SHA1 Message Date
Hynek Schlawack 743f973889
Add narrative docs for #787 (#801) 2021-05-04 17:41:14 +02:00
Hynek Schlawack 936853283e Add newsfragment for #787 2021-05-01 14:32:22 +02:00
Hynek Schlawack da6fb00a7b Remove redundant newsfragment
It used the wrong PR# and because I couldn't find it, I wrote my own in 710.
2021-05-01 14:29:39 +02:00
Nicholas Coltharp e09b1d6423
Infer type annotations from converters (#710)
* Infer annotations from converters

* Use semantic newlines

* Add 787.change.rst

* Don't let type annotations override converters

* Make pipe() infer type annotations

* Use PY2 instead of sys.versioninfo >= (3, 3)

* Avert crashing with a nullary converter

* Small doc change

* Add type inference for optional()

* Make pipe() annotations actually work

Co-authored-by: Hynek Schlawack <hs@ox.cx>
2020-12-13 16:30:06 +01:00