|
|
Dictionary and mixed arrays, what a pleasant adoption.
Developed my files with POV-Ray-3.8.0-alpha.9844500-avx
Running in POV-Ray-3.8.0-alpha.10013324-avx, the example snippet:
#declare EmptySystem = dictionary {
..LeftMain2515: array mixed[7][4] {
{ 1001, 1, array[10] , array[10] },
{ 1001, 1, array[10] { 0,0,0,0,0, 0,0,0,0,0 }, array[10]{ 0,0,0,0,0, 0,0,0,0,0 }
},
{ 1001, 1, array[10] { 0,0,0,0,0, 0,0,0,0,0 }, array[10]{ 0,0,0,0,0, 0,0,0,0,0 }
},
....
provides an ungraceful exit from parsing:
Possible Parse Error: Uncategorized error thrown at
/Volumes/WDVrijstuk/PovRayUnofficial_3.8.0-alpha. 10013324-avx
source/source/parser/parser_tokenizer.cpp line 2413.
Fatal error in parser: Uncategorized error.
Tried some very simple implementations of array mixed to same result.
Using the OS X front end so I couldn't regress through the intermediate builds
and find where it broke.
Post a reply to this message
|
|