sb0 changed the topic of #m-labs to: ARTIQ, Migen, MiSoC, Mixxeo & other M-Labs projects :: fka #milkymist :: Logs http://irclog.whitequark.org/m-labs
Mon_ has joined #m-labs
Mon_ is now known as Guest60978
Guest60978 has quit [Client Quit]
mindrunner has quit [Ping timeout: 245 seconds]
mindrunner has joined #m-labs
Mon_ has joined #m-labs
Mon_ is now known as Guest63922
Guest63922 has quit [Client Quit]
cyrozap has quit [Ping timeout: 245 seconds]
cyrozap has joined #m-labs
robtaylor has quit [Ping timeout: 246 seconds]
cyrozap has quit [Ping timeout: 264 seconds]
cyrozap has joined #m-labs
robtaylor has joined #m-labs
travis-ci has joined #m-labs
<travis-ci> m-labs/artiq#619 (master - afa8148 : Sebastien Bourdeauducq): The build is still failing.
travis-ci has left #m-labs [#m-labs]
<sb0_> cr1901_modern, I guess? whitequark ?
mindrunner has quit [Ping timeout: 245 seconds]
cyrozap has quit [Ping timeout: 264 seconds]
cyrozap has joined #m-labs
robtaylor has quit [*.net *.split]
<cr1901_modern> sb0_: All the default experiments now want pythonparser and won't show up without it. Kinda difficult to test the widget that way :P. Of course I can download myself; think it's worth bringing up anyway.
<sb0_> cr1901_modern, why don't you make a small qt app with just the widget?
mindrunner has joined #m-labs
cyrozap has quit [Ping timeout: 264 seconds]
cyrozap has joined #m-labs
<sb0_> that will cut your testing cycles as well: just start the app instead of starting the artiq master if necessary, starting the artiq gui, selecting an experiment, scrolling to the widget
<sb0_> there is still a ton of qt layout bugs that manifest themselves in the log view. meh.
<sb0_> anyone knows how much the qt commercial license costs and if they'd fix those properly as part of the "silver" support?
<sb0_> "Within reasonable efforts, not every bug is fixable as part of Qt Support"
<sb0_> then it'll take 2 years before the fixes make it to anaconda...
<sb0_> blergh
cyrozap has quit [Ping timeout: 264 seconds]
cyrozap has joined #m-labs
Mon_ has joined #m-labs
Mon_ is now known as Guest50437
Guest50437 has quit [Quit: This computer has gone to sleep]
<whitequark> sb0_: we can just rebuild Qt if we have a dedicated buildserver (in cloud or not)
<whitequark> cr1901_modern: yes it is in conda
<whitequark> sb0_: it's just that we can't do this on travis/appveyor because of time restrictions and doing it on a VM or my laptop is way too bothersome...
mindrunner has quit [Ping timeout: 245 seconds]
Mon_ has joined #m-labs
Mon_ is now known as Guest31247
<sb0_> whitequark, i'll bring a desktop computer tomorrow
<sb0_> and we should have internet in the lab on Thursday
robtaylor has joined #m-labs
sb0_ has quit [Quit: Leaving]
mindrunner has joined #m-labs
sb0 has joined #m-labs
<sb0> software is awful, #4233: gnome-terminal fails to start with "Error constructing proxy for org.gnome.Terminal:/org/gnome/Terminal/Factory0: Error calling StartServiceByName for org.gnome.Terminal: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.gnome.Terminal exited with status 10" unless KDE has been started on the machine since the last reboot
balrog has quit [Ping timeout: 245 seconds]
FabM has joined #m-labs
balrog has joined #m-labs
robtaylor has quit [Ping timeout: 246 seconds]
<whitequark> nice
cyrozap has quit [Ping timeout: 264 seconds]
cyrozap has joined #m-labs
Guest31247 has quit [Quit: This computer has gone to sleep]
Mon_ has joined #m-labs
Mon_ is now known as Guest43581
siruf has joined #m-labs
Guest43581 has quit [Quit: This computer has gone to sleep]
<GitHub100> [artiq] sbourdeauducq pushed 2 new commits to master: http://git.io/vBHmR
<GitHub100> artiq/master 24a33be Sebastien Bourdeauducq: gui/experiments: support setting submission scheduling/options
<GitHub100> artiq/master cabcdb3 Sebastien Bourdeauducq: gui/experiments: support setting repository revision
sb0_ has joined #m-labs
travis-ci has joined #m-labs
<travis-ci> m-labs/artiq#620 (master - cabcdb3 : Sebastien Bourdeauducq): The build is still failing.
travis-ci has left #m-labs [#m-labs]
<sb0_> why is there a Qt::WheelFocus if it doesn't work and you need this mess to do it
<sb0_> and why is gross behavior the default for spinboxes and comboboxes in scrolled views
robtaylor has joined #m-labs
Mon_1 has joined #m-labs
robtaylor has quit [Ping timeout: 246 seconds]
Mon_1 has quit [Quit: This computer has gone to sleep]
<sb0_> of course, doing this in with pyqt results in further problems from conflicts between python's GC and qt memory management
robtaylor has joined #m-labs
stekern has quit [Ping timeout: 246 seconds]
robtaylor has quit [Ping timeout: 246 seconds]
robtaylor has joined #m-labs
sb0_ has quit [Ping timeout: 260 seconds]
robtaylor has quit [Ping timeout: 246 seconds]
robtaylor has joined #m-labs
sb0_ has joined #m-labs
travis-ci has joined #m-labs
<travis-ci> m-labs/artiq#621 (master - a6f3055 : Sebastien Bourdeauducq): The build is still failing.
travis-ci has left #m-labs [#m-labs]
robtaylor has quit [*.net *.split]
robtaylor has joined #m-labs
robtaylor has quit [Ping timeout: 246 seconds]
robtaylor has joined #m-labs
rohitksingh has joined #m-labs
<sb0> whitequark, are you going to fix travis or should we trash it and use the non-cloud solution?
travis-ci has joined #m-labs
<travis-ci> m-labs/migen#166 (master - 7b7c29d : Florent Kermarrec): The build has errored.
travis-ci has left #m-labs [#m-labs]
<whitequark> sb0: I'll try to fix it, just need to wait until the image downloads
robtaylor has quit [Ping timeout: 246 seconds]
robtaylor has joined #m-labs
<cr1901_modern> sb0_: I can do that too (and add some spinboxes). Shouldn't be too hard to glue in the code when ready.
<sb0> cr1901_modern, do what? fix the scroll wheel behavior?
<cr1901_modern> whitequark: is it under the name "pycparser"?
<sb0> i have done it already
<sb0> it was annoying, but not too long
<cr1901_modern> No I mean a separate app that I use for all testing
<cr1901_modern> I already have one that I've been using to test the graphical layout of the widget; my plan was to get rid of that and use ARTIQ after layout was done.
<cr1901_modern> This is b/c ARTIQ has nontrivial startup time and I wanted to test changes more quickly
<whitequark> cr1901_modern: no, it's called "pythonparser"
<cr1901_modern> pythonparser doesn't exist... looks like I need to add a new channel
robtaylor has quit [Ping timeout: 240 seconds]
<cr1901_modern> (Error: No packages found in current win-32 channels matching: pythonparser)
<whitequark> it's in the m-labs channel obviously
<cr1901_modern> Well I have the m-labs channel added. I guess I need to update it
robtaylor has joined #m-labs
<whitequark> hm, interestingly, it's not there.
<whitequark> let me kick off the build again
<cr1901_modern> Sounds good.
robtaylor has quit [Ping timeout: 246 seconds]
robtaylor has joined #m-labs
robtaylor has quit [Ping timeout: 244 seconds]
robtaylor has joined #m-labs
Mon_ has joined #m-labs
Mon_ is now known as Guest93803
<whitequark> er.
<whitequark> should be done now.
<whitequark> I mean, kicked off.
travis-ci has joined #m-labs
<travis-ci> m-labs/conda-recipes#69 (master - e19f9b3 : whitequark): The build was broken.
travis-ci has left #m-labs [#m-labs]
sb0_ has quit [Ping timeout: 260 seconds]
<whitequark> ugh
robtaylor has quit [Ping timeout: 246 seconds]
travis-ci has joined #m-labs
<travis-ci> m-labs/conda-recipes#70 (master - 1813c08 : whitequark): The build is still failing.
travis-ci has left #m-labs [#m-labs]
Guest93803 has quit [Quit: This computer has gone to sleep]
robtaylor has joined #m-labs
<sb0> oh nice, all our builds are properly screwed
<sb0> migen, artiq, this ...
<whitequark> sb0: fixed now
<whitequark> cr1901_modern: uploaded
Mon_1 has joined #m-labs
<whitequark> sb0: ah, actually not, you broke appveyor when you updated pyqtgraph.
<whitequark> why are IRC notifications broken, anyway?
siruf has quit [Ping timeout: 260 seconds]
rohitksingh has quit [Ping timeout: 260 seconds]
Mon_1 has quit [Ping timeout: 260 seconds]
<sb0> whitequark, i guess because freenode has lots of problems right now
robtaylor has quit [Ping timeout: 243 seconds]
robtaylor has joined #m-labs
kristian1aul has quit [Quit: Reconnecting]
kristianpaul has joined #m-labs
kristianpaul has joined #m-labs
Mon_1 has joined #m-labs
rohitksingh has joined #m-labs
Mon_1 has quit [Quit: This computer has gone to sleep]
robtaylor has quit [Ping timeout: 246 seconds]
Mon_ has joined #m-labs
Mon_ is now known as Guest99602
mindrunner has quit [Ping timeout: 260 seconds]
mindrunner has joined #m-labs
Guest99602 has quit [Client Quit]
siruf has joined #m-labs
robtaylor has joined #m-labs
stekern has joined #m-labs
<cr1901_modern> whitequark: Awesome thanks! Could you please upload the windows version when you get the chance?
mumptai has joined #m-labs
ylamarre has joined #m-labs
ylamarre has quit [Client Quit]
stekern has quit [Ping timeout: 245 seconds]
stekern has joined #m-labs
stekern has quit [Ping timeout: 245 seconds]
stekern has joined #m-labs
stekern has quit [Ping timeout: 260 seconds]
mindrunner has quit [Ping timeout: 245 seconds]
mindrunner has joined #m-labs
stekern has joined #m-labs
mumptai has quit [Quit: Verlassend]
ylamarre has joined #m-labs