Python docstring style checker
(formerly pep257)
pydocstyle is a static analysis tool for checking compliance with
Python docstring conventions.
pydocstyle supports most of PEP 257 out of the box, but it should
not be considered a reference implementation.
pydocstyle supports Python 2.6, 2.7, 3.3, 3.4, 3.5, pypy and pypy3.
WWW: https://pypi.python.org/pypi/pydocstyle
flake8-polyfill is a package that provides some compatibility helpers
for Flake8 plugins that intend to support Flake8 2.x and 3.x
simultaneously.
WWW: https://pypi.python.org/pypi/flake8-polyfill
In file included from /usr/local/lib/gcc5/include/c++/string:52:0,
from /usr/local/include/wx-2.8/wx/string.h:176,
from /usr/local/include/wx-2.8/wx/memory.h:16,
from /usr/local/include/wx-2.8/wx/object.h:20,
from /usr/local/include/wx-2.8/wx/event.h:17,
from /usr/local/include/wx-2.8/wx/window.h:19,
from /usr/local/include/wx-2.8/wx/control.h:23,
from /usr/local/include/wx-2.8/wx/checkbox.h:19,
from settingsbook.cpp:4:
/usr/local/lib/gcc5/include/c++/bits/basic_string.h: In instantiation of 'union std::__cxx11::basic_string<wxPoint>::<anonymous>':
/usr/local/lib/gcc5/include/c++/bits/basic_string.h:119:7: required from 'class std::__cxx11::basic_string<wxPoint>'
fxplotwindow.h:12:32: required from here
/usr/local/lib/gcc5/include/c++/bits/basic_string.h:121:53: error: member 'wxPoint std::__cxx11::basic_string<wxPoint>::<anonymous union>::_M_local_buf [2]' with constructor not allowed in union
_CharT _M_local_buf[_S_local_capacity + 1];
^
/usr/local/lib/gcc5/include/c++/bits/basic_string.h:121:53: note: unrestricted unions only available with -std=c++11 or -std=gnu++11
PR: 216707
Reported by: antoine (via exp-run)
www is a static web server, useful for sharing and testing the contents of a
directory via HTTP.
www will start a web server listening on port 8000 and use as document root
the directory where the command was called. Different document root may be
specified as also the port and use of SSL, more info using the -h option.
WWW: https://github.com/nbari/www
PR: 214820
Submitted by: Nicolas de Bari Embriz Garcia Rojas
/tmp/ccbhQWJd.o: In function `__hscore_get_errno':
PrelIOUtils.c:(.text+0x0): multiple definition of `__hscore_get_errno'
/tmp/ccbhQWJd.o: In function `__hscore_s_isreg':
PrelIOUtils.c:(.text+0x40): multiple definition of `__hscore_s_isreg'
/tmp/ccH45HdH.o:Ptr.c:(.text+0x180): first defined here
/tmp/ccbhQWJd.o: In function `__hscore_s_isdir':
PrelIOUtils.c:(.text+0x60): multiple definition of `__hscore_s_isdir'
/tmp/ccH45HdH.o:Ptr.c:(.text+0x1a0): first defined here
/tmp/ccbhQWJd.o: In function `__hscore_s_isfifo':
PrelIOUtils.c:(.text+0x80): multiple definition of `__hscore_s_isfifo'
[...]
PR: 216707
Reported by: antoine (via exp-run)
I knew about the version bump but somehow missed implementing it,
resulting in stage failures for those slave ports that have pkg-plist
defined. Bump them all as well.
sources/misc.cpp:43:65: error: narrowing conversion of '4294967248u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
static PARTYOFFS party_0c = {SPR_ENDSPR_1+0x0c,0x0020,0xFFFFFFD0};
^
sources/misc.cpp:46:65: error: narrowing conversion of '4294967282u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
static PARTYOFFS party_0f = {SPR_ENDSPR_1+0x0f,0x005E,0xFFFFFFF2};
^
sources/misc.cpp:47:65: error: narrowing conversion of '4294967290u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
static PARTYOFFS party_10 = {SPR_ENDSPR_1+0x10,0x007E,0xFFFFFFFA};
^
sources/misc.cpp:48:65: error: narrowing conversion of '4294967289u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
static PARTYOFFS party_11 = {SPR_ENDSPR_1+0x11,0x008E,0xFFFFFFF9};
^
sources/misc.cpp:50:65: error: narrowing conversion of '4294967291u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
static PARTYOFFS party_13 = {SPR_ENDSPR_1+0x13,0x00B2,0xFFFFFFFB};
^
sources/misc.cpp:51:65: error: narrowing conversion of '4294967290u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
static PARTYOFFS party_14 = {SPR_ENDSPR_1+0x14,0x00C2,0xFFFFFFFA};
^
sources/misc.cpp:60:65: error: narrowing conversion of '4294967280u' from 'unsigned int' to 'int' inside { } [-Wnarrowing]
static PARTYOFFS party_1d = {SPR_ENDSPR_1+0x1d,0x0030,0xFFFFFFF0};
^
PR: 216707
Reported by: antoine (via exp-run)