Saturday, 2017-07-29

jeblairmordred: i just learned about typeshed00:11
jeblairapparently the way mypy works is that in order to deal with stuff from the stdlib or third party modules which don't have (complete) type information, there is a repository called typeshed with pyi files for everything.00:12
jeblairhttps://github.com/python/typeshed00:12
jeblairif you use something from a module which doesn't have complete type info in typeshed, you'll get an error like:00:13
jeblairzuul/sphinx/zuul.py:117: error: Module has no attribute "inline"00:13
jeblair(that was me trying to use docutils.nodes.inline)00:13
jeblairas you can see, the typeshed info for docutils is... minimal: https://github.com/python/typeshed/blob/master/third_party/3/docutils/nodes.pyi00:14
jeblairbased on all the google results i went through trying to understand that error, their approach seems to be "if people have problems they will open issues and/or pull requests"00:14
jeblairsee for example: https://github.com/python/mypy/issues/358900:15
jeblairso i think we may need to make zuul devs aware of that, and that you can use "# type: ignore" to silence the error00:15
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: Support cross-references based on zuul:attr  https://review.openstack.org/48889000:17
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: Make zuul the default sphinx domain  https://review.openstack.org/48889100:28
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: Add zuul:value xref  https://review.openstack.org/48889200:28
jeblairokay, i think that's the framework set up to go and change all the rest of the definition lists to zuul:attr directives00:29
mordred++ to the approach to dealing with that00:45
*** jkilpatr has quit IRC00:56
*** xinliang has quit IRC01:00
*** jkilpatr has joined #zuul01:10
*** harlowja_ has quit IRC01:13
*** harlowja has joined #zuul02:05
*** deep-book-gk_ has joined #zuul02:53
*** deep-book-gk_ has left #zuul02:53
*** harlowja has quit IRC03:16
*** xinliang has joined #zuul03:17
*** harlowja has joined #zuul03:18
*** harlowja has quit IRC03:52
*** deep-book-gk_ has joined #zuul04:05
*** deep-book-gk_ has left #zuul04:06
*** xinliang has quit IRC05:51
*** harlowja has joined #zuul06:02
*** harlowja has quit IRC06:47
*** xinliang has joined #zuul07:19
*** xinliang has quit IRC07:19
*** xinliang has joined #zuul07:19
*** xinliang has quit IRC10:30
*** xinliang has joined #zuul11:19
*** xinliang has quit IRC11:34
*** xinliang has joined #zuul11:50
*** xinliang has quit IRC11:50
*** xinliang has joined #zuul11:50
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Remove zuul:configobject  https://review.openstack.org/48888613:01
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Support cross-references based on zuul:attr  https://review.openstack.org/48889013:01
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Make zuul the default sphinx domain  https://review.openstack.org/48889113:01
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Add zuul:value xref  https://review.openstack.org/48889213:02
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Replace singleton lists with None defaults  https://review.openstack.org/48867613:02
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Change name and document the bind_mount config paths  https://review.openstack.org/48867713:02
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: Ensure ref-updated jobs run with their ref  https://review.openstack.org/48821614:05
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: docs: reformat job section with zuul domain  https://review.openstack.org/48895514:50
*** harlowja has joined #zuul17:59
*** harlowja has quit IRC18:14
*** harlowja has joined #zuul18:21
*** harlowja has quit IRC18:42
*** cinerama has quit IRC21:12
*** cinerama has joined #zuul21:12
*** deep-book-gk_ has joined #zuul23:51
*** deep-book-gk_ has left #zuul23:52

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!