Nicholas Vollmer

Results 282 comments of Nicholas Vollmer

I won't be working on this feature any time soon, but anyone who is interested is welcome to any of the code in this patch. One potential problem with this...

Based off of lack of activity, I'm closing this pull request. If you are still interested in working on this, let me know and we can reopen. Thanks.

Thank you for the detailed analysis. I will look into this soon.

Thanks for bringing this to our attention. Was there a discussion of this on emacs-devel? I'm curious to learn more about this change.

Considering this closed as #986 was merged. Thanks again, @andersjohansson.

Duplicate of: https://github.com/raxod502/straight.el/issues/701 Your assessment is correct. I suggest adding to the upstream bug thread linked in #701 so this can be fixed in Emacs proper.

> I'll add the details to the upstream bug report; in the meantime I'm opening https://github.com/raxod502/straight.el/pull/945 to work around it in Emacs 28. Sounds good. I'll take a look at...

I did not notice the Emacs bug thread getting bumped. Took the liberty of suggesting a patch there first. https://lists.gnu.org/archive/html/bug-gnu-emacs/2022-05/msg00795.html

I was able to get it under 100M by explicitly adding `:depth 1` to the recipe repositories in bootstrap.el. Test Case ```emacs-lisp (straight-bug-report :user-dir "disk-usage.straight" :pre-bootstrap (setq straight-repository-user "progfolio" straight-repository-branch...

Haven't made a patch for this because I don't think it's as simple as just defaulting to a shallow clone. We have to consider the case where a user may...