You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FromDirectory has an return argument of type CompilationDatabase_Error which should be the last argument because it is an error and the Go idiom is to put errors last, even if they are user defined types.
Look through all version repositories if there are more instances of this kind of API inconsistency, e.g. LoadDiag_Error was easy to find
The text was updated successfully, but these errors were encountered:
FromDirectory has an return argument of type CompilationDatabase_Error which should be the last argument because it is an error and the Go idiom is to put errors last, even if they are user defined types.
Look through all version repositories if there are more instances of this kind of API inconsistency, e.g. LoadDiag_Error was easy to find
The text was updated successfully, but these errors were encountered: