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

generate css files in build to use with csp #4558

Merged
merged 3 commits into from
Sep 30, 2021
Merged

generate css files in build to use with csp #4558

merged 3 commits into from
Sep 30, 2021

Conversation

nightwing
Copy link
Member

see #4554 for context

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@codecov
Copy link

codecov bot commented Sep 10, 2021

Codecov Report

Merging #4558 (910c09a) into master (4257621) will increase coverage by 0.12%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4558      +/-   ##
==========================================
+ Coverage   70.93%   71.05%   +0.12%     
==========================================
  Files         544      546       +2     
  Lines       55209    55279      +70     
  Branches    10330    10340      +10     
==========================================
+ Hits        39161    39280     +119     
+ Misses      16048    15999      -49     
Flag Coverage Δ
unittests 71.05% <100.00%> (+0.12%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
lib/ace/autocomplete/popup.js 78.19% <ø> (ø)
lib/ace/ext/code_lens.js 92.08% <ø> (ø)
lib/ace/ext/error_marker.js 84.15% <ø> (ø)
lib/ace/keyboard/vim.js 89.38% <ø> (ø)
lib/ace/occur.js 98.55% <ø> (ø)
lib/ace/ace_test.js 98.70% <100.00%> (+0.23%) ⬆️
lib/ace/config.js 48.71% <100.00%> (+1.34%) ⬆️
lib/ace/config_test.js 98.33% <100.00%> (+0.02%) ⬆️
lib/ace/incremental_search.js 76.25% <100.00%> (ø)
lib/ace/lib/dom.js 84.86% <100.00%> (+15.77%) ⬆️
... and 9 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4257621...910c09a. Read the comment docs.


if (callback)
return callback();
console.log("Finished building " + getTargetDir(options));
}
}

function extractCss(options) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Is that ok that we don't await on creation of theme files here, and on extractCss in general? Feels like extractCss should accept a callback to, but I don't really have much context here.

@dimovpetar
Copy link
Contributor

Hello, are there any updates for the CSP topic?

@nightwing nightwing force-pushed the csp-3 branch 2 times, most recently from 6721908 to e1d156b Compare September 29, 2021 23:53
@nightwing nightwing merged commit d957259 into master Sep 30, 2021
@nightwing nightwing deleted the csp-3 branch September 30, 2021 15:19
@nightwing
Copy link
Member Author

Hi, CSP changes are released in v1.4.13 today.

@dimovpetar
Copy link
Contributor

Thanks a lot for your support!
I guess #3260 and #3307 now can be closed.

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