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
8a8fcf2a
Commit
8a8fcf2a
authored
Oct 10, 2016
by
Etienne Renault
Committed by
Alexandre Duret-Lutz
Oct 10, 2016
Browse files
spot.ltsmin: fix errors on Darwin
* NEWS, python/spot/ltsmin.i: here.
parent
a2575e0d
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
8a8fcf2a
...
...
@@ -16,10 +16,10 @@ New in spot 2.1.1.dev (not yet released)
Bug fixes:
-
Fix spurious uninitialized read reported by valgrind when
*
Fix spurious uninitialized read reported by valgrind when
is_Kleene_star() is compiled by clang++.
-
Using "ltlfilt some-large-file --some-costly-filter" could take
*
Using "ltlfilt some-large-file --some-costly-filter" could take
to a lot of time before displaying the first results, because the
output of ltlfilt is buffered: the buffer had to fill up before
being flushed. The issue did not manifest when the input is
...
...
@@ -27,7 +27,10 @@ New in spot 2.1.1.dev (not yet released)
should flush std::cout; however it was well visible when reading
from files. Flushing is now done more regularly.
- Fix compilation warnings when -Wimplicit-fallthrough it enabled.
* Fix compilation warnings when -Wimplicit-fallthrough it enabled.
* Fix python errors on Darwin when using methods from the spot module
inside of the spot.ltsmin submodule.
New in spot 2.1.1 (2016-09-20)
...
...
python/spot/ltsmin.i
View file @
8a8fcf2a
...
...
@@ -26,7 +26,8 @@
%
module
(
package
=
"spot"
,
director
=
"1"
)
ltsmin
%
include
"std_string.i"
%
include
"std_set.i"
%
include
"exception.i"
%
import
(
module
=
"spot.impl"
)
"std_set.i"
%
include
"std_shared_ptr.i"
%
shared_ptr
(
spot
::
bdd_dict
)
...
...
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