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

Ensure array is always copied during destructure #5093

Merged
merged 2 commits into from Jan 15, 2017

Conversation

existentialism
Copy link
Member

Q A
Patch: Bug Fix? Y
Major: Breaking Change? N
Minor: New Feature? N
Deprecations? N
Spec Compliancy? N
Tests Added/Pass? Y
Fixed Tickets Fixes #5090
License MIT
Doc PR
Dependency Changes

@babel-bot
Copy link
Collaborator

Hey @existentialism! It looks like one or more of your builds have failed. I've copied the relevant info below to save you some time.

OS: linux
node.js version: 0.12
Started at: 2017-01-11T20:30:57Z
Failed at: 2017-01-11T20:40:00Z
Logs: Click Here

@hzoo
Copy link
Member

hzoo commented Jan 11, 2017

lol fun it works!

Also regarding the code it seems it was intentional lol?

@codecov-io
Copy link

codecov-io commented Jan 11, 2017

Current coverage is 89.20% (diff: 100%)

Merging #5093 into master will decrease coverage by <.01%

@@             master      #5093   diff @@
==========================================
  Files           203        203          
  Lines          9817       9816     -1   
  Methods        1071       1071          
  Messages          0          0          
  Branches       2613       2612     -1   
==========================================
- Hits           8757       8756     -1   
  Misses         1060       1060          
  Partials          0          0          

Powered by Codecov. Last update 39d1867...46d9339

@epidemian
Copy link

Wow, bug fixed by removing a conditional? That's the best kind of fix! 😸

@loganfsmyth loganfsmyth merged commit 5d31316 into babel:master Jan 15, 2017
@existentialism existentialism deleted the issue5090 branch January 15, 2017 21:54
@existentialism existentialism added the PR: Bug Fix 🐛 A type of pull request used for our changelog categories label Jan 16, 2017
@lock lock bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Oct 6, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Oct 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated A closed issue/PR that is archived due to age. Recommended to make a new issue PR: Bug Fix 🐛 A type of pull request used for our changelog categories
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Whole array destructuring does not copy array
7 participants