[
https://issues.apache.org/jira/browse/MYNEWT-483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15658566#comment-15658566
]
ASF subversion and git services commented on MYNEWT-483:
--------------------------------------------------------
Commit f7a5983c146253527961244f49a21e2485d5e12a in incubator-mynewt-newt's
branch refs/heads/1_0_0_b1_dev from [~ccollins476]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-mynewt-newt.git;h=f7a5983
]
MYNEWT-483 - Don't allow numeric syscfg names.
> newt target set with colon creates unrecoverable error
> ------------------------------------------------------
>
> Key: MYNEWT-483
> URL: https://issues.apache.org/jira/browse/MYNEWT-483
> Project: Mynewt
> Issue Type: Bug
> Components: Newt
> Affects Versions: v1_0_0_beta1
> Reporter: Sterling Hughes
> Assignee: Christopher Collins
> Fix For: v1_0_0_beta1
>
>
> If you set a syscfg with newt target set:
> newt target set tgtname syscfg="MY_SYSCFG:1"
> then you will get an interface panic everytime you call newt in that
> directory. This is because, obviously, newt interprets the colon as a
> separation of syscfg values and not an assignment. In the syscfg.yml file
> you see the variable set as:
> 1: 1
> However, this should be caught upon input, and newt should not panic on every
> command once this is set, but rather handle this case gracefully.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)