Skip to content
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

native-comp-deferred-compilation-deny-list obsolete on latest emacs #1073

Closed
benjamin-asdf opened this issue Apr 7, 2023 · 1 comment
Closed
Labels

Comments

@benjamin-asdf
Copy link

What's wrong

With emacs master, for example 5e5f5b28e92a3bb927bb03c783c426c6c3baeadc but also earlier and the current straight.el:

■  Warning (initialization): An error occurred while loading ‘/home/benj/.emacs.d/init.el’:

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.

I can fix this by the new variable for the old.

@progfolio
Copy link
Contributor

progfolio commented Apr 7, 2023

Should be fixed on the "develop" branch. See #1054

EDIT: Now fixed on the master branch as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants