Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Spot
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
117
Issues
117
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Spot
Spot
Commits
14addce6
Commit
14addce6
authored
Mar 22, 2017
by
Alexandre Duret-Lutz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
genltl: add --spec-patterns as an alias to --dac-patterns
* bin/genltl.cc: Here. * NEWS: Mention it.
parent
276f4060
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
NEWS
NEWS
+2
-0
bin/genltl.cc
bin/genltl.cc
+1
-0
No files found.
NEWS
View file @
14addce6
...
...
@@ -5,6 +5,8 @@ New in spot 2.3.2.dev (not yet released)
- ltldo and ltlcross learned shorthands to talk to ltl2da, ltl2dpa,
and ltl2ldba (from Owl) without needing to specify %f>%O.
- genltl learned --spec-patterns as an alias for --dac-patterns
Bug fixes:
- In "lenient" mode the parser would fail to recover from
...
...
bin/genltl.cc
View file @
14addce6
...
...
@@ -264,6 +264,7 @@ static const argp_option options[] =
{
"dac-patterns"
,
OPT_DAC_PATTERNS
,
"RANGE"
,
OPTION_ARG_OPTIONAL
,
"Dwyer et al. [FMSP'98] Spec. Patterns for LTL "
"(range should be included in 1..55)"
,
0
},
OPT_ALIAS
(
spec
-
patterns
),
{
"eh-patterns"
,
OPT_EH_PATTERNS
,
"RANGE"
,
OPTION_ARG_OPTIONAL
,
"Etessami and Holzmann [Concur'00] patterns "
"(range should be included in 1..12)"
,
0
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment