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
f6e6099d
Commit
f6e6099d
authored
Mar 29, 2017
by
Alexandre Duret-Lutz
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
python: mark prop_deterministic as deprecated
Related to
#212
. * python/spot/impl.i: Here.
parent
60bf675c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
python/spot/impl.i
python/spot/impl.i
+7
-0
No files found.
python/spot/impl.i
View file @
f6e6099d
...
@@ -444,6 +444,12 @@ namespace std {
...
@@ -444,6 +444,12 @@ namespace std {
%
include
<
spot
/
twa
/
acc
.
hh
>
%
include
<
spot
/
twa
/
acc
.
hh
>
%
template
(
pair_bool_mark
)
std
::
pair
<
bool
,
spot
::
acc_cond
::
mark_t
>
;
%
template
(
pair_bool_mark
)
std
::
pair
<
bool
,
spot
::
acc_cond
::
mark_t
>
;
%
pythonprepend
spot
::
twa
::
prop_deterministic
%
{
from
warnings
import
warn
warn
(
"use prop_universal() instead of prop_deterministic()"
,
DeprecationWarning
)
%
}
%
include
<
spot
/
twa
/
twa
.
hh
>
%
include
<
spot
/
twa
/
twa
.
hh
>
%
include
<
spot
/
tl
/
apcollect
.
hh
>
%
include
<
spot
/
tl
/
apcollect
.
hh
>
...
@@ -484,6 +490,7 @@ namespace std {
...
@@ -484,6 +490,7 @@ namespace std {
%
noexception
spot
::
twa_graph
::
edges
;
%
noexception
spot
::
twa_graph
::
edges
;
%
noexception
spot
::
twa_graph
::
univ_dests
;
%
noexception
spot
::
twa_graph
::
univ_dests
;
// Instead of %feature("shadow") we would like to use just
// Instead of %feature("shadow") we would like to use just
// %pythonprepend spot::twa_graph::out %{ self.report_univ_dest(src) %}
// %pythonprepend spot::twa_graph::out %{ self.report_univ_dest(src) %}
// However Swig 3.0.2 (from Debian stable) names the argument "*args"
// However Swig 3.0.2 (from Debian stable) names the argument "*args"
...
...
Alexandre Duret-Lutz
@adl
mentioned in commit
6db37f8e
·
Mar 30, 2017
mentioned in commit
6db37f8e
mentioned in commit 6db37f8eb6d80291f809ea65c732932eaae1eb8d
Toggle commit list
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