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

pango: Backport Language changes #846

Merged
merged 5 commits into from Dec 5, 2022
Merged

Commits on Dec 4, 2022

  1. Configuration menu
    Copy the full SHA
    f4c9889 View commit details
    Browse the repository at this point in the history
  2. pango: Make pango::Language::from_string() infallible

    It only ever returns `NULL` if passing `NULL`, which makes not much sense.
    sdroege authored and bilelmoussaoui committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    c40aa68 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. pango: Manually implement Language::to_string & Language::default

    To avoid an API break for 0.16
    bilelmoussaoui committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    b1a4f62 View commit details
    Browse the repository at this point in the history
  2. Add CastNone trait (#843)

    * Add CastNone trait
    
    Closes #842
    
    * Add CastNone to prelude, add dynamic_cast
    
    * Add example for CastNone
    
    * Describe type using turbofish op
    ranfdev authored and bilelmoussaoui committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    78d3651 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    edf607e View commit details
    Browse the repository at this point in the history