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
throwLCompilersException("LFortran Modfile format not recognized");
121
+
}
122
+
std::string version = b.read_string();
123
+
if (version != LFORTRAN_VERSION) {
124
+
throwLCompilersException("Incompatible format: LFortran Modfile was generated using version '" + version + "', but current LFortran version is '" + LFORTRAN_VERSION + "'");
0 commit comments