*** tpb has joined #timvideos | 00:00 | |
*** mithro has joined #timvideos | 01:01 | |
mithro | ~seen hyades | 01:30 |
---|---|---|
tpb | mithro: hyades was last seen in #timvideos 1 day, 8 hours, 22 minutes, and 14 seconds ago: <hyades> little little | 01:30 |
mithro | ~seen Sewar | 01:30 |
tpb | mithro: Sewar was last seen in #timvideos 21 hours, 10 minutes, and 34 seconds ago: <Sewar> have a good night iiie | 01:30 |
mithro | Sewar, ping? | 02:49 |
Sewar | mithro, pong | 02:49 |
mithro | Sewar, so the problem you are having is the following line, | 02:49 |
mithro | local/lib/python2.7/site-packages/django/views/generic/detail.py:108: [W0201(attribute-defined-outside-init), BaseDetailView.get] Attribute 'object' defined outside __init__ | 02:50 |
mithro | right? | 02:50 |
Sewar | yes | 02:50 |
mithro | Sewar, are you sure it is reading your pylintrc file? | 02:53 |
Sewar | yes | 02:54 |
Sewar | mithro, pylintrc is full of working settings | 02:54 |
mithro | Sewar, okay great | 02:54 |
mithro | Sewar, what is the best way to reproduce? | 02:55 |
Sewar | clone https://github.com/timvideos/edid.tv | 02:57 |
tpb | Title: timvideos/edid.tv ยท GitHub (at github.com) | 02:57 |
Sewar | and update pylintrc file from link | 02:57 |
Sewar | update these 2 lines: https://dpaste.de/biyAk/#L15,45 | 02:57 |
tpb | Title: dpaste.de: Snippet #240985 (at dpaste.de) | 02:57 |
mithro | why are you ignoring views? | 02:59 |
Sewar | just put it there when testing 5 minutes ago, no effect | 02:59 |
Sewar | same goes for django and detail | 03:00 |
mithro | Oh, found 1 bug | 03:00 |
mithro | you need to do a check for private/requirements.txt before running | 03:01 |
mithro | . bin/activate && pip install -r private/requirements.txt | 03:01 |
Sewar | `-$(ACTIVATE) && pip install -r private/requirements.txt` | 03:02 |
Sewar | `-` ignores errors | 03:02 |
mithro | oh | 03:02 |
mithro | it's a bit confusing as it reports the error | 03:02 |
Sewar | yeah, but doesn't fail | 03:03 |
mithro | a "[ -f private/requirements.txt ] && " | 03:03 |
mithro | would fix that | 03:03 |
mithro | Sewar, "make lint" should output your issue right? | 03:03 |
Sewar | yeah | 03:04 |
*** mithro has quit IRC | 03:27 | |
*** mithro has joined #timvideos | 03:59 | |
mithro | Sewar, I get the following | 04:10 |
mithro | tansell@tansell-x220-l:~/foss/edid.tv$ make lint | 04:10 |
mithro | . bin/activate && pylint \ | 04:10 |
mithro | --disable=C0303 \ | 04:10 |
mithro | --reports=n \ | 04:10 |
mithro | --msg-template="{path}:{line}: [{msg_id}({symbol}), {obj}] {msg}" \ | 04:10 |
mithro | *.py edid_parser/*.py frontend/*.py | 04:10 |
mithro | tansell@tansell-x220-l:~/foss/edid.tv$ | 04:10 |
Sewar | mithro, did you update line 45 in pylintrc? remove W0201 | 04:21 |
mithro | tansell@tansell-x220-l:~/foss/edid.tv$ make lint | 04:26 |
mithro | . bin/activate && pylint \ | 04:26 |
mithro | --disable=C0303 \ | 04:26 |
mithro | --reports=n \ | 04:26 |
mithro | --msg-template="{path}:{line}: [{msg_id}({symbol}), {obj}] {msg}" \ | 04:26 |
mithro | *.py edid_parser/*.py frontend/*.py | 04:26 |
mithro | ************* Module frontend.models | 04:26 |
mithro | frontend/models.py:248: [W0212(protected-access), EDID.create] Access to a protected member _populate_from_edid_parser of a client class | 04:26 |
mithro | ************* Module frontend.views | 04:26 |
mithro | frontend/views.py:458: [W0212(protected-access), TimingMixin.form_valid] Access to a protected member _meta of a client class | 04:26 |
mithro | frontend/views.py:479: [W0212(protected-access), TimingMixin.delete] Access to a protected member _meta of a client class | 04:26 |
mithro | frontend/views.py:547: [W0212(protected-access), TimingReorderMixin.get] Access to a protected member _meta of a client class | 04:26 |
mithro | frontend/views.py:576: [W0212(protected-access), TimingReorderMixin.get] Access to a protected member _meta of a client class | 04:26 |
mithro | make: *** [lint] Error 4 | 04:26 |
mithro | tansell@tansell-x220-l:~/foss/edid.tv$ | 04:26 |
Sewar | disable=W0403,W0232,E1101,C0111,E1103,I0011,R0801,R0904,W0212,W0511,W0613 | 04:29 |
Sewar | if you don't have W0201 at the end then you're ok | 04:29 |
Sewar | the problem happens locally with Makefile, and on travis-ci without Makefile | 04:29 |
Sewar | W0201 != W0212 | 04:30 |
Sewar | mithro, I can reproduce it in vm too | 04:38 |
*** mithro has quit IRC | 04:39 | |
*** hyades has joined #timvideos | 04:59 | |
*** hyades_ has joined #timvideos | 05:06 | |
*** hyades has quit IRC | 05:09 | |
*** iiie has joined #timvideos | 05:41 | |
*** mithro has joined #timvideos | 06:40 | |
*** mithro has quit IRC | 06:53 | |
*** hyades_ has quit IRC | 07:00 | |
*** mithro has joined #timvideos | 07:10 | |
*** mithro has quit IRC | 07:58 | |
*** mithro has joined #timvideos | 08:18 | |
*** hyades has joined #timvideos | 08:20 | |
*** mithro has quit IRC | 08:23 | |
*** shenki has quit IRC | 08:34 | |
*** iiie has quit IRC | 08:59 | |
*** hyades has quit IRC | 12:12 | |
*** hyades has joined #timvideos | 12:22 | |
*** hyades has joined #timvideos | 12:22 | |
*** mithro has joined #timvideos | 12:36 | |
*** mithro has quit IRC | 12:51 | |
*** CarlFK has quit IRC | 13:24 | |
*** hyades has quit IRC | 14:15 | |
*** hyades has joined #timvideos | 14:24 | |
*** parx has joined #timvideos | 16:09 | |
*** iiie has joined #timvideos | 16:21 | |
parx | hyades & Sewar: Countdown is at 2 days and 2 hours. It | 16:51 |
parx | It's best to not leave significant work for the last day if possible. | 16:53 |
*** tpb has joined #timvideos | 17:12 | |
*** hyades has quit IRC | 18:32 | |
*** hyades has joined #timvideos | 18:34 | |
*** tpb has joined #timvideos | 18:44 | |
*** hyades has quit IRC | 19:15 | |
*** hyades has joined #timvideos | 19:23 | |
*** hyades has quit IRC | 19:31 | |
*** hyades has joined #timvideos | 19:32 | |
*** hyades has quit IRC | 19:46 | |
*** hyades has joined #timvideos | 19:58 | |
*** hyades has quit IRC | 20:30 | |
*** hyades has joined #timvideos | 20:33 | |
*** CarlFK has joined #timvideos | 20:55 | |
*** parx has quit IRC | 21:30 | |
*** parx has joined #timvideos | 21:32 | |
*** hyades has quit IRC | 21:36 | |
*** hyades has joined #timvideos | 21:47 | |
*** hyades has quit IRC | 22:10 | |
*** hyades has joined #timvideos | 22:22 | |
*** parx has left #timvideos | 22:54 | |
*** CarlFK has quit IRC | 22:59 | |
*** hyades has quit IRC | 23:25 |
Generated by irclog2html.py 2.12.1 by Marius Gedminas - find it at mg.pov.lt!