This commit is contained in:
John Cupitt 2017-08-11 09:23:59 +01:00
parent a59b9e6c7e
commit 7134c64836
2 changed files with 10 additions and 1 deletions

10
TODO
View File

@ -1,3 +1,13 @@
- vips_image_write() to a temp file is rather broken
things like reorder and upstream/downstream will still be keeping links after
write, so unreffing the input will eventually trigger a crash
rewind should break more things ... does it remove upsteam/downstream? does it
just need to remove reorder links?
perhaps reorder should use upstream/downstream, then it will be broken anyway
- remove execption specs from libvipsCC, gcc 7.1 will complain about them
- not sure about utf8 error messages on win

View File

@ -83,6 +83,5 @@ class TestIofuncs(unittest.TestCase):
self.assertEqual(im2.bands, 3)
self.assertEqual(im2.avg(), 2)
if __name__ == '__main__':
unittest.main()