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

SortPipe, RangeFilterPipe and some adjustments... #69

Closed
wants to merge 1 commit into from

Conversation

GeorgFette
Copy link

SortPipe sorts all elements. If needed sort is done only for scoped
portions of all elements.
RangeFilterPipe can be scoped.
Several (perhaps painful) adjustments on the main classes had to be
done. I hope I did not break anything. I have some testcases on some
things which do work.

This is the text of my pull request of the gremlins project (I thought I should also put it here because it belongs together somehow):

Hello,
Its me again. I tried to create code for these issues I needed in my project:
XMLWriterPipe: A pipe which writes the properties of vertices it traverses onto a given XMLWriter.
SortPipe and RangeFilterPipe can be scoped.

My last pull request was a bit awkward because I did not think the thing through until the end. I hope I did it correctly this time. I have a test-case-project in which I tested what I did. But I do not know how to add this test-case to my pull-request-code because it is too big.
I had to make adjustments in the core pipes-classes. I think that is not what I would like in your position as the author of the whole stuff. But perhaps you would like to look at what I would change.

Do you want pull requests like that at all ? I'm not sure if I am a bit annoying.
Greetings
Georg

SortPipe sorts all elements. If needed sort is done only for ranged
portions of all elements.
RangeFilterPipe can be scoped.
Several (perhaps painful) adjustments on the main classes had to be
done. I hope I did not break anything. I have some testcases on some
things which do work. I should do more testing with Markos testcases.
@okram
Copy link
Member

okram commented Jun 26, 2012

SortPipe is implemented by OrderPipe. No test cases provided --- can't merge.

@okram okram closed this Jun 26, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants