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

Typify internal list in DirectGraphLayout and convert to Deque #247

Merged
merged 1 commit into from
Aug 23, 2023

Conversation

ptziegler
Copy link
Contributor

By using a deque, we have access to both an iterator() and an descendingIterator() method. This allows us to iterate over the collection in both directions.

@ptziegler
Copy link
Contributor Author

ptziegler commented Aug 18, 2023

#155

Switching to a Deque should be safe, given that this field is package-private.

@ptziegler ptziegler force-pushed the typify-directed-graph-layout branch 2 times, most recently from 49e17f7 to 15d96e9 Compare August 18, 2023 21:20
By using a deque, we have access to both an iterator() and an
descendingIterator() method. This allows us to iterate over the
collection in both directions.
@ptziegler ptziegler force-pushed the typify-directed-graph-layout branch from 15d96e9 to 620ccf3 Compare August 18, 2023 21:21
@github-actions
Copy link

Unit Test Results

    9 files      9 suites   17s ⏱️
307 tests 305 ✔️ 2 💤 0
921 runs  915 ✔️ 6 💤 0

Results for commit 620ccf3.

@azoitl
Copy link
Contributor

azoitl commented Aug 23, 2023

@ptziegler have you seen my latest comment? It would be great if we could merge that commit somewhere today or early tomorrow as we have M3 deadline.

@ptziegler
Copy link
Contributor Author

@ptziegler have you seen my latest comment? It would be great if we could merge that commit somewhere today or early tomorrow as we have M3 deadline.

My apologies. No clue why I don't get notified by this pull request... I've just responded to your comment.

@azoitl
Copy link
Contributor

azoitl commented Aug 23, 2023

No problem. Thanks for the feedback. Will merge it now.

@azoitl azoitl merged commit c9f7a98 into eclipse-gef:master Aug 23, 2023
@azoitl azoitl added this to the 3.17.0 milestone Aug 23, 2023
@ptziegler ptziegler deleted the typify-directed-graph-layout branch August 23, 2023 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants