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

Generics details 2: adapters, associated types, parameterized interfaces #731

Merged
merged 38 commits into from
Sep 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
9e996e1
Filling out template with PR 731
josh11b Aug 11, 2021
e961002
Start proposal text
josh11b Aug 11, 2021
9199bf7
Fill in details
josh11b Aug 11, 2021
6887a70
Start on changes to overview
josh11b Aug 11, 2021
c7f8b90
Working on the overview
josh11b Aug 11, 2021
8f6b276
Checkpoint progress.
josh11b Aug 11, 2021
6d05344
Complete first draft of overview
josh11b Aug 11, 2021
f6341ca
Should `let` use `:!` for compile-time constants?
josh11b Aug 11, 2021
2487aca
let for associated constants uses `:!`
josh11b Aug 11, 2021
90c3f59
Rejected deduced interface params
josh11b Aug 11, 2021
de8408f
Value patterns rejected alternative
josh11b Aug 11, 2021
3fc2e6d
Define associated item
josh11b Aug 12, 2021
0977043
Link to terminology
josh11b Aug 12, 2021
66a5173
Associated functions -> associated class functions
josh11b Aug 12, 2021
5ba4d7f
Associated type fulfilled by member type
josh11b Aug 12, 2021
84da573
Update open questions
josh11b Aug 13, 2021
b9689c8
Reflect decision on #739, resolve proposal TODOs
josh11b Aug 18, 2021
a092945
Apply suggestions from code review
josh11b Aug 18, 2021
510c088
Fix formatting
josh11b Aug 18, 2021
a39fbf6
Redo deduction limits to address feedback
josh11b Aug 20, 2021
7c71e49
Add example to interface params
josh11b Aug 20, 2021
e5389d2
Less confusing terminology re: type parameters
josh11b Aug 27, 2021
2095567
Non-type interface parameters
josh11b Aug 27, 2021
2c75fda
Apply suggestions from code review
josh11b Sep 1, 2021
115af6f
Follow ups from review suggestions
josh11b Sep 1, 2021
af12ceb
singleton_type -> singleton_type_of
josh11b Sep 1, 2021
a14c8a4
Haskell newtype
josh11b Sep 1, 2021
d29afc8
Terser syntax question
josh11b Sep 1, 2021
db935d4
Implement suggestion
josh11b Sep 1, 2021
e3a519b
Apply suggestions from code review
josh11b Sep 1, 2021
ef71709
Delete non-type generic future work
josh11b Sep 1, 2021
c0eeeb8
Update proposals/p0731.md
josh11b Sep 1, 2021
f70fcc8
Associated item -> entity
josh11b Sep 1, 2021
3c6919f
Rationale for "adapter" over "adaptor"
josh11b Sep 3, 2021
0d1bfcb
Apply suggestions from code review
josh11b Sep 3, 2021
e3d9d28
No implicit conversion for adapter extends
josh11b Sep 3, 2021
b9554ea
Merge remote-tracking branch 'upstream/trunk' into details
josh11b Sep 3, 2021
1569940
Not only associated types rationale
josh11b Sep 4, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading