Re: [PR] fix: TreeNode has same attribute with NodeMixin [nuttx]

2023-10-09 Thread via GitHub
acassis merged PR #10879: URL: https://github.com/apache/nuttx/pull/10879 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apac

Re: [PR] fix: TreeNode has same attribute with NodeMixin [nuttx]

2023-10-09 Thread via GitHub
TaiJuWu commented on PR #10879: URL: https://github.com/apache/nuttx/pull/10879#issuecomment-1753281972 @acassis Thank you a lot. I hope get some help from community Is there any documentation about this tool? I have some questions about it. And how can I get the python fo

Re: [PR] fix: TreeNode has same attribute with NodeMixin [nuttx]

2023-10-09 Thread via GitHub
acassis commented on PR #10879: URL: https://github.com/apache/nuttx/pull/10879#issuecomment-1753264719 @TaiJuWu small typo: attrubute -> attribute -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[PR] fix: TreeNode has same attribute with NodeMixin [nuttx]

2023-10-09 Thread via GitHub
TaiJuWu opened a new pull request, #10879: URL: https://github.com/apache/nuttx/pull/10879 ## Summary NodeMixin have attrubute called size and it is set property. Overwrite this property by _size but it will make report incompatible. Create a new class NuttxDictExporter to renaming