Skip to content

Commit

Permalink
update archiver packaged used for building
Browse files Browse the repository at this point in the history
The old version of archiver didn't seem to include CRCs. This would cause errors from 7zip and made me nervous about the builds being correct.
  • Loading branch information
adam-p committed Oct 12, 2024
1 parent 0b288c5 commit 2ba02d9
Show file tree
Hide file tree
Showing 3 changed files with 976 additions and 305 deletions.
1 change: 1 addition & 0 deletions src/common/test/utils-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ describe('Utils', function() {

// I have found that Range.intersectsNode is broken on Chrome. I'm adding
// test to see if/when it gets fixed.
// TODO: This test seems flawed. Why would test-elem-2 intersect the range that just contains test-elem-1? Hand-testing suggests that this is working as expected in Chrome and Firefox. Code that works around this probably-nonexistent bug should be reconsidered (especially since Postbox support is dropped).
it('Range.intersectsNode is broken on Chrome', function() {
var range = document.createRange();
range.selectNode($('#test-elem-1')[0]);
Expand Down
Loading

0 comments on commit 2ba02d9

Please sign in to comment.