You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@mynewt.apache.org by "Christopher Collins (JIRA)" <ji...@apache.org> on 2017/05/15 20:01:04 UTC

[jira] [Resolved] (MYNEWT-753) newt - generated sysinit file inconsistent

     [ https://issues.apache.org/jira/browse/MYNEWT-753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christopher Collins resolved MYNEWT-753.
----------------------------------------
    Resolution: Fixed

> newt - generated sysinit file inconsistent
> ------------------------------------------
>
>                 Key: MYNEWT-753
>                 URL: https://issues.apache.org/jira/browse/MYNEWT-753
>             Project: Mynewt
>          Issue Type: Bug
>            Reporter: Christopher Collins
>            Assignee: Christopher Collins
>             Fix For: v1_1_0_rel
>
>
> In the generated sysinit C file, calls to initialization functions are sorted by stage number.  Within a stage number, the ordering is random, and varies from one build to the next.  The randomness comes from Golang's random iteration of maps.
> This is bad because it prevents repeatable builds, and causes unnecessary rebuilds.
> The fix is to sort alphabetically by package name within a stage number. So,
> * First sort by stage number
> * Then sort by package name. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)