I was wondering if it would be possible to split the gillian debugger into a separate package? As it stands, any downstream package which builds off gillian needs to bring along the debugger including a bunch of dependencies like sqlite3 which cause issues building on some platforms. Or perhaps at least factor things to make sqlite3 an optional dependency.
I was wondering if it would be possible to split the gillian debugger into a separate package? As it stands, any downstream package which builds off gillian needs to bring along the debugger including a bunch of dependencies like
sqlite3which cause issues building on some platforms. Or perhaps at least factor things to makesqlite3an optional dependency.