Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
14addce6
Commit
14addce6
authored
Mar 22, 2017
by
Alexandre Duret-Lutz
Browse files
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
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
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment