-
-
Notifications
You must be signed in to change notification settings - Fork 925
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
Enumerator's Yielder does not pass through one-elt array properly #4108
Comments
I think one of these Enumerable issues prevents |
Well, I'm thrilled to see that the native replacement for sass is going to be FFI around libsass! We should prioritize getting this fixed in 9.3 or a 9.2 update by early next year. |
@glebm Can you give us a reproduction of that error? |
@glebm Oh I just noticed sass/sassc-rails#92 👍 |
also from comments jrubyGH-3814 which are now passing `Enumerator.new { |y| y.yield([1]) }.lazy.map { |e| e }.to_a` seems to be left not working as in MRI
This is the continuation of #3814.
See the discussion there for the long form.
Short form, the following script should produce the given result. Two fail as shown by specs in #3814, and one works currently but may be the incorrect fix (#2458).
The text was updated successfully, but these errors were encountered: