File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1+ - test_image.ws fails with:
2+
3+ error in binary ++
4+ left = 50
5+ right = Image <604x604 float, 2 bands, multiband 0x580a32188220>
6+ called from "Test_images_item.Colour_atlas_item.action._result.blocks''"
7+
8+ because we no longer allow non-class on the left for ++ overloads
9+
10+ need a Vector on the left I guess
11+
12+
13+ - nicholas's bug report
14+
115- lcomps leave stray unreffed symbols in "list unresolved"
216
317 Image_transform_item.Resize_item.Size_within_item.action.within ($SAVEDIR/start/Image.def:509) refers to undefined symbol h
Original file line number Diff line number Diff line change @@ -2363,7 +2363,7 @@ Test_images_item = class
23632363 lab_start = colour_transform_to Image_type.LAB start;
23642364 blocks' = blocks - to_real nstep * to_real ssize +
23652365 Vector (tl lab_start.value);
2366- blocks'' = hd lab_start.value ++ Image blocks';
2366+ blocks'' = Vector ( hd lab_start.value) ++ Image blocks';
23672367 blocks'''
23682368 = image_set_type Image_type.LAB blocks'', Image grid
23692369 = 0;
You can’t perform that action at this time.
0 commit comments