Skip to content

Rebuild not triggered when deletion with nested modules #5152

Closed
@rickyvetter

Description

@rickyvetter

It seems in some cases when working with nested modules there can be some correctness issue with the build. Here's a minimal repro I've found:

// Test_A.res
let foo = 1
// Test_B.res
module A = Test_A
// Test_C.res
let bar = Test_B.A.foo

Expecting a compile error after deleting Test_B.res.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions