We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In a fresh checkout of the package, execute the following with emacs being Emacs 30.0.93:
emacs
$ emacs -Q --batch --eval "(progn (find-file \"aio.el\") (emacs-lisp-native-compile))" Error: error ("/tmp/emacs-aio/aio.el" "Type aio-select missing from typeof-types!") signal(error ("/tmp/emacs-aio/aio.el" "Type aio-select missing from typeof-types!")) comp--native-compile("/tmp/emacs-aio/aio.el" nil nil) native-compile("/tmp/emacs-aio/aio.el") emacs-lisp-native-compile() (progn (find-file "aio.el") (emacs-lisp-native-compile)) eval((progn (find-file "aio.el") (emacs-lisp-native-compile)) t) command-line-1(("--eval" "(progn (find-file \"aio.el\") (emacs-lisp-native-compile))")) command-line() normal-top-level() /tmp/emacs-aio/aio.el: "Type aio-select missing from typeof-types!"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In a fresh checkout of the package, execute the following with
emacs
being Emacs 30.0.93:The text was updated successfully, but these errors were encountered: