timedata-org / old-timedata

Time arts data - high-performance color processing in C++ and Python.
7 stars 3 forks source link

Correctly handle all possible choices of --model #133

Open rec opened 8 years ago

rec commented 8 years ago

Right now, I even fail to compile if I don't find ColorRGB, for example.

Either we document and enforce the requirement that ColorRGB etc have to appear as models, or we get rid of the compilation failure.

rec commented 8 years ago

And all doesn't even work as a target - it generates C++ symbols that do not exist, which I already knew.

So this is promoted to a "Release" bug.

rec commented 8 years ago

Moving this back to "post-release". Our aim now is to completely support BibioPixel as an optional component. Build tweaks that only affect developers are second-tier issues.