Skip to content

test: (include_subdirs qualified) with (modules :standard \ baz)#7603

Closed
Alizter wants to merge 1 commit intoocaml:mainfrom
Alizter:ps/branch/test___include_subdirs_qualified__with__modules__standard___baz_
Closed

test: (include_subdirs qualified) with (modules :standard \ baz)#7603
Alizter wants to merge 1 commit intoocaml:mainfrom
Alizter:ps/branch/test___include_subdirs_qualified__with__modules__standard___baz_

Conversation

@Alizter
Copy link
Copy Markdown
Collaborator

@Alizter Alizter commented Apr 21, 2023

repro case for #7597

Looks like:

let merge x y ~f =
let base _path _ = (* TODO *) assert false in
let rec loop path x y =
match (x, y) with
| None, None -> assert false
| Some x, None -> base path x

is unfinished.

cc @rgrinberg

Signed-off-by: Ali Caglayan <alizter@gmail.com>
@Alizter Alizter force-pushed the ps/branch/test___include_subdirs_qualified__with__modules__standard___baz_ branch from c656fe3 to 912109d Compare April 21, 2023 23:09
@rgrinberg
Copy link
Copy Markdown
Member

Test looks fine but it cannot be merged with the stack trace. You can try implementing the feature or filtering the stack trace.

@Alizter
Copy link
Copy Markdown
Collaborator Author

Alizter commented Apr 22, 2023

@rgrinberg No harm in keeping it as draft until we fix it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants