*** tpb has joined #timvideos | 00:06 | |
*** tpb has quit IRC | 01:09 | |
*** tpb has joined #timvideos | 01:09 | |
*** parx has joined #timvideos | 01:26 | |
*** iiie0 has quit IRC | 01:45 | |
mithro | Sewar, ping? | 02:15 |
---|---|---|
Sewar | pong | 02:15 |
mithro | Sewar, you don't appear to be running the selenium tests on Travis? | 02:15 |
Sewar | not yet | 02:15 |
mithro | Sewar, okay, makes your coverage look a bit bad - https://coveralls.io/builds/171492 | 02:17 |
Sewar | yeah, will try to enable it tonight | 02:17 |
tpb | Title: timvideos/edid.tv | Build #7 | Coveralls - Code Coverage History and Statistics (at coveralls.io) | 02:18 |
mithro | Sewar, you can also see where your unittests are currently not testing | 02:18 |
Sewar | coveralls.io is fantastic | 02:18 |
mithro | Sewar, it seems to 500 a lot for me, but it is not too bad | 02:19 |
mithro | Sewar, have you use just plain coverage locally? | 02:19 |
Sewar | no | 02:20 |
mithro | Sewar, I'd highly recommend making it part of your Makefile | 02:20 |
mithro | IE a "make coverage" | 02:20 |
Sewar | ok, "make coverage: coverage html" should do | 02:21 |
mithro | Sewar, you want to run the tests with coverage enabled as part of make coverage | 02:22 |
mithro | hydaes has something which works for his code | 02:22 |
mithro | so you might just be able to steal/copy his :) | 02:22 |
Sewar | make clitest already runs coverage | 02:22 |
mithro | Sewar, just doesn't create the html report? | 02:22 |
Sewar | I will check his code, and might steal it too :) | 02:22 |
mithro | Feel free to suggest things he could do better too | 02:23 |
Sewar | coverage runs in 2 phases | 02:23 |
Sewar | http://nedbatchelder.com/code/coverage/ | 02:24 |
mithro | Sewar, yeah - collection and then report generation | 02:24 |
tpb | Title: Ned Batchelder: coverage.py (at nedbatchelder.com) | 02:24 |
Sewar | mithro: so edid grabber is canceled? since we are accepting hex input in website | 02:26 |
mithro | Sewar, no | 02:27 |
mithro | Sewar, people would have to run xrandr and copy that to the website | 02:27 |
mithro | Sewar, way to error prone | 02:27 |
mithro | xrandr doesn't exist on mac/windows | 02:27 |
mithro | xrandr doesn't work on all linux systems | 02:27 |
mithro | etc | 02:27 |
Sewar | we can have a guide of different way to find edid hex in each system | 02:28 |
mithro | Sewar, guide is too much overhead | 02:28 |
mithro | Sewar, If the guide is anything more then "click this" | 02:29 |
Sewar | indeed | 02:30 |
mithro | So, the edid grabber is still on | 02:30 |
mithro | Sewar, but it should be easier if you do the parsing stuff on the server rather then in C | 02:30 |
Sewar | ok | 02:33 |
*** hyades has joined #timvideos | 05:17 | |
Sewar | Anybody knows how to set Selenium Firefox display port? | 05:37 |
Sewar | I had to set environment variable DISPLAY=":99" to fix that | 06:24 |
parx | shenki_: Is shenki00 one of your alternate nicks? | 06:43 |
parx | You missed some action in #gst-switch earlier. As a result, mithro was improving flags for some of us including you, if that was your right nick. | 06:50 |
mithro | parx, yes it is | 06:50 |
parx | ok good | 06:50 |
hyades | mithro: parx : why are your nicks with '@' ?? | 06:56 |
mithro | hyades, it means they the person has opers | 06:56 |
hyades | ahh | 06:57 |
*** hyades has quit IRC | 12:42 | |
*** hyades has joined #timvideos | 13:35 | |
*** hyades has quit IRC | 15:09 | |
*** mithro-laptop has joined #timvideos | 15:15 | |
parx | hyades did you take a day off from coding on Tuesday? | 15:26 |
parx | likewise, Sewar, did you take a day off from coding on Wednesday? | 15:27 |
Sewar | preparing blog post right now | 15:27 |
parx | Good, Sewar. When you complete it, will you post the link to your most recent post in here? You too hyades. | 15:29 |
parx | hmm hyades is not here | 15:32 |
*** hyades has joined #timvideos | 15:33 | |
parx | hello hyades | 15:33 |
hyades | hi | 15:33 |
parx | hyades did you take a day off from coding on Tuesday? | 15:34 |
hyades | no | 15:34 |
parx | If you worked that day, why didn't you write up what you did? | 15:35 |
hyades | merged the thing into the post of next day :) | 15:36 |
parx | ok | 15:37 |
parx | From our perspective, it doesn't appear that you've done any work in a day unless you post about it. Think of it as making sure you get credit for work you do. | 15:39 |
hyades | okay | 15:39 |
parx | thanks guys : ) | 15:40 |
parx | oh, hyades, I think you were unsure about this in #gst-switch: no, you don't have to type the @ | 15:42 |
hyades | yeah was wondering over it, thanks | 15:43 |
*** mithro-laptop has quit IRC | 15:51 | |
Sewar | http://mohammedalhadab.com/gsoc/hex-encoded-edid-support/ | 15:57 |
tpb | <http://ln-s.net/-on_> (at mohammedalhadab.com) | 15:57 |
parx | Good, Sewar. Now iiie can read it before your meeting later today. | 16:01 |
CarlFK | Sewar: I know some selinum experts - if you need help, write up the problem and I'll pass it on | 16:14 |
hyades | http://hyades.github.io/blog/Integration-Testing---4/ | 16:16 |
tpb | <http://ln-s.net/-ooB> (at hyades.github.io) | 16:16 |
*** hyades has quit IRC | 17:24 | |
*** iiie0 has joined #timvideos | 17:30 | |
*** hyades has joined #timvideos | 17:31 | |
Sewar | CarlFK: thanks, will keep that in mind. The guys at #Selenium are great too | 17:35 |
*** hyades has quit IRC | 17:59 | |
*** hyades has joined #timvideos | 18:14 | |
*** hyades has quit IRC | 21:15 | |
*** hyades has joined #timvideos | 21:27 | |
*** hyades has quit IRC | 22:26 | |
*** mithro-laptop has joined #timvideos | 23:46 |
Generated by irclog2html.py 2.12.1 by Marius Gedminas - find it at mg.pov.lt!