Skip to content

Replace Vec<ParserError> with opaque Error type. #176

Open
@XAMPPRocky

Description

@XAMPPRocky

Currently in a few places fluent error type is vector of errors that allows you to display multiple syntax errors, but Vec<T> wasn't designed as an error type and as such when you're building a library on-top of fluent, where you just want to propagate the error using an error handling library or ?, you have to write quite a bit of boilerplate to correctly handle it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    crate:fluent-bundleIssues related to fluent-bundle cratedesign-decisionIssues pending design decision, usually Rust specificenhancementgood first issueWant to help? Those are great bugs to start with!help wantedWe need help making decisions or writing PRs for this.question

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions