Skip to content
This repository was archived by the owner on Dec 29, 2021. It is now read-only.

Fluent Output Tests Look off with rustfmt #70

Closed
@epage

Description

@epage

The API looks weird when run through rustfmt because it puts each function on a separate line, so it clouds up what the predicate is operating on

  • Keep it, tools are meant to work for us
  • Go back to having a function per variant
  • Follow Environment and take in a predicate parameter
    • Easier to do multiple predicates (option to take in an array)
    • While it helps in places, I found it annoying in clap to access a bunch of different types
    • More linking is needed to help people find all of the relevant predicates

(Split of from #41)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions