Skip to content

Investigate errors printed to stdout on test compile #26

@zainab-ali

Description

@zainab-ali

Errors are printed to stdout during test compile. The code compiles successfully and all tests pass, so these errors are not critical. It would be worth investigating which compilation step is causing this.

<console>:17: error: identifier expected but integer literal found.
  type QuantityOf[A, D, U <: Unit[D]] = Quantity[A, Term[D, U, Fraction[1, 1]] :: HNil]
                                                                        ^
<console>:18: error: ']' expected but '}' found.
}
^
<console>:119: error: identifier expected but integer literal found.
      implicit ev0: fraction.Multiply.Aux[F, Fraction[P, 1], PF],
                                                         ^
<console>:133: error: ']' expected but '}' found.
  }
  ^
<console>:148: error: identifier expected but integer literal found.
      implicit ev0: fraction.Multiply.Aux[F, Fraction[1, P], PF],
                                                      ^
<console>:162: error: ']' expected but '}' found.
  }
  ^
<console>:205: error: identifier expected but integer literal found.
      ev0: Require[FD != 1],
                         ^
<console>:228: error: ']' expected but '}' found.
  }
  ^

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions