Skip to content

Commit

Permalink
not a good patch
Browse files Browse the repository at this point in the history
  • Loading branch information
timzaak committed Dec 8, 2023
1 parent 167e404 commit 55e34f2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -595,11 +595,12 @@ object PrepareDynamicExecution {
case NotFound(uid) => s"NotFoundPlanter($uid)"
}
}

val sortedEncodeables =
uidsOfScalarTags
.map { uid =>
encodeablesMap.get(uid) match {
case Some(head::Nil) =>
UidStatus.Primary(uid, head)
case Some(head::tails) =>
encodeablesMap += (uid, tails)
UidStatus.Primary(uid, head)
Expand Down

0 comments on commit 55e34f2

Please sign in to comment.