0:07 AM
glyph
hawkowl: PyPI is absolutely good enough :)
0:07 AM
hawkowl: you should probably fix the ssh key thing anyway :)
0:07 AM
hawkowl: also yeah sha256 at least
0:07 AM
or really, just get a gpg conf from someone that knows what they're doing (warner?) and host a proper detached sig
0:10 AM
hawkowl: if you need to do something official to remove documentation that says we self-host prereleases, please go ahead and do it :)
0:14 AM
efm has quit
0:15 AM
0:17 AM
0:17 AM
right, because I looked at the logs
0:17 AM
darrrnnn iiiiit
2:57 AM
okay tests are passing for real now
3:04 AM
runciter
glyph, done
3:04 AM
KenaanX joined the channel
3:04 AM
NOTICE: [13twisted] 15markrwilliams closed pull request #1036: 9480-Renamed samesite to sameSite in t.w.h.Request.addCookie. (06trunk...069480-evilham-web-Request-addCookie-sameSite) 02https://git.io/fbxpx
3:04 AM
KenaanX has left the channel
3:04 AM
kenaan
3:11 AM
glyph
runciter: \o/
3:11 AM
runciter: thank you!
3:11 AM
efm joined the channel
3:16 AM
adiroiban has quit
3:46 AM
kenaan
new core enhancement
https://tm.tl/#9481 by twm: t.i.b.DelayedCall repr should include useful information
4:03 AM
4:12 AM
itamarst has quit
4:37 AM
new web enhancement
https://tm.tl/#9482 by twm: t.w.h.HTTPFactory docstring should mention reactor is used for timeouts
4:54 AM
KenaanX joined the channel
4:54 AM
NOTICE: [13twisted] 15twm created 069482-httpfactory-docstring (+2 new commits): 02https://git.io/fbpox
4:54 AM
NOTICE: 13twisted/069482-httpfactory-docstring 14dbb957d 15Tom Most: Expand HTTPFactory docstring
4:54 AM
NOTICE: 13twisted/069482-httpfactory-docstring 1468a4a42 15Tom Most: Newsfile
4:54 AM
KenaanX has left the channel
5:06 AM
KenaanX joined the channel
5:06 AM
NOTICE: [13twisted] 15twm opened pull request #1037: 9482 httpfactory docstring (06trunk...069482-httpfactory-docstring) 02https://git.io/fbpKn
5:06 AM
KenaanX has left the channel
5:06 AM
twm submitted <
https://tm.tl/#9482> ; - t.w.h.HTTPFactory docstring should mention reactor is used for timeouts (unassigned) for review
5:07 AM
KenaanX joined the channel
5:07 AM
NOTICE: [13twisted] 15twm pushed 1 new commit to 069482-httpfactory-docstring: 02https://git.io/fbpKC
5:07 AM
NOTICE: 13twisted/069482-httpfactory-docstring 1464e73db 15Tom Most: Merge branch 'trunk' into 9482-httpfactory-docstring
5:07 AM
KenaanX has left the channel
6:19 AM
new core defect
https://tm.tl/#9483 by glyph: failure serialization round-trip via eventAsJSON / eventFromJSON loses message, renders traceback almost useless
6:37 AM
stryx` joined the channel
7:46 AM
oberstet joined the channel
8:00 AM
8:10 AM
adiroiban joined the channel
9:03 AM
9:24 AM
hawkowl
glyph, yeah I'm home now so I have my battlestation
10:29 AM
itamarst joined the channel
11:36 AM
clokep joined the channel
12:31 PM
exarkun
don't be too proud of this technological terror you've constructed
12:32 PM
oberstet joined the channel
14:03 PM
kenaan
14:40 PM
oberstet joined the channel
15:13 PM
oberstet has quit
15:14 PM
oberstet joined the channel
15:25 PM
clokep joined the channel
15:49 PM
exarkun_ has quit
15:49 PM
exarkun_ joined the channel
15:58 PM
exarkun_ has quit
16:00 PM
exarkun_ joined the channel
16:16 PM
efm joined the channel
16:40 PM
altendky joined the channel
17:06 PM
exarkun
How do you get a clean stream from a trial reporter if you drank the tox koolaid?
17:21 PM
tos9
what's different about trial within tox
17:23 PM
exarkun
tox craps a bunch of extra output on stdout
17:23 PM
so far my idea is to dump it all to a file and then write a parser to scrape the tox gunk off the beginning and end.
17:23 PM
tos9
oh, as in you're piping the whole thing somewhere...
17:23 PM
are you trying to subunit?
17:24 PM
efm
exarkun: why not write a tox plugin to grab the stream and divert it?
17:24 PM
tos9
because exarkun likely doesn't feel like fixing tox's shortcomings
17:24 PM
--results-json looks possibly like what you want
17:25 PM
--result-json tha tis
17:25 PM
exarkun
I am trying to subunit, yes
17:25 PM
ah, nice. sounds promising.
17:26 PM
tos9
so for subunit I just write to a file, but yes tox is pretty terrible here so probably using --result-json is better
17:27 PM
exarkun
nope, fail
17:28 PM
it collects the output, puts it in an "output" property, and mixes in some random extra junk just for fun
17:28 PM
17:28 PM
tos9
hahaha
17:29 PM
exarkun
it's a slightly easier parsing problem to solve, I guess.
18:10 PM
exarkun_ has quit
18:10 PM
exarkun_ joined the channel
18:28 PM
efm joined the channel
18:29 PM
exarkun_ has quit
18:31 PM
exarkun_ joined the channel
18:43 PM
efm joined the channel
18:56 PM
efm joined the channel
19:03 PM
kenaan
19:07 PM
idnar
has anyone tried to instrument the Twisted reactor with metrics? (Prometheus or whatever)
19:07 PM
I'm thinking about things like "reactor turn latency"
19:12 PM
efm joined the channel
19:13 PM
efm has quit
19:13 PM
efm joined the channel
19:13 PM
efm has quit
19:14 PM
efm joined the channel
19:16 PM
exarkun
I have an "instrument" for that, not that's hooked up to Prometheus though.
19:17 PM
Or maybe I should say "had"
19:17 PM
If you can find the svn sandbox, it's in there.
19:24 PM
KenaanX joined the channel
19:24 PM
NOTICE: [13twisted] 15hawkowl pushed 1 new commit to 06release-18.7.0-9475: 02https://git.io/fbhx7
19:24 PM
NOTICE: 13twisted/06release-18.7.0-9475 14685f235 15Mark Williams: Merge pull request #1036 from evilham/9480-evilham-web-Request-addCookie-sameSite...
19:24 PM
KenaanX has left the channel
19:26 PM
adiroiban has quit
19:27 PM
KenaanX joined the channel
19:27 PM
NOTICE: [13twisted] 15hawkowl pushed 3 new commits to 06release-18.7.0-9475: 02https://git.io/fbhpk
19:27 PM
NOTICE: 13twisted/06release-18.7.0-9475 141f852ce 15Amber Brown: incremental
19:27 PM
NOTICE: 13twisted/06release-18.7.0-9475 1413eb697 15Amber Brown: don't delete this dir
19:27 PM
NOTICE: 13twisted/06release-18.7.0-9475 147905de2 15Amber Brown: changelog
19:27 PM
KenaanX has left the channel
19:39 PM
lifeless joined the channel
19:56 PM
adiroiban joined the channel
20:02 PM
dstufft joined the channel
20:04 PM
dstufft has quit
20:07 PM
dstufft joined the channel
20:21 PM
dstufft joined the channel
20:56 PM
adiroiban has quit
21:00 PM
adiroiban joined the channel
22:59 PM
clokep joined the channel
23:57 PM
exarkun_ has quit
23:58 PM
exarkun_ joined the channel