Skip to content

Conversation

crusso
Copy link
Contributor

@crusso crusso commented Oct 6, 2025

This is a simple example demonstrating that just adding method to core (Map.copy) is a breaking change
and requires not just a migration, but a complex migration that holds on to both old and new core library.

…ng change

and requires not just a migration, but a migration that holds on to both old
and new core library.
@crusso crusso changed the base branch from master to luc/stable-functions October 6, 2025 15:56
};

// some new method
public func copy() : Map<K,V> {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the only difference between core1 and core0 (a new copy method)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant