xproc / 3.0-specification

A community-driven effort to define an XProc 3.0 specification (formerly 1.1)
http://spec.xproc.org/
33 stars 10 forks source link

Make lazy evaluation an explicit implementation-defined feature #1113

Open ndw opened 1 month ago

ndw commented 1 month ago

In 17.2, we observe that some implementations may evaluate expressions lazily and others eagerly and this may have effect whether or not a test raises a dynamic error. But we don't call this out as an explicit, implementation-defined feature.

I think we should. Users should know what behavior a processor uses.