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.
}
^
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.