Re: [Sugar-devel] Python 3 port - How to test Sugar desktop module builds

2018-02-28 Thread Dave Crossland
Really great to hear this progressing :) ___ Sugar-devel mailing list Sugar-devel@lists.sugarlabs.org http://lists.sugarlabs.org/listinfo/sugar-devel

[Sugar-devel] Python 3 port - How to test Sugar desktop module builds

2018-02-28 Thread James Cameron
As part of the Python 3 port, developers need to ensure their changes do not break the module build. While it is possible to test the module build using the usual autogen, make, and make install steps, as defined in the GNU Coding Standards, these are not the most common use case. Instead, most