Frames White
Frames White
Unclear, but something weird is going on, because that *should* work on the global enviroment, and in packages without a Manifest.toml. Like I don't know how it is possible to...
> Yeah, but unless we're inspecting the serialized objects this feels like more of a Pkg issue? I think we should do exactly that.
I think we should work it out here, and worry about generalizing later
I think the correct behavour is if anythjing goes wrong during upgrade, we print a warning, then just make the Manifest and Project empty or something.
> I don't think having an empty manifest or project is the right approach. I disagree. If all else fails it is still better to be able to load the...
We can always display a warning and a recommendation to pin JLSO to old version til we fix what ever bug.
@rofinn said: @yakir12 If you're positive that you don't need those packages then you could just modify the bson and rewrite the file. ```julia using BSON d = BSON.load("trackdata.jlso") for...
Yes, I was just getting the info down before it was lost to slack's blackhole
Oooh, a chance to use DataDepsGenerators ``` julia> using DataDepsGenerators julia> println(generate("https://www.kaggle.com/city-of-seattle/seattle-library-collection-inventory")) register(DataDep( "Seattle Library Collection Inventory", """ Dataset: Seattle Library Collection Inventory Website: https://www.kaggle.com/city-of-seattle/seattle-library-collection-inventory Author: City of Seattle Date...
> We could make it a function if you like? Yeah, a function. > I'm a little apprehensive of writing custom functions for processing the manifest and project dictionaries as...