<sb0>
ysionneau, when you use choices in argparse - you don't have to check that the string the user passed was one of them (which is the whole point of choices)
<sb0>
ah I see, you want the end location of the node as well
<ysionneau>
09:34 < sb0> so don't do this: < Ok
<sb0>
ysionneau, I'm still waiting for your close() patch...
<ysionneau>
yes sorry didn't have time yesterday nor will have today (gf's birthday). friday I focused on verifying if there is or not a leak in the influxdb bridge code, and the len(gc.get_objects()) is behaving weirdly ...
<ysionneau>
it keeps increasing
<ysionneau>
until the gc activates then it goes down to "about" the same level as it was at the beginning
<ysionneau>
but it's still higher than what it was at the beginning (by 4)
<ysionneau>
then the same happens again (increasing several times then sudden decrease) etc
<ysionneau>
so in general it increases :/
<sb0>
that sounds like the normal behavior for a gc, except that it doesn't go back to the initial value
<ysionneau>
sure
<ysionneau>
what bothers me is that : it doesn't go back to initial value
<sb0>
what are those extra 4 objects?
<sb0>
and does it increase every time?
<ysionneau>
I let it run quite a few times and yes it was always increasing
<ysionneau>
I don't know yet what those 4 objects are, last time I instrumented, the code I added created objects which completely changed the "number of objects" pattern
<ysionneau>
I was trying to avoid just printing them, to only do a "diff" at the moment when the gc activates
<ysionneau>
but I guess I should just print to avoid messing with new objects ...
<ysionneau>
have to go, see you on monday!
<GitHub192>
[misoc] enjoy-digital pushed 3 new commits to master: http://git.io/hS3K
<GitHub192>
misoc/master c77562f Florent Kermarrec: liteusb: make oe_n optional on ft2232h phy
<GitHub192>
misoc/master 20207c9 Florent Kermarrec: liteusb: give more generic names to modules: FtdiXXX becomes LiteUSBXXX, move PHY outside of core (builds on minispartan6)
<GitHub55>
[migen] enjoy-digital pushed 1 new commit to master: http://git.io/hS3M
<GitHub189>
artiq/master 0b17408 Sebastien Bourdeauducq: pdq2/mediator: rewrite, adapt to new PDQ RPC format, support anonymous segments, support uploading to controllers
<GitHub189>
artiq/master b45ad9d Sebastien Bourdeauducq: examples/transport: adapt to new PDQ2 mediator (WIP, broken)
<sb0>
rjo, how would one use the new PDQ RPC format to program the transport waveforms?