lp:~cwilson/spud/pythonnewkeywarning

Created by Cian Wilson and last modified
Get this branch:
bzr branch lp:~cwilson/spud/pythonnewkeywarning
Only Cian Wilson can upload to this branch. If you are Cian Wilson please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Cian Wilson
Project:
Spud
Status:
Merged

Recent revisions

539. By Cian Wilson

Fix exception handling for set_option through the python interface.

Previously it would raise an exception but not return the right code for it to be caught. Now SpudNewKeyWarning can be caught in
python.

Additionally it was not possible to set a new option with type double through python. This appears to be because the PyArg_Parse
function is broken (and its use discouraged in the documentation). Switching this to PyFloat_AS_DOUBLE, which works.

Modifying the python tests to reflect these changes.

Also tidying up messages associated with python exceptions.

538. By Tim Greaves

Updating the Debian build system to dh-python from python-central, including a
bump to compat version and adding in clean-up rules to distclean to deal with
files and directories generated by debuild.

This is intended to fix bug #1544631

537. By Cian Wilson

Changes to allow spud to compile using clang/llvm on mac osx 10.10.

Options now store their children as pointers. This gets around undefined behaviour for incomplete types with std library
implementations.

Additionally removing a seg faulting bug where it was assumed that children.end() would point at the last entry after another entry
had been pushed back onto children.

536. By Tim Greaves

On CentOS when building with DESTDIR set, 'make install-dxdiff' fails when
pyversions isn't found - this is a Debian-specific python tool. It appears that
a BUILDING_DEBIAN has been mistakenly replaced with a DESTDIR in Makefile.in to
cause this behaviour.

535. By Cian Wilson

Merging in changes from lp:~spud/spud/update_options. This adds a script for the updating of options files based on the original version just for tests in fluidity but made schema ambivalent.

534. By Cian Wilson

Fixing indentation level of try/except.

533. By Patrick Farrell

Merge Adam's logofile fix (although we should always find the damn logo).

532. By Patrick Farrell

Add python-rsvg as a dependency.

531. By Jon Hill

Minor tweak to get Diamond working on MacOSX and bash script to create a MacOSX application

530. By Patrick Farrell

A fix for lp:1028621, hopefully.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:spud
This branch contains Public information 
Everyone can see this information.

Subscribers