-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Apply "polymorphization at home" to RawVec #126793
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
Changes from all commits
d6c0ebe
bd8e29c
d5b5543
4e98bc6
b44b367
da15248
28a8301
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,9 @@ | |
Warning: this tree is indicative only. Some tags may have been hidden. | ||
0.. 2 | ||
| Act | └─┬──<TAG=root of the allocation> | ||
|-----| └─┬──<TAG=base.as_ptr(), base.as_ptr()> | ||
|-----| └─┬──<TAG=raw_parts.0> | ||
|-----| └────<TAG=reconstructed.as_ptr(), reconstructed.as_ptr()> | ||
|-----| ├────<TAG=base.as_ptr()> | ||
|-----| ├────<TAG=base.as_ptr()> | ||
|-----| └─┬──<TAG=raw_parts.0> | ||
|-----| ├────<TAG=reconstructed.as_ptr()> | ||
|-----| └────<TAG=reconstructed.as_ptr()> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This looks like it is now exactly doing what we do not want it to do. Maybe the line here needs updating. But OTOH the entire There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
I tried bumping that depth from 2 to 3 and re-blessing, but the diff didn't change. I'll add a FIXME. |
||
────────────────────────────────────────────────── |
Uh oh!
There was an error while loading. Please reload this page.