Skip to content

remove uuid package#4157

Merged
milosgajdos merged 1 commit intodistribution:mainfrom
gotgelf:deprecate-uuid-package
Nov 29, 2023
Merged

remove uuid package#4157
milosgajdos merged 1 commit intodistribution:mainfrom
gotgelf:deprecate-uuid-package

Conversation

@gotgelf
Copy link
Contributor

@gotgelf gotgelf commented Nov 16, 2023

The uuid package is not used in the code base, instead github.com/google/uuid is used.
so it can be safely remove.

It appears that the uuid package currently is not being utilized in the codebase. Instead github.com/google/uuid is used.
Given this, it would be safe to remove the unused uuid package

Fixes: #4043

the `uuid` package is not used in the code base,
so it can be safely remove.

Signed-off-by: Alex Gotgelf <gotgelf@gmail.com>
Signed-off-by: gotgelf <gotgelf@gmail.com>
@milosgajdos
Copy link
Member

@corhere @Jamstah are we keeping the OG uuid for v3 in or should we chuck it? I don't see this in the milestone.

IIRC we decided to keep it and see if anyone depends on it, right?

Copy link
Collaborator

@corhere corhere left a comment

Choose a reason for hiding this comment

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

It's a package under internal as of #4129 so there cannot be any dependencies outside of the module, by definition. And as of #4132 there are no longer any importers of the package inside the module, either. It's dead code. The package really should have been dropped as part of #4132.

@milosgajdos
Copy link
Member

Yeah, I get that but I vaguely remember a convo we had about keeping it in the source tree in case someone external depends on it -- for whatever reason -- so we can quickly re-export it or something...I'm ok binning this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deprecate uuid package in favour of github.com/google/uuid

3 participants