made sure that try blocks are terminated where required
the following example illustrates how #ifeval gets false
even if the corresponding module is available:
try { require("png"); } catch AnyError: {;}
#ifeval __get_reference("png_write")!=NULL
message("evaluated");
#endif
Loading
Please sign in to comment