Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate update method on i.ArraySeq impls #421

Merged
merged 1 commit into from
Feb 8, 2021

Conversation

NthPortal
Copy link
Contributor

Deprecate update method on i.ArraySeq implementations,
and change the implementations of the method to throw
an UnsupportedOperationException.

Fixes #419

@NthPortal NthPortal added backport Backport of changes from 2.13 to methods/classes already present bug Something isn't working library Related to compat library code (not rewrite rules) labels Jan 30, 2021
@NthPortal NthPortal force-pushed the topic/i.ArraySeq.419/PR branch from 22deeed to 39ff219 Compare February 5, 2021 04:19
@SethTisue
Copy link
Member

@NthPortal squash, then let's merge?

Deprecate `update` method on `i.ArraySeq` implementations,
and change the implementations of the method to throw
an `UnsupportedOperationException`.
@NthPortal NthPortal force-pushed the topic/i.ArraySeq.419/PR branch from b002e36 to 3fc9495 Compare February 8, 2021 22:22
@NthPortal NthPortal merged commit 165e66b into scala:master Feb 8, 2021
@NthPortal NthPortal deleted the topic/i.ArraySeq.419/PR branch February 8, 2021 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport Backport of changes from 2.13 to methods/classes already present bug Something isn't working library Related to compat library code (not rewrite rules)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

immutable.ArraySeq should not have "update" method
3 participants