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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

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

  ../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.

@chenrui333 chenrui333 added the build failure CI fails while building the software label Oct 22, 2024
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` icu4c ICU use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants