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
If you attempt to compile the xml-test-suite library using the code at this commit: https://github.com/dylan-lang/xml-parser/tree/4fb22ce3045292aa358d4be41517d0db15b0f19f
you'll find that it tries to use testworks-specs, which doesn't exist. If you remove use testworks-specs from the library and module and then try to compile again, you'll see this output:
Generating code for library xml-t...computation Vt83 := [STACK-VECTOR ()]: Error: No value defined for temporary Vt83 (generat\
or Vt83 := [STACK-VECTOR ()])
emit KPPtest_with_xmlVxml_test_suiteI: Error: No value defined for temporary Vt83 (generator Vt83 := [STACK-VECTOR ()])
Build of 'xml-test-suite' completed
My compile command was the usual dylan-compiler -build xml-test-suite.
The text was updated successfully, but these errors were encountered:
If you attempt to compile the
xml-test-suite
library using the code at this commit:https://github.com/dylan-lang/xml-parser/tree/4fb22ce3045292aa358d4be41517d0db15b0f19f
you'll find that it tries to
use testworks-specs
, which doesn't exist. If you removeuse testworks-specs
from the library and module and then try to compile again, you'll see this output:My compile command was the usual
dylan-compiler -build xml-test-suite
.The text was updated successfully, but these errors were encountered: