Skip to content

"Cannot find library {{library}}" if {{library}} uses {{another-library1}} which uses {{another-library2}} #78

@EmilyGraceSeville7cf

Description

@EmilyGraceSeville7cf

Unit a.pas:

unit a;
interface

implementation

end.

Unit b.pas:

unit b;
interface
uses a;

implementation

end.

Main program main.pas (compilation fails):

program main;
uses b;
begin

end.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions