-
|
in the docs it mentions about having git dependencies, particularly around a couple of git host services. notably the docs says Downstream/local package = "Temp"
version = "0.1.0"
lua = ">=5.1"
[description]
summary = "Temporary project"
maintainer = "corpserot"
labels = [ "" ]
license = "MIT"
[dependencies]
[dependencies.lua-say]
git = "github:corpserot/lua-say"
version = "0.1.0"
[run]
args = [ "src/main.lua" ]
[build]
type = "builtin" |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
Hey 👋 |
Beta Was this translation helpful? Give feedback.
-
|
Note: related to #1107 |
Beta Was this translation helpful? Give feedback.
-
|
@corpserot I've pushed a release (0.18.3) that has more detailed error messages. |
Beta Was this translation helpful? Give feedback.
Thanks 🙏
I've opened #1122.
We use libgit2, not git. So hopefully there should be a way to prevent it from doing that.
The reason we delete it is because with it, source hashes in the lockfile aren't reproducible.
Although perhaps we can just modify the logic that computes source hashes for directory contents to exclude
.gitdirectories.Closing this as a duplicate of #1122.