Skip to content

Commit

Permalink
add log message
Browse files Browse the repository at this point in the history
  • Loading branch information
garrigue committed Sep 10, 2021
1 parent b9b1cb7 commit 180324f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -613,12 +613,18 @@ OCaml 4.13.0
review by Florian Angeletti and Gabriel Radanne)

* #10474: Force normalization on access to row_desc
Similar to #10337. Make row_desc an abstract types, with constructor
Similar to #10337. Make row_desc an abstract type, with constructor
create_row and accessors defined in Types rather than Btype.
A normalized view row_desc_repr is provided for convenience.
(Jacques Garrigue and Takafumi Saikawa,
review by Leo White and Florian Angeletti)

* #10627: Make row_field abstract
Completes #10474 by making row_field abstract too.
An immutable view row_field_view is provided, and one converts between it
and row_field via inj_row_field and row_field_repr.
(Jacques Garrigue and Takafumi Saikawa)

- #10358: Use a hash table for the load path.
(Leo White, review by Gabriel Scherer)

Expand Down

0 comments on commit 180324f

Please sign in to comment.