Bug #1985
Developer cannot get rid of existing Python wrappers
Status: | Closed | Start date: | 04/04/2017 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assigned To: | Knödlseder Jürgen | % Done: | 100% | |
Category: | - | |||
Target version: | 1.3.0 | |||
Duration: |
Description
The current logic only cleans the Python wrappers if they were not present when the ./configure
script was invoked. This can lead to a deadlock where the developer cannot get rid of old Python wrappers. The logic should be improved so that if a Python interface file was changed the Python wrapper will be rebuilt.
Recurrence
No recurrence.
History
#1 Updated by Knödlseder Jürgen over 7 years ago
- Status changed from New to Closed
- Assigned To set to Knödlseder Jürgen
- Target version set to 1.3.0
- % Done changed from 0 to 100
A logic has been added that checks whether the code has been checked out from git, and if yes, enables developer mode which means that the swig interface is rebuilt in case of changes.
Code is available in devel
.