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

vte3 0.78.1 #195125

Closed
wants to merge 1 commit into from
Closed

vte3 0.78.1 #195125

wants to merge 1 commit into from

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

@github-actions github-actions bot added bump-formula-pr PR was created using `brew bump-formula-pr` icu4c ICU use is a significant feature of the PR or issue labels Oct 21, 2024
@chenrui333
Copy link
Member

chenrui333 commented Oct 22, 2024

  ../src/termprops.hh:392:31: error: no matching function for call to 'from_chars'
    392 |         if (auto [ptr, err] = std::from_chars(std::begin(str),
        |                               ^~~~~~~~~~~~~~~
  ../src/termprops.hh:569:30: note: in instantiation of function template specialization 'vte::terminal::impl::parse_termprop_floating<double>' requested here
    569 |                 return impl::parse_termprop_floating<double>(value);
        |                              ^
  /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/c++/v1/__charconv/from_chars_integral.h:37:19: note: candidate function not viable: no known conversion from 'std::chars_format' to 'int' for 4th argument
     37 | from_chars_result from_chars(const char*, const char*, bool, int = 10) = delete;
        |                   ^                                          ~~~~~~~~
  /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/c++/v1/__charconv/from_chars_integral.h:229:1: note: candidate template ignored: requirement 'is_integral<double>::value' was not satisfied [with _Tp = double]
    229 | from_chars(const char* __first, const char* __last, _Tp& __value, int __base) {
        | ^
  /Library/Developer/CommandLineTools/SDKs/MacOSX15.sdk/usr/include/c++/v1/__charconv/from_chars_integral.h:223:1: note: candidate function template not viable: requires 3 arguments, but 4 were provided
    223 | from_chars(const char* __first, const char* __last, _Tp& __value) {
        | ^          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1 error generated.

can be merged with #190556

@chenrui333 chenrui333 added build failure CI fails while building the software CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. labels Oct 22, 2024
Copy link
Contributor

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a help wanted or in progress label.

@github-actions github-actions bot added the stale No recent activity label Oct 25, 2024
@github-actions github-actions bot closed this Oct 26, 2024
@github-actions github-actions bot deleted the bump-vte3-0.78.1 branch October 26, 2024 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build failure CI fails while building the software bump-formula-pr PR was created using `brew bump-formula-pr` CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. icu4c ICU use is a significant feature of the PR or issue stale No recent activity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants