[
https://issues.apache.org/jira/browse/MYNEWT-655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15961330#comment-15961330
]
ASF subversion and git services commented on MYNEWT-655:
--------------------------------------------------------
Commit a895dc5cb357dc86c297919f1dc77c78423c7dea in incubator-mynewt-newt's
branch refs/heads/master from [~ccollins476]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-mynewt-newt.git;h=a895dc5
]
Merge remote-tracking branch 'apache/develop'
* apache/develop:
unixchild - Ensure socket gets deleted on stop.
Add PrintStacks util function.
unixchild - prevent half-started state
unixchild additions
unixchild util library
MYNEWT-674 newt - Remove use of new io.SeekCurrent
MYNEWT-660 newt - Quotes get stripped from syscfg
Add env to verbose output, remove duplicated msg
newt; go version requirement is now 1.7.
Update release notes; date and remove comment saying that this is a beta.
MYNEWT-655 newt - Detect newt version incompat.
Fix to print correct pkg dependecy
MYNEWT-655 newt - Detect proj/newt ver incompat.
MYNEWT-655 newt - Detect repo/newt ver incompat.
Warns on unmatched pkg.name and pkg.path
Updates to sync/upgrade/install inner working
Remove trailing slash using pkg commands in the shell
MYNEWT-495: updates to sync command
> newt - Detect repo / newt version incompatibilities
> ---------------------------------------------------
>
> Key: MYNEWT-655
> URL: https://issues.apache.org/jira/browse/MYNEWT-655
> Project: Mynewt
> Issue Type: Improvement
> Reporter: Christopher Collins
> Assignee: Christopher Collins
> Fix For: v1_0_0_rel
>
>
> This is done with a separate map "repo.newt_compatibility" in the repo's
> repository.yml file.
> Example:
> {noformat}
> repo.newt_compatibility:
> 1.0.0:
> 1.1.0: error
> 1.0.0: good
> 0.9.99: warn
> 0.9.9: error
> {noformat}
> This says that this version 1.0.0 of this repo is compatible with newt
> versions [1.0.0, 1.1.0). Newt versions in the range [0.9.99, 1.0.0) elicit a
> warning message. All other newt versions generate an error.
> A project can also indicate newt version restrictions
> Example (project.yml):
> {noformat}
> project.newt_compatibility:
> 1.1.0: error
> 1.0.0: good
> 0.9.99: warn
> 0.9.9: error
> {noformat}
> Just to be clear, the newt version numbers are *minimum* version numbers.
> The following table:
> {noformat}
> 1.0.0: good
> 0.1.0: error
> {noformat}
> Says that newt versions >= 0.1.0 and < 1.0.0 elicit an error. All newt
> versions >= 1.0.0 are OK.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)