spice-labs-inc / goatrodeo

Apache License 2.0
1 stars 2 forks source link

Does this need to be a var? #3

Closed bwmcadams closed 3 months ago

bwmcadams commented 4 months ago

The atomic boolean should be mutating internally; there shouldn't be a need for a mutable referrence.

Correct me if I'm wrong.

https://github.com/spice-labs-inc/goatrodeo/blob/b25c46ceedced228cd13dfad985428e63b360068/src/main/scala/goatrodeo/omnibor/Builder.scala#L88

dpp commented 3 months ago

Resolved in slim branch which has been merged into main