Skip to content
Snippets Groups Projects
Commit cb290fcc authored by dohan's avatar dohan
Browse files

bump parser version to 2.9.12

parent b884c32b
No related branches found
No related tags found
No related merge requests found
......@@ -30,10 +30,10 @@ configurations.all {
def parser_version
if (project.version.endsWith("-SNAPSHOT")) {
parser_version = '2.9.7-SNAPSHOT'
parser_version = '2.9.13-SNAPSHOT'
}
else {
parser_version = '2.9.6'
parser_version = '2.9.12'
}
def tlatools_version = '1.0.2'
......
......@@ -346,7 +346,7 @@ public class Translator implements TranslationGlobals {
public static RecursiveMachineLoader parseAllMachines(final Start ast, final File f, final BParser bparser)
throws BCompoundException {
final RecursiveMachineLoader rml = new RecursiveMachineLoader(f.getParent(), bparser.getContentProvider());
rml.loadAllMachines(f, ast, bparser.getSourcePositions(), bparser.getDefinitions());
rml.loadAllMachines(f, ast, bparser.getDefinitions());
return rml;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment