Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tla2bAST
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
tla2bAST
Commits
cb290fcc
Commit
cb290fcc
authored
6 years ago
by
dohan
Browse files
Options
Downloads
Patches
Plain Diff
bump parser version to 2.9.12
parent
b884c32b
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.gradle
+2
-2
2 additions, 2 deletions
build.gradle
src/main/java/de/tla2bAst/Translator.java
+1
-1
1 addition, 1 deletion
src/main/java/de/tla2bAst/Translator.java
with
3 additions
and
3 deletions
build.gradle
+
2
−
2
View file @
cb290fcc
...
@@ -30,10 +30,10 @@ configurations.all {
...
@@ -30,10 +30,10 @@ configurations.all {
def
parser_version
def
parser_version
if
(
project
.
version
.
endsWith
(
"-SNAPSHOT"
))
{
if
(
project
.
version
.
endsWith
(
"-SNAPSHOT"
))
{
parser_version
=
'2.9.
7
-SNAPSHOT'
parser_version
=
'2.9.
13
-SNAPSHOT'
}
}
else
{
else
{
parser_version
=
'2.9.
6
'
parser_version
=
'2.9.
12
'
}
}
def
tlatools_version
=
'1.0.2'
def
tlatools_version
=
'1.0.2'
...
...
This diff is collapsed.
Click to expand it.
src/main/java/de/tla2bAst/Translator.java
+
1
−
1
View file @
cb290fcc
...
@@ -346,7 +346,7 @@ public class Translator implements TranslationGlobals {
...
@@ -346,7 +346,7 @@ public class Translator implements TranslationGlobals {
public
static
RecursiveMachineLoader
parseAllMachines
(
final
Start
ast
,
final
File
f
,
final
BParser
bparser
)
public
static
RecursiveMachineLoader
parseAllMachines
(
final
Start
ast
,
final
File
f
,
final
BParser
bparser
)
throws
BCompoundException
{
throws
BCompoundException
{
final
RecursiveMachineLoader
rml
=
new
RecursiveMachineLoader
(
f
.
getParent
(),
bparser
.
getContentProvider
());
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
;
return
rml
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment