Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No value defined for temporary Vt83 #1490

Closed
cgay opened this issue Apr 14, 2023 · 0 comments · Fixed by #1492
Closed

No value defined for temporary Vt83 #1490

cgay opened this issue Apr 14, 2023 · 0 comments · Fixed by #1492

Comments

@cgay
Copy link
Member

cgay commented Apr 14, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant