You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It fails in 14.2.4.2 of Create Term in my case, though this might just be a bug on my side.
However, I noticed that the specVersion for that test is set to 1.0. Does that mean that this test is not expected to pass, or be run, by a 1.1 implementation, even in 1.0 processing mode?
The text was updated successfully, but these errors were encountered:
However, I noticed that the specVersion for that test is set to 1.0. Does that mean that this test is not expected to pass, or be run, by a 1.1 implementation, even in 1.0 processing mode?
I understood the processingMode one, but how it interacted with specVersion wasn't clear to me.
The concept that was missing for me is that when specVersion is explicitly set, only a processor implemented according to that version of the spec should run it. So when specVersion: 1.0 is set, behaviour between 1.0 and 1.1 has changed in a backwards incompatible way.
My brain sort of sees 1.1 as an evolution of 1.0, so it felt like even without processingMode specified, a specVersion of 1.0 implied processingMode: 1.0 even for a 1.1 implementation.
I've been implementing the 1.1 spec and am now at a stage where I'm running the expansion tests.
Test t0024 fails for me, which has a context of
It fails in 14.2.4.2 of Create Term in my case, though this might just be a bug on my side.
However, I noticed that the
specVersion
for that test is set to 1.0. Does that mean that this test is not expected to pass, or be run, by a 1.1 implementation, even in 1.0 processing mode?The text was updated successfully, but these errors were encountered: