Skip to content

pullrequests Search Results · repo:projectfluent/fluent-rs language:Rust

Filter by

208 results
 (93 ms)

208 results

inprojectfluent/fluent-rs (press backspace or delete to remove)

With Rust 2024 edition coming, we should prefer explicit features over implicit features. After this change, serde_json no longer shows up as a feature when doing a cargo add as the implicit feature for ...
  • waywardmonkeys
  • Opened 
    8 days ago
  • #365

Tries to temporary solve complex translation cases mentioned in: https://github.com/projectfluent/fluent-rs/issues/268 https://github.com/projectfluent/fluent/issues/80 1) Support user implemented custom ...
  • PPakalns
  • Opened 
    on Jun 5
  • #364

This is a follow up to #362, using --all-features turns up a few more things. One was a false positive that I avoided by commenting it.
  • alerque
  • Opened 
    on May 27
  • #363

This is newly added in nightly clippy.
  • waywardmonkeys
  • Opened 
    on May 26
  • #362

The CLI crate has been completely blocked/broken for a while. It doesn t have anything essential or even a lot of function, but for folks getting started with Fluent I think it is useful to have something ...
  • alerque
  • 2
  • Opened 
    on May 9
  • #360

One of the first things that bothered me about the Fluent project was how confusing it was to figure out what crates to even start with. A major factor in that is that all the README s for the crates in ...
documentation
  • alerque
  • 4
  • Opened 
    on May 6
  • #359

Follow up to #342 which didn t surface the error because actions don t run in PRs until they have been merged to the default branch
  • alerque
  • 2
  • Opened 
    on May 6
  • #357

As of Rust 1.62, enums can use #[derive(Default)]. See https://github.com/rust-lang/rust/pull/94457 .
  • waywardmonkeys
  • 1
  • Opened 
    on May 6
  • #356