You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting after build from git source commit ecdd3a9efac3e56850ce10260747c158865f9378 (i.e. today) produces these errors. None of them occurred in 28.2.
Please note that all of these use :straight nil in their use-package forms because they are either built-in or encapsulate inline symbols.
Also, as seen below, I use the latest bootstrap and switch to the develop branch in an unsuccessful attempt to prevent the native-comp-deferred-compilation-deny-list issue as documented in
$ cd /var/shared-elpa/straight/repos/
$ git clone --origin origin --no-checkout https\://github.com/raxod502/straight.el.git /var/shared-elpa/straight/repos/straight.el/ --no-single-branch --branch develop
Cloning into '/var/shared-elpa/straight/repos/straight.el'...
[Return code: 0]
$ cd /var/shared-elpa/straight/repos/straight.el/
$ git checkout -B develop origin/develop
branch 'develop' set up to track 'origin/develop'.
Your branch is up to date with 'origin/develop'.
Reset branch 'develop'
[Return code: 0]
$ cd /var/shared-elpa/straight/repos/straight.el/
$ git submodule update --init --recursive
[Return code: 0]
Version information
Emacs version: 30.0.50
Operating system: Linux j2 6.2.9-200.fc37.x86_64
The text was updated successfully, but these errors were encountered:
Also, as seen below, I use the latest bootstrap and switch to the develop branch in an unsuccessful attempt to prevent the native-comp-deferred-compilation-deny-list issue as documented in https://jeffkreeftmeijer.com/emacs-native-comp-log/
The fix for this has since been merged to the master branch.
So no need to switch to the develop branch.
Please see: #1073
M-x straight-version will help you know if you're running a version of straight which includes the patch mentioned above.
use-package is bundled with Emacs 30.
Please see: #1035
@raxod502 : We've had several duplicate issues for these two, so I've pinned them for now.
What's wrong
Starting after build from git source commit ecdd3a9efac3e56850ce10260747c158865f9378 (i.e. today) produces these errors. None of them occurred in 28.2.
Please note that all of these use
:straight nil
in their use-package forms because they are either built-in or encapsulate inline symbols.Also, as seen below, I use the latest bootstrap and switch to the
develop
branch in an unsuccessful attempt to prevent thenative-comp-deferred-compilation-deny-list
issue as documented inhttps://jeffkreeftmeijer.com/emacs-native-comp-log/
early-init.el fragment:
Contents of straight-process:
Version information
The text was updated successfully, but these errors were encountered: