-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
[libsersi] Add new library #39349
[libsersi] Add new library #39349
Conversation
@microsoft-github-policy-service agree |
The CI pipeline error could be fixed by run command |
I ran this command and updated the version database in my latest commit, but the |
Usage test passed on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a bit nervous about the name, as searching for opendis
points to https://github.com/open-dis/open-dis-cpp rather than this library. The name 'opendis6' points to this repo on repology, but only from Conan and the author of the Conan recipe is also @crhowell3 . I'm torn between saying 'it's in repology, it's already out there' and asking for crhowell3-opendis6
instead.
Tagging vcpkg-team-review for a 2nd opinion
@BillyONeal Maybe this is too drastic of a suggestion, but what if I were to just change the name of my package to avoid confusion with the other |
The problem is that there's nonzero potential confusion with https://github.com/open-dis . (That is, we want someone who does I think odds are pretty high we take the name as written here, we just want more than one maintainer to OK any time anything is worth questioning because once we 'give away' a name like that, we can't take it back. Whereas we can always rename |
Fixed in the latest commits |
@data-queue, @vicroms, @AugP, and below discussed this today. We don't count trailing numbers as a distinguisher between ports. For example, we expect @BillyONeal - Still concerned about the name being confused with the @ras0219-msft - For example, we wouldn't accept the name Given the discussion above, we would still like a more unique name. |
I understand. I'll try to think of a package name that does not incorporate the |
@JavierMatosD, @data-queue, @vicroms, @AugP and whomever else may be involved: Here is my final name proposition: |
@crhowell3, I think |
find_package
calls are REQUIRED, are satisfied byvcpkg.json
's declared dependencies, or disabled with CMAKE_DISABLE_FIND_PACKAGE_Xxx.vcpkg.json
matches what upstream says.vcpkg.json
matches what upstream says../vcpkg x-add-version --all
and committing the result.This PR introduces the libsersi package, a C++ implementation of the IEEE 1278.1a-1998 Distributed Interactive Simulation standard.