deprecate copy() in favor of make_twa_graph()
Fixes #258. * spot/twaalgos/copy.cc: Delete, and move the code... * spot/twa/twagraph.cc: ... in some anonymous namespace here. * spot/twa/twagraph.hh: Adjust the make_twa_graph() overload. * spot/twaalgos/copy.hh, NEWS: Mark copy() as deprecated and redirect to make_twa_graph(). * doc/org/upgrade2.org, doc/org/tut51.org, python/spot/impl.i, spot/twaalgos/dot.cc, spot/twaalgos/langmap.cc, tests/core/ikwiad.cc: Adjust callers. * spot/twaalgos/Makefile.am: Remove copy.cc.
This commit is contained in:
parent
1e9daa73f3
commit
8e685e00c9
12 changed files with 197 additions and 206 deletions
3
NEWS
3
NEWS
|
|
@ -196,6 +196,9 @@ New in spot 2.3.5.dev (not yet released)
|
|||
spot::twa::prop_deterministic() as a deprecated synonym for
|
||||
spot::twa::prop_universal() to help backward compatibility.
|
||||
|
||||
- The spot::copy() function is deprecated. Use
|
||||
spot::make_twa_graph() instead.
|
||||
|
||||
New in spot 2.3.5 (2017-06-22)
|
||||
|
||||
Bugs fixed:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue