Re: [PATCH v2 06/16] Change function versions to be implicitly ordered.

2025-02-18 Thread Richard Sandiford
Alfie Richards writes: > On 18/02/2025 12:11, Richard Sandiford wrote: >> Alfie Richards writes: >>> This changes function version structures to maintain the default version >>> as the first declaration in the linked data structures by giving priority >>> to the set containing the default when co

Re: [PATCH v2 06/16] Change function versions to be implicitly ordered.

2025-02-18 Thread Alfie Richards
On 18/02/2025 12:11, Richard Sandiford wrote: Alfie Richards writes: This changes function version structures to maintain the default version as the first declaration in the linked data structures by giving priority to the set containing the default when constructing the structure. This allows

Re: [PATCH v2 06/16] Change function versions to be implicitly ordered.

2025-02-18 Thread Richard Sandiford
Alfie Richards writes: > This changes function version structures to maintain the default version > as the first declaration in the linked data structures by giving priority > to the set containing the default when constructing the structure. > > This allows for removing logic for moving the defau

[PATCH v2 06/16] Change function versions to be implicitly ordered.

2025-02-17 Thread Alfie Richards
This changes function version structures to maintain the default version as the first declaration in the linked data structures by giving priority to the set containing the default when constructing the structure. This allows for removing logic for moving the default to the first position which w