Skip to content

Don't byte compile test packages with external test dependencies#196

Merged
matsl merged 1 commit intomasterfrom
dont-byte-compile-test-files-with-external-deps
May 22, 2022
Merged

Don't byte compile test packages with external test dependencies#196
matsl merged 1 commit intomasterfrom
dont-byte-compile-test-files-with-external-deps

Conversation

@matsl
Copy link
Copy Markdown
Collaborator

@matsl matsl commented May 22, 2022

What

Don't byte compile test packages with external test dependencies

Why

The package manager byte compiles files in the test folder which causes byte compilation errors when installing hyperbole. The test files are only used for testing so is not required for running hyperbole. So these files does not need to be byte compiled by the user, They need not be byte compiled by developers either! ;-)

@matsl matsl requested a review from rswgnu May 22, 2022 09:32
@matsl matsl merged commit 63522c5 into master May 22, 2022
@matsl matsl deleted the dont-byte-compile-test-files-with-external-deps branch May 22, 2022 13:26
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.

2 participants