-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
I think we can run the qs tests against each supported engine, with the following algorithm:
- Look at a
qsfile, and enumerate the list of imports - If there are no imports, then proceed
- Otherwise, recursively process each import, and then replace it with an import from the database
- Run the qs file, save it to the database, and remember that we've processed it (for future files that import it)
Reactions are currently unavailable