You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Graphs.merge creates a result variable, but then mutates variable a instead of result, and returns result. Merge winds up being a noop for immutable graphs. :-O
Graphs.merge creates a
result
variable, but then mutates variablea
instead ofresult
, and returnsresult
. Merge winds up being a noop for immutable graphs. :-Obifurcan/src/io/lacuna/bifurcan/Graphs.java
Line 191 in 32b3fbf
The text was updated successfully, but these errors were encountered: