Pinned
65 contributions in the last year
Less
More
Activity overview
Contribution activity
October 2021
Created 14 commits in 5 repositories
Created 4 repositories
- Jakski/http C
- Jakski/jpm Roff
- Jakski/asdf-plugins Shell
- Jakski/asdf-janet Shell
Created a pull request in janet-lang/jpm that received 4 comments
Fix tags and add shallow fetching
(git "clone" url bundle-dir "--single-branch" "-b" tag) would break on loading lockfile, since lockfiles contain hashes instead of branch names, e…
+36
−20
•
4
comments
Opened 5 other pull requests in 3 repositories
janet-lang/jpm
2
merged
joy-framework/http
2
merged
asdf-vm/asdf-plugins
1
merged
Created an issue in janet-lang/jpm that received 1 comment
Unable to install dependencies from lockfile
Problem description
JPM fails to use lockfile, e.g.:
$ jpm -l deps
...
$ jpm -l make-lockfile
created lockfile.jdn
$ rm -rf jpm_tree/
$ jpm -l load…
1
comment