Skip to content

Conversation

@rmkaplan
Copy link
Contributor

(COMPILEFILETYPE CFILE) returns CL:COMPILE-FILE IL:FAKE-COMPILE-FILE or BCOMPL, depending on how the compiled file CFILE was compiled. NIL if CFILE is not a compiled file.

Reads the filecreated expression.

@rmkaplan
Copy link
Contributor Author

BCOMPL is returned if it was compiled by the byte-compiler in any way: TCOMPL, RECOMPILE, BCOMP, BRECOMPILE.

This may be useful for #2303

@masinter
Copy link
Member

isn't this just what COMPILE-FILE? does?
Perhaps COMPILEFILETYPE is a better name? But having two different entrypoints that don't agree doesn't seem like a good idea.

@rmkaplan
Copy link
Contributor Author

rmkaplan commented Sep 30, 2025 via email

Copy link
Contributor

@pamoroso pamoroso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works as expected on Linux Mint 22.1 Cinnamon.

@rmkaplan rmkaplan merged commit 60dcbe2 into master Oct 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants