Ellie Shin

Results 10 comments of Ellie Shin

Yes, it's been in the backlog; we'll look into this.

@cachemeifyoucan Could you confirm these lines still belong to the same enclosing if block that's now modified (L672)? ``` if (!ctx.LangOpts.AllowNonPackageInterfaceImportFromSamePackage) { if (auto packageName = getPackageNameFromInterface(interfacePath, fs)) { if...

> I feel like the correct behavior for a client in the same package is to load the binary module if package interface should not be loaded, not fallback to...

> > > I feel like the correct behavior for a client in the same package is to load the binary module if package interface should not be loaded, not...