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

Replaced usage of Ray with Vector #21 #584

Merged
merged 1 commit into from
Oct 6, 2024
Merged

Conversation

azoitl
Copy link
Contributor

@azoitl azoitl commented Oct 1, 2024

Draw2d's Ray class is deprecated. This commit removes all its usage and replaces it with the Vector class. To make migration easier two new constructors where added to Vector.

Addresses #21

Copy link
Contributor

@ptziegler ptziegler left a comment

Choose a reason for hiding this comment

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

I'm a little bit concerned about the Vector introducing inaccuracies due to fractions, but I couldn't see anything wrong while testing. So I think it's fine to simply swap.

Draw2d's Ray class is deprecated. This commit removes all its usage and
replaces it with the Vector class. To make migration easier two new
constructors where added to Vector.

Addresses eclipse#21
@azoitl
Copy link
Contributor Author

azoitl commented Oct 6, 2024

It seems Eclipse Jenkins has issues accessing maven central again.

@ptziegler
Copy link
Contributor

It seems Eclipse Jenkins has issues accessing maven central again.

I think this issue lies with repo.eclipse.org, at least that's what I've noticed in the past. From what I understand, the 403 forbidden error is a fancy way of saying that the repository is down.

https://www.eclipsestatus.io/incident/422280

CI services, such as Jiro and Nexus (repo.eclipse.org) are in a degraded state, as the underlying storage device is incapable of handling peak loads. Work is underway to rectify the problem.

Hopefully, the repo was only briefly unavailable and the job will finish now.

@ptziegler ptziegler merged commit c4dc821 into eclipse:master Oct 6, 2024
9 checks passed
@ptziegler ptziegler added this to the 3.22.0 milestone Oct 6, 2024
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