Skip to content

Commit

Permalink
Merges remote changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ArquintL committed Jul 18, 2023
2 parents 716eeeb + 4fc3cc9 commit a132190
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ trait MemberResolution { this: TypeInfoImpl =>
def getTypeChecker(importTarget: AbstractImport, errNode: PNode): Either[Messages, ExternalTypeInfo] = {
def createImportError(errs: Vector[VerifierError]): Messages = {
// create an error message located at the import statement to indicate errors in the imported package
// we distinguish between regular errors and packages whose source files could not be found (not that cyclic
// we distinguish between regular errors and packages whose source files could not be found (note that cyclic
// errors are handled before type-checking)
val notFoundErr = errs.collectFirst { case e: NotFoundError => e }
// alternativeErr is a function to compute the message only when needed
Expand Down

0 comments on commit a132190

Please sign in to comment.