Commit a7aafe90 authored by Jim Lawson's avatar Jim Lawson Committed by GitHub
Browse files

Fend off future bug - replace FixedPoint ":=" with "connect". (#516)

This turned up after updating #494 (Remove explicit import of NotStrict) and adding the missing implicit CompileOptions to ":="'s signature at which point Scala pointed out FixedPoint's ":=" could not override Data's final ":=" with the same signature: the implicit time bomb.
parent 455f551d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment