Skip to content

Commit

Permalink
[expr] rewrite evaluator to separate package
Browse files Browse the repository at this point in the history
this moves evaluator to separate package which interfaces with syscfg
via interface. this removes direct dependency on syscfg package.
  • Loading branch information
andrzej-kaczmarek committed Mar 25, 2022
1 parent 369dea1 commit 7f1a65d
Show file tree
Hide file tree
Showing 4 changed files with 451 additions and 414 deletions.
2 changes: 2 additions & 0 deletions newt/cli/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ import (
"mynewt.apache.org/newt/util"
)

var GlobalResolver *resolve.Resolver

const TARGET_KEYWORD_ALL string = "all"
const TARGET_DEFAULT_DIR string = "targets"
const MFG_DEFAULT_DIR string = "mfgs"
Expand Down

0 comments on commit 7f1a65d

Please sign in to comment.