Santiago Cabrera
unread,Feb 25, 2025, 11:56:35 AM2/25/25Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Plumbing and Graph: the Clojure utility belt
I'm using schema for all code, executables and libraries. I noticed that in some tests, the schema validation gets worse, but most of the time is spent validations in libraries. I would like to only keep the schema validation when testing the library, but when using it I'd like to only validate my source code, not the source code of the library that by chance also uses schema. Is this possible to achieve? Turn off schema validation on code that is not part of my project?