On 16/9/20 12:48 am, Joel Sherrill wrote:
> On Mon, Sep 14, 2020 at 9:33 PM mailto:chr...@rtems.org>>
> wrote:
>
> From: Chris Johns mailto:chr...@rtems.org>>
>
> - Provide support for separate user and kernel include paths in
> libbsd.py.
>
> - Update all added files with a s
On 15/09/2020 16:48, Joel Sherrill wrote:
Otherwise, I am just asking does Python code need to pass. pylint
and yapf are mentioned in this thread but
https://books.agiliq.com/projects/essential-python-tools/en/latest/linters.html
has a list of tools and claims that pycodelint matches pep8. I tho
On 15/09/2020 13:01, Chris Johns wrote:
On 15 Sep 2020, at 5:51 pm, Sebastian Huber
wrote:
On 15/09/2020 04:33,chr...@rtems.org wrote:
-def get_includes(self):
+def getIncludes(self):
I am not sure which coding style the file uses in general, but pylint complains
about camelCase
> On 15 Sep 2020, at 5:51 pm, Sebastian Huber
> wrote:
>
> On 15/09/2020 04:33, chr...@rtems.org wrote:
>
>> -def get_includes(self):
>> +def getIncludes(self):
> I am not sure which coding style the file uses in general, but pylint
> complains about camelCase function names.
I did
On 15/09/2020 04:33, chr...@rtems.org wrote:
-def get_includes(self):
+def getIncludes(self):
I am not sure which coding style the file uses in general, but pylint
complains about camelCase function names.
___
devel mailing list
devel@rtems.o
From: Chris Johns
- Provide support for separate user and kernel include paths in
libbsd.py.
- Update all added files with a suitable context to build them
with. Supported contexts are `kernel` and `user`.
- Kernel source use the kernel, CPU, and build header paths in
this order.
- User