-
Notifications
You must be signed in to change notification settings - Fork 464
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Using ... in an overloaded function causes fatal error #2205
Comments
JohnAlbin
changed the title
Using an overloaded functions with call() causes fatal error
Using ... in an overloaded function causes fatal error
Oct 15, 2016
I found a simpler test case that didn't require using |
mgreter
added a commit
to mgreter/libsass
that referenced
this issue
Oct 20, 2016
mgreter
added a commit
to mgreter/sass-spec
that referenced
this issue
Oct 20, 2016
mgreter
added a commit
to mgreter/sass-spec
that referenced
this issue
Oct 20, 2016
mgreter
added a commit
to mgreter/sass-spec
that referenced
this issue
Oct 20, 2016
mgreter
added a commit
to mgreter/sass-spec
that referenced
this issue
Oct 22, 2016
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
If you try to use the variable argument indicator,
...
, inside an overloaded function, it will work just fine in Ruby Sass, but libSass will throw an error. For example,rgba()
can be called with either 4 params ($red, $green, $blue, $alpha) or with 2 params ($hex, $alpha).input.scss
libSass 3.3.6
ruby sass 3.4.21
version info:
The error is thrown from this line: https://github.com/sass/libsass/blob/master/src/eval.cpp#L834
The text was updated successfully, but these errors were encountered: