-
Notifications
You must be signed in to change notification settings - Fork 23
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
Move EnhancedGraphAPI into its own component #12
Comments
Which reminds me that there are a number of changes I need to submit back. On Fri, Dec 23, 2011 at 3:32 AM, Peter Neubauer <
|
Looking forward to your changes, once you submit them, I will remove the Enhanced API stuff.
|
I will removed the Enhanced API stuff, hopefully this week.
|
Yu, /peter On Thu, Dec 22, 2011 at 9:54 PM, Niels Hoogeveen
|
I checked out the Enhanced API stuff in Graph-collections, but there are a couple of dependencies in SortedTree for property comparison. Maybe it's best not to remove all of Enhanced API but keep the bare minimum, while getting rid of the rest.
|
Niels, Btw merry X-Mas everyone! On Fri, Dec 23, 2011 at 7:05 PM, Niels Hoogeveen
|
Bryce, I finally had an opportunity to try out part of the code in my own application and I ran into an issue with SortedTree. When looking up an existing tree, a constructor is called which has a single Node (the base node) as its only argument. This didn't work for me, since the Comparator supplied when creating the index, takes an argument (and therefore cannot be reinstantiated with a simple class load/newinstance mechanism). I think we should provide an additional constructor for existing indexes that also takes the Comparator as argument, so Comparators that take arguments in their constructor can be used. What are your thoughts about this. Niels |
@NielsHoogeveen I think we should release a first version of graph-collections. Before doing that, I think we should take out the EnhancedGraphAPI and put it in its own component, maybe then depend on it instead to keep concerns clean.
WDYT?
The text was updated successfully, but these errors were encountered: