Paul Pogonyshev
Paul Pogonyshev
Finally committed some basic implementation. There are likely still many bugs, so I don't plan to release in the next days yes. Testing is certainly welcome (use `eldev --unstable upgrade-self`)....
Sorry, it's `eldev-use-vc-dependency`, not `...-vc-repository`.
They are independent. `eldev-use-vc-dependecy` is comparable to `eldev-use-package-archive` in that it tells Eldev how to find packages (former: one specific package in the given Git repository; latter: in a package...
Actually, now that I think of it, `...-use-vc-repository` would be a better name (and more similar to `...-use-package-archive`), since it doesn't _itself_ declare that it will necessary be a dependency....
That's why I don't want to release yet: fixed _three_ different bugs as a result. After the fixes, in `git-email` I added these two lines: (eldev-use-vc-repository 'piem :git "https://git.kyleam.com/piem") (eldev-add-extra-dependencies...
I don't plan to support its syntax. > :lisp-dir "./mu4e" If it means what I think it means, you can include `(setf eldev-project-source-dirs "mu4e")` into the `:setup` form. If you...
> A revision could be a git commit or a git tag. This in addition to the :branch (which defaults to the HEAD of said branch) allows one to check...
> Some users may also use specific releases. I am one such user. OK, I added this feature. Pass `:commit "..."` to `eldev-use-vc-repository` (can be a tag name or a...