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

[New] stringify: throw on cycles, instead of an infinite loop #395

Merged
merged 2 commits into from Mar 17, 2021
Merged

[New] stringify: throw on cycles, instead of an infinite loop #395

merged 2 commits into from Mar 17, 2021

Conversation

Poyoman39
Copy link

No description provided.

@codecov
Copy link

codecov bot commented Jan 28, 2021

Codecov Report

Merging #395 (74dd9d2) into master (e40c0e0) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #395   +/-   ##
=======================================
  Coverage   99.85%   99.85%           
=======================================
  Files           8        8           
  Lines        1363     1378   +15     
  Branches      166      167    +1     
=======================================
+ Hits         1361     1376   +15     
  Misses          2        2           
Impacted Files Coverage Δ
lib/stringify.js 100.00% <100.00%> (ø)
test/stringify.js 99.75% <100.00%> (+<0.01%) ⬆️

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 e40c0e0...74dd9d2. Read the comment docs.

ljharb and others added 2 commits March 17, 2021 15:00
Fixes #367.

Co-authored-by: Jordan Harband <ljharb@gmail.com>
Co-authored-by: Johan <johan@pop-os.localdomain>
@ljharb ljharb changed the title Fix #367 array method [New] stringify: throw on cycles, instead of an infinite loop Mar 17, 2021
Copy link
Owner

@ljharb ljharb left a comment

Choose a reason for hiding this comment

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

updated all three PRs to use side-channel

@ljharb ljharb merged commit 63766c2 into ljharb:master Mar 17, 2021
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.

None yet

2 participants