Skip to content

Commit 7f87fc2

Browse files
committed
.
1 parent b244838 commit 7f87fc2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/unroll-default-arguments.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -700,10 +700,10 @@ from `Downstream#foo`'s `super.foo` is meant to resolve to `Upstream#foo`. But a
700700
method implementation cannot know how it was called, and thus it is impossible
701701
for `def foo` to forward the call to the right place.
702702

703-
This issue only arises in the presence of version skew between `Upstream` and
704-
`Downstream` code, but that scenario is precisely where `@unroll` is meant to
705-
provide benefits. Thus, unless we can find some solution, we cannot properly support
706-
virtual methods and overrides in `@unroll`.
703+
Like our treatment of [Abstract Methods](#abstract-methods), this scenario can never
704+
happen according to what version combinations are supported by our definition of
705+
[Backwards Compatibility](#backwards-compatibility), but nevertheless is a real
706+
concern due to the requirement that [All Overrides Are Equivalent](#all-overrides-are-equivalent).
707707

708708
It may be possible to loosen this restriction to also allow abstract methods that
709709
are implemented only once by a final method. See the section about

0 commit comments

Comments
 (0)