You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by st...@apache.org on 2017/03/09 23:15:52 UTC

[3/3] incubator-mynewt-newt git commit: This closes #52

This closes #52

This adds a warning (when running in verbose mode) if a pkg.name is not equal to the current pkg path.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/commit/04972811
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/tree/04972811
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/diff/04972811

Branch: refs/heads/develop
Commit: 04972811d14bcf5e5460de01a498db765004ff17
Parents: 23ce34b 437fbb5
Author: Sterling Hughes <st...@runtime.io>
Authored: Thu Mar 9 15:15:38 2017 -0800
Committer: Sterling Hughes <st...@runtime.io>
Committed: Thu Mar 9 15:15:38 2017 -0800

----------------------------------------------------------------------
 newt/interfaces/interfaces.go |  1 +
 newt/pkg/package.go           |  2 ++
 newt/project/project.go       | 27 +++++++++++++++++++++++++++
 newt/resolve/resolve.go       |  7 ++++---
 4 files changed, 34 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-newt/blob/04972811/newt/project/project.go
----------------------------------------------------------------------