-
Notifications
You must be signed in to change notification settings - Fork 385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP p/jaekwon/... #461
base: master
Are you sure you want to change the base?
WIP p/jaekwon/... #461
Conversation
6690bb3
to
8de1977
Compare
return runRun(opts.RootDir, opts.Verbose, fnames) | ||
} | ||
|
||
func runRun(rootDir string, verbose bool, fnames []string) error { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️
I extracted your Please rebase your PR which is ~200 commits late and have some conflicts. |
@@ -43,11 +43,39 @@ func (tree *Tree) Remove(key string) (value interface{}, removed bool) { | |||
} | |||
|
|||
// Shortcut for TraverseInRange. | |||
func (tree *Tree) Iterate(start, end string, cb func(*Node) bool) bool { | |||
return tree.node.TraverseInRange(start, end, true, true, cb) | |||
func (tree *Tree) Iterate(start, end string, cb IterCbFn) bool { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I came across this PR. It looks like a lot of this is already implemented. Perhaps this PR is no longer necessary?
Making more changes to AVL to also implement pagination rendering as well as other utilities that add up to a working demo of basic work and workforce planning on a DAO.