Rename `InteractionEnvironment::print_message` to `emit_message`

finchie
Aug 4, 2025, 10:40 AM
KFFAQIZUWCJGRHOPDYXZNZM5DESD6XYU4PK3YH7T25OIMRR6O2MQC

Dependencies

  • [2] IXBE5Q6T Implement `InteractionEnvironment::print_message`
  • [3] JUV7C6ET Create initial prototype of `fluent_embed_interaction`

Change contents

  • replacement in fluent_embed_interaction/src/lib.rs at line 49
    [2.7][2.7:96]()
    pub fn print_message<L: Localize>(&self, message: L) -> Result<(), std::io::Error> {
    [2.7]
    [2.96]
    pub fn emit_message<L: Localize>(&self, message: L) -> Result<(), std::io::Error> {