notes
This commit is contained in:
parent
a59b9e6c7e
commit
7134c64836
10
TODO
10
TODO
@ -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
|
- remove execption specs from libvipsCC, gcc 7.1 will complain about them
|
||||||
|
|
||||||
- not sure about utf8 error messages on win
|
- not sure about utf8 error messages on win
|
||||||
|
@ -83,6 +83,5 @@ class TestIofuncs(unittest.TestCase):
|
|||||||
self.assertEqual(im2.bands, 3)
|
self.assertEqual(im2.bands, 3)
|
||||||
self.assertEqual(im2.avg(), 2)
|
self.assertEqual(im2.avg(), 2)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
unittest.main()
|
unittest.main()
|
||||||
|
Loading…
Reference in New Issue
Block a user