Skip to content

Fix for slices version incompatibilities #38

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

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

connelly38
Copy link
Member

Removed use of "slices" to prevent go version incompatibilities.
The "slices" package was external up to go 1.22, where it was brought into the core. To avoid needing
version-specific compilation, this fix just removes the call that used slices and instead just uses the sort package.
Also removed two errant debug messages in struct reading.

Removed use of "slices" to prevent version incompatibilities.
Also removed two errant debug messages in struct reading.
@connelly38 connelly38 requested a review from gmfeinberg August 11, 2024 20:10
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Aug 11, 2024
@connelly38 connelly38 merged commit bb95389 into main Aug 12, 2024
1 check passed
@connelly38 connelly38 deleted the bugfix/slices_incompatibility branch August 12, 2024 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants