:mag: ScanCode detects licenses, copyrights, dependencies by "scanning code" ... to discover and inventory open source and third-party packages used in your code. Sponsored by NLnet project https://nlnet.nl/project/vulnerabilitydatabase, the Google Summer of Code, Azure credits, nexB and others generous sponsors!
I wanted to run the SCTK tests for the ahocode library.
To do this would I need to have the pickle for the automaton?
If yes, what's the procedure to prepare this pickle?
that's going to be mostly the same as what we have today in licensedcode/cache.py
We pickle the whole LicenseCache object that contains a pickable pyahocorasick object
I wanted to run the SCTK tests for the ahocode library. To do this would I need to have the pickle for the automaton? If yes, what's the procedure to prepare this pickle?
@pombredanne @AyanSinhaMahapatra @JonoYang .