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

[fmt] add option FMT_MODULE #34661

Closed
wants to merge 3 commits into from
Closed

Conversation

omarhogni
Copy link
Contributor

  • Changes comply with the maintainer guide
  • SHA512s are updated for each updated download
  • The "supports" clause reflects platforms that may be fixed by this new version
  • Any fixed CI baseline entries are removed from that file.
  • Any patches that are no longer applied are deleted from the port's directory.
  • The version database is fixed by rerunning ./vcpkg x-add-version --all and committing the result.

Comment on lines 12 to 16
if ("modules" IN_LIST FEATURES)
set(CXX_MODULES enabled)
else()
set(CXX_MODULES disabled)
endif()
Copy link
Contributor

@autoantwort autoantwort Oct 22, 2023

Choose a reason for hiding this comment

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

This is not a valid options value. It must be ON or OFF. Additionally this is not a feature but an option: https://learn.microsoft.com/en-us/vcpkg/contributing/maintainer-guide#do-not-use-features-to-implement-alternatives

Depends on #22216

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have updated the on off mixup, however I can see that this approach has already been discussed and rejected in #32572

@omarhogni omarhogni marked this pull request as draft October 22, 2023 21:35
@Adela0814 Adela0814 added the category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist label Oct 23, 2023
@Adela0814
Copy link
Contributor

Pinging @omarhogni for response. Is work still being done for this PR?

@omarhogni
Copy link
Contributor Author

Pinging @omarhogni for response. Is work still being done for this PR?

No, this can be closed I am unsure how this should be implemented.

@Adela0814 Adela0814 closed this Jan 9, 2024
@omarhogni omarhogni deleted the fmt_modules branch January 9, 2024 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants