Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
node-diff
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian JavaScript Maintainers
node-diff
Commits
8498ca1b
Commit
8498ca1b
authored
4 years ago
by
Gianfranco Costamagna
Browse files
Options
Downloads
Patches
Plain Diff
Fix build failure with newer nodejs (Closes: #963063)
parent
e5f32e81
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+11
-0
11 additions, 0 deletions
debian/changelog
debian/patches/fix-test-with-new-nodejs.patch
+16
-0
16 additions, 0 deletions
debian/patches/fix-test-with-new-nodejs.patch
debian/patches/series
+1
-0
1 addition, 0 deletions
debian/patches/series
with
28 additions
and
0 deletions
debian/changelog
+
11
−
0
View file @
8498ca1b
node-diff (1.4.0~dfsg-4) unstable; urgency=medium
[ Gianfranco Costamagna ]
* Team upload
[ Olivier Tilloy ]
* Update test expectation to match upstream change in V8 (Closes: #963063)
- debian/patches/fix-test-with-new-nodejs.patch
-- Olivier Tilloy <olivier.tilloy@canonical.com> Fri, 10 Jul 2020 17:41:22 +0200
node-diff (1.4.0~dfsg-3) unstable; urgency=medium
* Team upload
...
...
This diff is collapsed.
Click to expand it.
debian/patches/fix-test-with-new-nodejs.patch
0 → 100644
+
16
−
0
View file @
8498ca1b
Description: update test expectation to match upstream change in V8
(see https://chromium-review.googlesource.com/c/v8/v8/+/1433776)
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=963063
Author: Olivier Tilloy <olivier.tilloy@canonical.com>
--- a/test/diffTest.js
+++ b/test/diffTest.js
@@ -317,7 +317,7 @@
describe('#diffJson', function() {
circular,
{foo: 123, bar: {}}
);
- }.should['throw']('Converting circular structure to JSON'));
+ }).should.throw({ name: 'TypeError', message: /^Converting circular structure to JSON/ });
});
});
This diff is collapsed.
Click to expand it.
debian/patches/series
+
1
−
0
View file @
8498ca1b
2001_avoid_privacy_breach.patch
fix-test-with-new-nodejs.patch
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment