Skip to content
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

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from
Draft

WIP p/jaekwon/... #461

wants to merge 9 commits into from

Conversation

jaekwon
Copy link
Contributor

@jaekwon jaekwon commented Jan 16, 2023

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.

@jaekwon jaekwon requested a review from a team as a code owner January 16, 2023 20:22
@moul moul marked this pull request as draft January 19, 2023 14:12
return runRun(opts.RootDir, opts.Verbose, fnames)
}

func runRun(rootDir string, verbose bool, fnames []string) error {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

@moul moul mentioned this pull request Jan 30, 2023
@moul
Copy link
Member

moul commented Jan 30, 2023

I extracted your gnodev run work here to merge your work asap: #491.

Please rebase your PR which is ~200 commits late and have some conflicts.

@moul moul added this to the 🌟 main.gno.land (wanted) milestone Sep 8, 2023
@@ -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 {
Copy link
Contributor

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Status: 🌟 Wanted for Launch
Development

Successfully merging this pull request may close these issues.

4 participants