You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by "supervillain101 (via GitHub)" <gi...@apache.org> on 2023/04/04 21:17:10 UTC

[GitHub] [mynewt-core] supervillain101 opened a new pull request, #2972: Use syscfg setting for sysinit stage numbers

supervillain101 opened a new pull request, #2972:
URL: https://github.com/apache/mynewt-core/pull/2972

   This allows the target to rearrange package initialization order via syscfg override


-- 
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-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [mynewt-core] andrzej-kaczmarek commented on pull request #2972: Use syscfg setting for sysinit stage numbers

Posted by "andrzej-kaczmarek (via GitHub)" <gi...@apache.org>.
andrzej-kaczmarek commented on PR #2972:
URL: https://github.com/apache/mynewt-core/pull/2972#issuecomment-1574267723

   as I said, I'm not a big fan of such changes but I won't block them from being merged - feel free to merge at your discretion


-- 
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-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [mynewt-core] wes3 merged pull request #2972: Use syscfg setting for sysinit stage numbers

Posted by "wes3 (via GitHub)" <gi...@apache.org>.
wes3 merged PR #2972:
URL: https://github.com/apache/mynewt-core/pull/2972


-- 
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-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [mynewt-core] andrzej-kaczmarek commented on pull request #2972: Use syscfg setting for sysinit stage numbers

Posted by "andrzej-kaczmarek (via GitHub)" <gi...@apache.org>.
andrzej-kaczmarek commented on PR #2972:
URL: https://github.com/apache/mynewt-core/pull/2972#issuecomment-1497381250

   I'm not a big fan of allowing user to configure init priority for core packages. What is the reason you need to change it? If priorities are not correct because of some dependency it should be fixed instead. If you need to have some other init done before/after other init then we do support this via `$after` and `$before` syntax (https://github.com/apache/mynewt-newt/pull/457).


-- 
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-unsubscribe@mynewt.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org