Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Opal

Ruby 💛 JavaScript
Collective - Host: opensource - https://opencollective.com/opal - Website: https://opalrb.com - Code: https://github.com/opal/opal

Merge branch '0-8-stable'

github.com/opal/opal - 3c3fdc305bf0514a5efe7e687ff753fbc36e2cfc authored over 9 years ago
Correct Array#&, Array#|, Array#-, Array#uniq, and Array#uniq!

github.com/opal/opal - 09ccadf6760330ae13313e161d0fb2d2619ac35f authored over 9 years ago
Merge pull request #1004 from vais/boolean-eql

Add Boolean#eql?

github.com/opal/opal - 60df0be9b89f31e6d560db7ca9b67c800ba34475 authored over 9 years ago
Ensure the fetched asset is a JavaScript

Otherwise an asset with different extension and identical logical path can be fetched (e.g. spin...

github.com/opal/opal - 843a4d60ae750d35037f991435bb1055cee54ab6 authored over 9 years ago
Add Boolean#eql?

Fix #1003

github.com/opal/opal - 8efd3ec2004a9f8e4087e279e7239e7af4bb73b4 authored over 9 years ago
Merge pull request #1002 from vais/array-multiplication

Fix remaining Array#* rubyspec bugs

github.com/opal/opal - 8752abb6b728400a6cfc8af18cdf0c5485b0bd21 authored over 9 years ago
Fix remaining Array#* rubyspec bugs

github.com/opal/opal - c7363d2c82da3096164ebcda7bb2dce48038faa3 authored over 9 years ago
Merge pull request #1000 from vais/array-intersection

Array#& determines equivalence between elements in the sense of eql?

github.com/opal/opal - 969361c1a8c57e7528f469d5efd6dcb205f475f2 authored over 9 years ago
Array#& determines equivalence between elements in the sense of eql?

github.com/opal/opal - 6f359e3f1188b490f29c3b59741e4f4f10e42b18 authored over 9 years ago
Merge pull request #999 from vais/rubyspec

Update to latest RubySpec

github.com/opal/opal - 478b9c605628275ed91da974aa9a9b6d60823205 authored over 9 years ago
Update to latest RubySpec

github.com/opal/opal - 04f44c0d72e6be8ea6b4648a5120b64cb78866e8 authored over 9 years ago
Fix lexer bug whereby `<<self` in `class <<self` is seen as a heredoc

github.com/opal/opal - 6d879e7b54051d6c06f1432577093f67e40fc7c0 authored over 9 years ago
Remove duplicated line, fixes #991

github.com/opal/opal - 43dea1d68668d082dfae7e1d5ecb2b4d3d6afa86 authored over 9 years ago
Merge pull request #988 from bbatsov/rake_task

Rake task improvements

github.com/opal/opal - 698c32ba5cf9bb18b75aed0f44b6423f1bf64948 authored over 9 years ago
Fix a variable name & a bit of cleanup

github.com/opal/opal - 231a5cc024b3bc22ce70a8a2368e545a5cc3838d authored over 9 years ago
Merge pull request #987 from bbatsov/compiler-directives-doc

Apply some fixes to the compiler directives document

github.com/opal/opal - 05c477ce84389d9a9da47c721163948327df8c13 authored over 9 years ago
Apply some fixes to the compiler directives document

github.com/opal/opal - 39d8b792468109d4262a50e1ffb03fd0ddac5578 authored over 9 years ago
Merge pull request #986 from bbatsov/gemspec-fixes

Gemspec fixes

github.com/opal/opal - 1eb59f0ab5811786d61befefc05e08028b09fca7 authored over 9 years ago
Tiny gemspec improvements

github.com/opal/opal - 32bafa971ecee4c755ff1da38bcfa2a62a47b117 authored over 9 years ago
Fix required Ruby version in gemspec

github.com/opal/opal - db99e3b22e39377b5656fd946362e50c09f9c359 authored over 9 years ago
Fix Hash#has_value? when hash was created through initialize method.

github.com/opal/opal - 5bf2be5948335565a92a0dbb9529f682340b047c authored over 9 years ago
Merge pull request #983 from vais/float-to_s

Move Float#to_s trailing '.0' failures from bugs to unsupported

github.com/opal/opal - 9a8d51234d4eb8dee5735868397eaf72d9583ebf authored over 9 years ago
Merge pull request #984 from iliabylich/fix-has-has-value-for-a-hash-created-through-initialize-method

Fix Hash#has_value? when hash was created through initialize method.

github.com/opal/opal - c244a6e7c8c31eda085d364e0f19b9cd81a4a0cf authored over 9 years ago
Fix Hash#has_value? when hash was created through initialize method.

github.com/opal/opal - 46e494db05b5b01e5b26602574fd1d879e493508 authored over 9 years ago
Move Float#to_s trailing '.0' failures from bugs to unsupported

Re: issue #982

github.com/opal/opal - da7968d53bd0415e891c0e51c174d8d6850c123f authored over 9 years ago
Merge pull request #981 from bbatsov/readme-improvements

Small improvements to the README

github.com/opal/opal - c76065f025fba2bd3fd91b93c88552602fa7fa62 authored over 9 years ago
Small improvements to the README

github.com/opal/opal - d4356fdabf16d9ec2ca0ea11d24394b12ab5e9d0 authored over 9 years ago
Merge pull request #980 from vais/string-split

Update to latest RubySpec and run the new String#split specs

github.com/opal/opal - 36fff48912bea29e4723170693d33e2b9797109e authored over 9 years ago
Update to latest RubySpec and run the new String#split specs

github.com/opal/opal - a7a6ff02c72e3ed73bece8ec76a821284fcd1aa0 authored over 9 years ago
Update internal variables for the release

github.com/opal/opal - 973b43d5eb2566d57da0928b39d01ee95ca6ab67 authored over 9 years ago
Update Changelog and bump version to 0.8.0.rc2

github.com/opal/opal - 75d86f7da43c71e7635ad1b7d7cd7d35c7fa0386 authored over 9 years ago
String#split returns the original string if no matches are found

Fix #973

github.com/opal/opal - bb07b996f8896799740d519e664e9913a7ef12d4 authored over 9 years ago
Update the Changelog

github.com/opal/opal - 163da9288213153d5bf413ef713bf180f872e1b9 authored over 9 years ago
Treat require_tree '.' at root as a special case

github.com/opal/opal - 7e80f6db2c740755e77a004c30d3130cda9c5bf5 authored over 9 years ago
Merge pull request #969 from opal/elia/require_tree_fix

Treat require_tree '.' at root as a special case

github.com/opal/opal - bd47064fefc2d2731725d2c606a7d0ebd63081ed authored over 9 years ago
Merge pull request #977 from vais/compile-not-equal-to-a-single-method-call

Compile `!=` expression to a single method call instead of `==` + `!`

github.com/opal/opal - 69a49f125f4e37e8cf6140ac4299b34c17ddc8b8 authored over 9 years ago
Merge pull request #975 from vais/basic-object-not-equal

Implement BasicObject#!= without using `!=` in the implementation

github.com/opal/opal - b25ab7339c5521eb1ecf4ea81ad11c6e3c28d5cf authored over 9 years ago
Merge pull request #974 from vais/string-split

String#split returns the original string if no matches are found

github.com/opal/opal - 89df7c6b14d27aee4f48895a5ce8380449b6c602 authored over 9 years ago
Merge pull request #976 from vais/rubyspec

Update to the latest RubySpec

github.com/opal/opal - 64452a40a417583d57cfcb1e9261a21f24962ef3 authored over 9 years ago
Merge pull request #978 from bbatsov/better-error

Improve the error message displayed when therubyracer gem is missing

github.com/opal/opal - 6cc0203f7303fb1f8a1f516f7368ce7bd97df2b0 authored over 9 years ago
Merge pull request #979 from bbatsov/repl-code-style

Tiny code style improvements

github.com/opal/opal - f6cc8bdfe50f8950be1d9ad073a1aaab83fc74cf authored over 9 years ago
Tiny code style improvements

github.com/opal/opal - a452973d7367ea0d839db8090743dd351cf0de30 authored over 9 years ago
Improve the error message displayed when therubyracer gem is not installed

github.com/opal/opal - 0eddce182933904861159943189808705cc60700 authored over 9 years ago
Compile `!=` expression to a single method call instead of `==` + `!`

github.com/opal/opal - 972c8b4047013e3e51d5e4ed6713602f0a1b1308 authored over 9 years ago
Update to the latest RubySpec

github.com/opal/opal - f2263e76fd0faed9f31ea182e288dffff9ffd5b9 authored over 9 years ago
Implement BasicObject#!= without using `!=` in the implementation

github.com/opal/opal - 770a607d98afa08be3b1bbda9090a2fa337fee24 authored over 9 years ago
String#split returns the original string if no matches are found

Fix #973

github.com/opal/opal - cca07c2aa5dec2cb449e9e94c060d86145841fd9 authored over 9 years ago
Merge pull request #971 from vais/implement-basic-object-not-equal-method

Implement BasicObject#!=

github.com/opal/opal - 6f5017080b0e661b49a6188a68a4c84d373823e2 authored over 9 years ago
Implement BasicObject#!=

github.com/opal/opal - e0ad22d7e8656ae2a722eb2bd671985fdf7bafd3 authored over 9 years ago
Treat require_tree '.' at root as a special case

github.com/opal/opal - 2da36b6dc6952f5b6071ca21c541267153c3fa7a authored over 9 years ago
Add a spec example for Kernel#require_tree('.')

ref opal/opal-rails#50
fixes #832

github.com/opal/opal - 1aa9b14baed4ccf06eded8707b40f8e8ce56d391 authored over 9 years ago
Merge pull request #967 from vais/time

`Time` cleanup

github.com/opal/opal - 921df0c1dcf090e1a377b3ce9dd75eb0b21b3ff2 authored over 9 years ago
Every spec that relies on MSpec's with_timezone helper is non-deterministic

github.com/opal/opal - 51a6925faa2a94167fc47a076ede21e8d66b226d authored over 9 years ago
Unsupported Time#usec

github.com/opal/opal - 296e1b79ce3b62a886135db3e22b6a55d14b3f6e authored over 9 years ago
Unsupport Time#to_r because Rational is not supported

github.com/opal/opal - 470ae7872e2d79dcf8ad74d0f934075ba5c5f72a authored over 9 years ago
Pass Time#gmtime, Time#utc, but add to filters/unsupported

These methods work, but only in the current sytem time zone.

github.com/opal/opal - fc9d0d425d7c1eb063f1ffea2bb47b124586e1c8 authored over 9 years ago
Unsupport Time#nsec

github.com/opal/opal - 5d5a44d60e182fd4964885a02cb0871b802e7dd0 authored over 9 years ago
Unsupported Time#getlocal

github.com/opal/opal - d8c943823a58faf794f53a3211f2fad373cbea62 authored over 9 years ago
Unsupported Time#localtime

github.com/opal/opal - 9502344fecc383d03f55e05e83c786e7240e735f authored over 9 years ago
Pass Time#zone

github.com/opal/opal - 50bd192cfbf41700837fa3bef587ad11a6d7c88c authored over 9 years ago
Unsupported Time#subsec because Rational is not supported

github.com/opal/opal - 69d8a2ee25ae239cf6c31815b2963e67d33744f6 authored over 9 years ago
Limited support for Time#gmt_offset (a.k.a #utc_offset, #gmtoff)

github.com/opal/opal - 2c76f4dd1db31160ba6cdcc84ae04ae0814fb3fa authored over 9 years ago
Pass Time#tv_sec (alias of Time#sec)

github.com/opal/opal - 0b3219770f7c41bc08dd5fa0d1591310ee81b8b9 authored over 9 years ago
Pass Time#getgm, Time#getutc, but add to filters/unsupported

These specs pass when run in isolation, but fail when run as part
of the entire spec suite becau...

github.com/opal/opal - e70f2fc3127465ecffb99bfc72d1665bf0e9482d authored over 9 years ago
Pass Time#gmt?

github.com/opal/opal - 551ec6f17f34b5f73266a4ad4ccb09919235295e authored over 9 years ago
Unsupported Time._load

github.com/opal/opal - 7f4c72a8c633b0e64f49c67559d8aa8db0c5fe34 authored over 9 years ago
Pass Time.utc (alias of Time.gm)

github.com/opal/opal - 06a9cfaf2cbea7301e8fe7d7a5054cfade2d7a32 authored over 9 years ago
Pass Time.gm

github.com/opal/opal - 51a820cb786e26d9cf7cb7f275af8394987614e0 authored over 9 years ago
Pass Time.mktime (alias of Time.local)

github.com/opal/opal - 3e042f7f8c9177ba315469906951917e6f717f3c authored over 9 years ago
Pass Time.local

github.com/opal/opal - 7ba1576baf464e4ca918bc18fc09ea7587f0be27 authored over 9 years ago
Pass Time.new

github.com/opal/opal - c55b41b1698489f8b23fa7132d40694d287cf1fa authored over 9 years ago
Unsupported Time#eql? with fractional microseconds

github.com/opal/opal - a008f8a264a770099301af5355433179f83f6932 authored over 9 years ago
Pass Time#-

github.com/opal/opal - b97cf7720b15298ac12fbaa182b8bf138a18360e authored over 9 years ago
Pass Time.at

github.com/opal/opal - df3eb5c14a40ea4415fd8dc46b420bab85c44249 authored over 9 years ago
Remove passing specs from filters/unsupported/time

github.com/opal/opal - 943444ecb9cf8aa0d615616aacbec6d465bfd2dc authored over 9 years ago
Pass Time#+

github.com/opal/opal - d0880e3cfbc59f00a77819167770dcf747bf1c4d authored over 9 years ago
Pull in latest RubySpec

github.com/opal/opal - 9c7d5021d33c5563efe4062e45f8443e0d837fd1 authored over 9 years ago
Pass Time#to_a, Time#dst?, Time#isdst, but add to filters/unsupported

These specs pass when run in isolation, but fail when run as part
of the entire spec suite becau...

github.com/opal/opal - f4b3aa443e9c8836bdc2c5f1b6d98cb669b36b02 authored over 9 years ago
Use boolean `is_utc` flag instead of numeric `tz_offset`

github.com/opal/opal - 72bc496f0cf8fd7dfab4490e521e41bab449810b authored over 9 years ago
Pass Time#succ

github.com/opal/opal - 86a5d62f8c55dc2077799d448eb3fc32bb4da870 authored over 9 years ago
Pass Time#dup

github.com/opal/opal - 47a87a9cfaa9fe801e0089062bfa321454e4cdc8 authored over 9 years ago
Merge pull request #964 from vais/time

Time#hash returns a String

github.com/opal/opal - 373deefe1ab36d281199e1d3030e0752fc1464c0 authored over 9 years ago
Time#hash returns a String

github.com/opal/opal - 6ef6a96f2c21f0f1eee6a7a4b31e8c5b009e4fd2 authored over 9 years ago
Merge pull request #961 from shadowcat-mst/coc-clarify-scope

add wording to explicitly clarify which spaces the CoC applies in

github.com/opal/opal - d010f51293ab650327af2335daa622f824aec377 authored over 9 years ago
add wording to explicitly clarify which spaces the CoC applies in

github.com/opal/opal - 28738a25147ec994296fd784c5c61bf10dd94251 authored over 9 years ago
Merge pull request #962 from shadowcat-mst/coc-clarify-unacceptable

tweak sexual language wording

github.com/opal/opal - 5b05b84eb4cf5bffc0290fbfd2f49c8997de75b0 authored over 9 years ago
Merge pull request #938 from vais/changelog

0.8.0 changelog WIP

github.com/opal/opal - f3cf1ad8e53c1a752bdf7f278413b3fba5feb75f authored over 9 years ago
Merge pull request #960 from shadowcat-mst/coc-tweaks

Coc tweaks - URL and ethnicity

github.com/opal/opal - 9a643e0831d2133d2191c45799012bff7c86ccb5 authored over 9 years ago
tweak sexual language wording since harassment is already explicitly covered

github.com/opal/opal - 8aa6a3af185ff84a26a6c52b8b3377c1c12f4ecf authored over 9 years ago
add ethnicity

github.com/opal/opal - c3684de10969463fdf670964ff93633124f917a3 authored over 9 years ago
fix contributor covenent URL

github.com/opal/opal - 04eaa31ea70bcb469b1b33aedf31b7ac3be71bba authored over 9 years ago
Merge pull request #955 from vais/time

Start working on Time bugs

github.com/opal/opal - 1daa4acbde25a2d89e42232c5287b27a6dda612c authored over 9 years ago
Add Time#usec to fix a couple of Time.at spec failures

github.com/opal/opal - d4a3f94fc13cb979e80e6440ef099563df242815 authored over 9 years ago
Time#hash fully compliant with rubyspec

github.com/opal/opal - 15817a23512a1e3a67f89710e89a5d3ef5b07347 authored over 9 years ago
Time#<=> fully compliant with rubyspec

github.com/opal/opal - 7555e787a8c37860be4a13e1c7bd3fbdf0bd58da authored over 9 years ago
Merge pull request #953 from vais/spec-filters

A little tender love and care for spec/filters/unsupported and spec/filters/bugs

github.com/opal/opal - 85210dc8cdcd1f3a8c704dcc87558205ce7af738 authored over 9 years ago
Clean up and sort filters/bugs

github.com/opal/opal - 9a12df7a3628f45a9f78d4a456c66c9ba14b70c9 authored over 9 years ago
Structure filters/unsupported same as filters/bugs (same as RubySpec)

github.com/opal/opal - b1cd8a8cc7da333699d5335ed04249cf5fa6886b authored over 9 years ago
Merge pull request #951 from seaneshbaugh/master

Fixed regex for matching identifiers

github.com/opal/opal - 35402eecb296dbc2914a36c563a259d0a5cc1d5c authored over 9 years ago
Fixed regex for matching identifiers

github.com/opal/opal - 85cfa72c24e18e9eb83514c9f411441258f2133b authored over 9 years ago