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
The ASDF system shop3/test should depend on a validate binary as a component, and include a recipe to build it from the shop3 repo, obeying output filename translations to put the binary an ASDF build directory. Tests which invoke shop3:validate-plan should do so using :validator-progname (asdf:output-file (asdf:make-operation 'compile-op) (asdf:find-component (asdf:find-system :shop3/test) :validate)) or a similar invocation, rather than leaving :validator-progname unsupplied and expecting validate to be in the system path. This will allow contributors to run (asdf:test-system :shop3) on a fresh machine without first manually compiling and globally installing validate, and will reduce variation in Jenkins compared to testing locally.
The text was updated successfully, but these errors were encountered:
If you want to submit an MR for this, please do it in the form of a sub-system (e.g., "shop3/validator") that users who want to validate plans, but don't want to run the test suite, can use.
The ASDF system
shop3/test
should depend on avalidate
binary as a component, and include a recipe to build it from the shop3 repo, obeying output filename translations to put the binary an ASDF build directory. Tests which invokeshop3:validate-plan
should do so using:validator-progname (asdf:output-file (asdf:make-operation 'compile-op) (asdf:find-component (asdf:find-system :shop3/test) :validate))
or a similar invocation, rather than leaving:validator-progname
unsupplied and expectingvalidate
to be in the system path. This will allow contributors to run(asdf:test-system :shop3)
on a fresh machine without first manually compiling and globally installingvalidate
, and will reduce variation in Jenkins compared to testing locally.The text was updated successfully, but these errors were encountered: