Re: [PR] apps/nshlib: Remove the deprecated config `NSH_LINELEN` [nuttx-apps]

2025-01-16 Thread via GitHub
xiaoxiang781216 merged PR #2945: URL: https://github.com/apache/nuttx-apps/pull/2945 -- 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...

Re: [PR] apps/nshlib: Remove the deprecated config `NSH_LINELEN` [nuttx-apps]

2025-01-15 Thread via GitHub
JianyuWang0623 commented on PR #2945: URL: https://github.com/apache/nuttx-apps/pull/2945#issuecomment-2593167872 > Maybe a short mention in the git commit message would be helpful for anyone in the future to understand why it was removed? > > NSH_LINELEN is replaced by POSIX standard

Re: [PR] apps/nshlib: Remove the deprecated config `NSH_LINELEN` [nuttx-apps]

2025-01-15 Thread via GitHub
cederom commented on PR #2945: URL: https://github.com/apache/nuttx-apps/pull/2945#issuecomment-2592832295 Maybe a short mention in the git commit message would be helpful for anyone in the future to understand why it was removed? NSH_LINELEN is replaced by POSIX standard LINE_MAX.

[PR] apps/nshlib: Remove the deprecated config `NSH_LINELEN` [nuttx-apps]

2025-01-14 Thread via GitHub
JianyuWang0623 opened a new pull request, #2945: URL: https://github.com/apache/nuttx-apps/pull/2945 ## Summary apps/nshlib: Remove the deprecated config `NSH_LINELEN`. See https://github.com/apache/nuttx/pull/15541 and https://github.com/apache/nuttx-apps/pull/2943 please. ## I