Skip to content

Remove use of editorconfig module to avoid dependency on one-ini wasm file. #12579

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

Merged
merged 9 commits into from
Aug 20, 2024

Conversation

Colengms
Copy link
Contributor

@Colengms Colengms commented Aug 16, 2024

This should address: #12529

The editorconfig module was pulling in the one-ini module, which included a WASM file. Loading of WASM files appears to be a problem (see #12529 ) due to the amount of virtual memory allocated being a problem for systems imposing memory limits.

Replaces use of editorconfig lookup with our own code.

@Colengms Colengms marked this pull request as ready for review August 16, 2024 20:33
sean-mcmanus
sean-mcmanus previously approved these changes Aug 19, 2024
@Colengms Colengms merged commit 7dcd5a4 into main Aug 20, 2024
6 checks passed
@Colengms Colengms deleted the coleng/remove_editorconfig_and_one_ini branch August 20, 2024 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants