Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ next

- Support for new menhir rules (#863, fix #305, @fpottier, @rgrinberg)

- Do not remove flags when compiling compatibility modules for wrapped mode
(#1382, fix #1364, @rgrinberg)

1.3.0 (23/09/2018)
------------------

Expand Down
3 changes: 1 addition & 2 deletions src/compilation_context.ml
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ let for_alias_module t =

let for_wrapped_compat t modules =
{ t with
flags = Ocaml_flags.default ~profile:(SC.profile t.super_context)
; includes = Includes.empty
includes = Includes.empty
; alias_module = None
; stdlib = None
; modules
Expand Down