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

Resolve latest release issue #393

Merged

Conversation

davidbuzinski
Copy link
Member

@davidbuzinski davidbuzinski commented Jan 7, 2025

Resolve latest release and use that to determine name of MATLAB folder. Also revert change where I bumped version in pom.xml because Vahila said that's part of the release process.

#392

Copy link
Member

@sameagen-MW sameagen-MW left a comment

Choose a reason for hiding this comment

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

Do we have any tests to cover these cases at the moment?

@@ -49,7 +49,7 @@ public MatlabInstaller(String id) {
}

public String getRelease() {
return this.release.trim();
return this.release;
Copy link
Member

Choose a reason for hiding this comment

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

What cases caused the removal of the trim here?

Copy link
Member

Choose a reason for hiding this comment

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

Ah I see, it's just trimmed later.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, mostly just that it seems weird for a getter to change the value of the property. We were already trimming later so I just removed it.

@davidbuzinski
Copy link
Member Author

Not sure what's going on with the flaky macos test

@davidbuzinski davidbuzinski merged commit 7afc938 into 2.16.0-SNAPSHOT-Qualification Jan 8, 2025
2 of 4 checks passed
@davidbuzinski davidbuzinski deleted the fix-latest-release-issue branch January 8, 2025 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants