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

0.2.14 release #16

Merged
merged 7 commits into from
Mar 27, 2021
Merged

0.2.14 release #16

merged 7 commits into from
Mar 27, 2021

Commits on Mar 27, 2021

  1. Fixed mutability of self in fmt doc example.

    Bumped version to 0.2.14
    rodrimati1992 committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    5e7e7ff View commit details
    Browse the repository at this point in the history
  2. Other tiny doc fix

    rodrimati1992 committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    a5e7c22 View commit details
    Browse the repository at this point in the history
  3. More doc fixes, made const generics unconditional.

    Made the `const_format::fmt` API that uses const generics unconditional,
    since const generics were stabilized in late 2020 and the `fmt` API requires the nightly compiler.
    
    Removed mentions of the `"const_generics"` feature from the docs and README.
    rodrimati1992 committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    7221373 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d337f03 View commit details
    Browse the repository at this point in the history
  5. Made concatcp and formatcp use const generics when available.

    Made the length computation always happen in a const fn, rather than in concatcp and formatcp.
    
    Defined a `__priv_concatenate` function that uses a `const LEN: usize` parameter,
    which does the string concatenation itself, to which concatcp and formatcp delegate to.
    
    Bumped the const_format_proc_macros version to 0.2.14
    
    Updated the github CI config.
    
    Updated root module, and readme to mention this new use of the "const genericss" feature
    rodrimati1992 committed Mar 27, 2021
    Configuration menu
    Copy the full SHA
    eab842c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0754f89 View commit details
    Browse the repository at this point in the history
  7. Edited ci config (#15)

    * Update rust.yml
    rodrimati1992 authored Mar 27, 2021
    Configuration menu
    Copy the full SHA
    25ff07a View commit details
    Browse the repository at this point in the history