Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upFix regression introduced by 1.4.3, fixes #56 #57
Conversation
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
+1 computers |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
+1 visual |
added a commit
that referenced
this pull request
Mar 26, 2015
latentflip
merged commit 588639e
into
master
Mar 26, 2015
latentflip
deleted the
fix-56
branch
Mar 26, 2015
bear
added
request
breaking
labels
Mar 27, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
latentflip commentedMar 26, 2015
It turns out, reusing argument names as variables is dangerous
if you then go on to use
arguments.Take this example:
One might think that this would print
[ 'foo' ].One would be wrong.