-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Obsolete function "native-comp-deferred-compilation-deny-list" #1053
Labels
Comments
|
I observed this too. Today, I had to reinstall emacs and this error showed up while building straight.
|
raxod502
added a commit
that referenced
this issue
Feb 19, 2023
|
Does #1054 fix it for you? |
|
FYI just did a build of Emacs |
|
(specific commit for posterity: 95692f6754c3a8f55a90df2d6f7ce62be55cdcfc) Fix #1054 works for me on 29.0.60 |
|
#1054 works for me on 29 and 30.0.50 |
raxod502
added a commit
that referenced
this issue
Feb 25, 2023
[#1053] Handle renamed native-comp variable in Emacs 30
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What's wrong
When starting emacs 30.0.50 with --debug-init I get
Symbol's value as variable is void: native-comp-deferred-compilation-deny-list
To ensure normal operation, you should investigate and remove the
cause of the error in your initialization file. Start Emacs with
the ‘--debug-init’ option to view a complete error backtrace.
■ Warning (comp): straight.el:5236:33: Warning: ‘native-comp-deferred-compilation-deny-list’ is an obsolete variable (as of 29.1); use ‘native-comp-jit-compilation-deny-list’ instead.
■ Warning (comp): straight.el:5234:19: Warning: ‘native-comp-deferred-compilation-deny-list’ is an obsolete variable (as of 29.1); use ‘native-comp-jit-compilation-deny-list’ instead.
If I change the two lines in straight.el as suggested, the error vanishes.
I think this is due to commit
0be5f7ab6368175953c0a5bcbbd485fd9edda2b0
0be5f7ab6368175953c0a5bcbbd485fd9edda2b0
The text was updated successfully, but these errors were encountered: