Sergei von Alis
Sergei von Alis
Isn't lockfile v2 format just normal YAML?
I would like to see at least some explanation of the changes proposed here. Massive code dumps like this, especially without comments, are nigh impossible to review.
Can you please explain when and why it could be useful? `Cargo.lock` contains complete list of the project's dependencies, and omitting any of them is expected to result in a...
I don't see a lockfile in the project you've linked, where does the `Cargo.lock` come from?
I still fail to understand what you're trying to achieve and what could be the reason for excluding cargo dependencies from a lockfile. Just to be clear, to avoid possible...
From a workspace project like this, you select package(s) to build via cargo. Again, `flatpak-cargo-generator.py` doesn't control what is being built in any way. You can generate sources for the...
`cargo vendor` doesn't consider "redundant" packages and downloads all the project dependencies, why should we do otherwise?
Is this planned?
Since the pip helper uses pip itself to resolve dependencies, it's a good idea to run the helper in flatpak app/SDK environment, so packages installed on host won't "leak" into...
@leinardi Does disabling build isolation and running the script inside flatpak sandbox help? Build isolation should be disabled by default since #169