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

Exclude recursive ranges from the formatter specialization for ranges #2974

Commits on Jul 5, 2022

  1. 2954: Add test case

    Dani-Hub committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    d511485 View commit details
    Browse the repository at this point in the history
  2. Eliminate extra-test and merge it into existing std-test instead. Add…

    … conditionals for filesystem::path testing that does not run into the ambiguity problem.
    Dani-Hub committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    6d14574 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. fmtlib#2968: Introduce additional compile-time predicate to detect re…

    …cursive ranges and reject them in formatter specialization for ranges. In addition, introduce additional wrapper traits for the individual logical operands of the complete range constraints
    Dani-Hub committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    26a2844 View commit details
    Browse the repository at this point in the history
  2. fmtlib#2968: Eliminate preprocessor condition that enables the format…

    …ter specialization for std::filesystem::path
    Dani-Hub committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    c6f372b View commit details
    Browse the repository at this point in the history
  3. fmtlib#2968: Eliminate preprocessor condition that enables the test f…

    …or the formatter specialization for std::filesystem::path
    Dani-Hub committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    a1ec9fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4c2e72 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b05da7 View commit details
    Browse the repository at this point in the history
  6. Comma fix

    Dani-Hub committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    bfff7ed View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. - Rename is_not_recursive_range to is_nonrecursive_range and add comm…

    …ent that explains it being depending on is_range being true
    
    - Merge has_fallback_formatter_delayed into is_formattable_delayed and add comment that explains it being depending on is_not_recursive_range being true
    - Replace disjunction in formatter specialization by has_fallback_formatter_delayed
    - Get rid of unneeded detail:: prefixes within namespace detail
    Dani-Hub committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    c03288b View commit details
    Browse the repository at this point in the history