Skip to content

Commit

Permalink
Forcibly drop BindingsMap caches
Browse files Browse the repository at this point in the history
  • Loading branch information
JaroslavTulach committed May 10, 2023
1 parent 0a378eb commit 91fba7e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import scala.annotation.unused
*/

@SerialVersionUID(
5569L // removes special handling of `enso_project` method
6584L // verify ascribed types

This comment has been minimized.

Copy link
@Akirathan

Akirathan May 10, 2023

Member

Is this just a random UID or is there some convention for modifications?

This comment has been minimized.

Copy link
@somebody1234

somebody1234 May 10, 2023

Contributor

looks like the ID of the issue

This comment has been minimized.

Copy link
@Akirathan

Akirathan May 10, 2023

Member

Oh right. That seems like a very good convention. I will try to keep that in mind. Thanks.

This comment has been minimized.

Copy link
@somebody1234

somebody1234 May 10, 2023

Contributor

or i guess the ID of the PR in this case: #6584
but it was an issue previously: #5568

not sure whether one is preferred over the other

This comment has been minimized.

Copy link
@JaroslavTulach

JaroslavTulach May 10, 2023

Author Member

Any sequence that's unique is good enough.

)
case class BindingsMap(
definedEntities: List[DefinedEntity],
Expand Down

0 comments on commit 91fba7e

Please sign in to comment.