Ecosyste.ms: OpenCollective

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

github.com/opal/opal

Ruby ♥︎ JavaScript
https://github.com/opal/opal

Let legacy runner use a wrapper

Instead of a dedicated registration method.

019ef62e29ff37d613a48578e292ef6dbaf0a6c7 authored over 5 years ago by Elia Schito <[email protected]>
Move the compiler runner to its own file

f8d24efb621d3ab5f873c8bfcc136f44f28d7862 authored over 5 years ago by Elia Schito <[email protected]>
Let CliRunners.register_runner work with autoload

60dcf77b1e58049287ce66a767c84ef145e9df3d authored over 5 years ago by Elia Schito <[email protected]>
Mark CliRunners.[]= as private

4cd104638ce13d24d29014c30e686935850c253e authored over 5 years ago by Elia Schito <[email protected]>
Add CliRunners.alias_runner

Allow to alias a runner under different names.

38720f8d9f9ec2fff7d7b362171d380edcf72e22 authored over 5 years ago by Elia Schito <[email protected]>
Whitespace

c295bfa0d1a6dd039fdf0d1137b651cfd3d3de87 authored over 5 years ago by Elia Schito <[email protected]>
Microsoft ended support for older IEs in 2016

> Support ended 1/12/16 for Internet Explorer (IE) 10 and older.
> Security updates, compatibili...

3eb55ecce17e609e4f941785d4a0bb0b7b6116aa authored over 5 years ago by Elia Schito <[email protected]>
Update Changelog

fd2848529b6507a5aa51a22421d4e5338837612e authored over 5 years ago by Elia Schito <[email protected]>
Merge pull request #1995 from pocke/Struct#dup

Fix Struct#dup by copying `$$data` with initialize_copy

6b09f588fa5c5a18ebf876df780da7df7c6dc995 authored over 5 years ago by Elia Schito <[email protected]>
Fix Struct#dup by copying `$$data` with initialize_copy

2775e1b6e3066b4cd6ee4c3c1f4df365339f7115 authored over 5 years ago by Masataka Pocke Kuwabara <[email protected]>
Merge pull request #1986 from kachick/enumerable-zip

Fix Enumerable#zip

1e08a27a11d7039d4a4feeeae69513e0015f3062 authored over 5 years ago by Elia Schito <[email protected]>
Improve Opal.coerce_to{!?} signature

https://github.com/opal/opal/pull/1986/files#r292679885

1bd685749d97bd4411cb71bb8f2f372da4a66eae authored over 5 years ago by Kenichi Kamiya <[email protected]>
Fix Enumerable#zip

a71e7212c195daf4849e7bfd6a2ad4f39a784640 authored over 5 years ago by Kenichi Kamiya <[email protected]>
Update history

18f1706555c1ef2ca336dc90b14da09822cb5b83 authored over 5 years ago by Kenichi Kamiya <[email protected]>
Merge pull request #1991 from kachick

Fix Range#each returned enumerator

* origin/pr/1991:
Update history
Fix Range#each returned...

419ec1d929df34379ab796a2e5e36773ec3496c5 authored over 5 years ago by Elia Schito <[email protected]>
Merge pull request #1992 from kachick/range-equal

Fix Range#==

927c3f6624efdfbcef82d16f45e762562bd4bb82 authored over 5 years ago by Elia Schito <[email protected]>
Add GitHub sponsorship metadata

b1949d1585ee6dfe5354ed608c7aee223bb4a6af authored over 5 years ago by Elia Schito <[email protected]>
Update history

9d2aad4fb039ea28a47b2c4142a806d9e9d538ed authored over 5 years ago by Kenichi Kamiya <[email protected]>
Fix Range#==

0c582e31c7aa29d00b4f943fc3751bb190cdb1f3 authored over 5 years ago by Kenichi Kamiya <[email protected]>
Update history

c9a0046c3d402caae9b42d61dcdedc60669db039 authored over 5 years ago by Kenichi Kamiya <[email protected]>
Fix Range#each returned enumerator

7873f5e2967d9d20ae61c20810adfc81040b59d0 authored over 5 years ago by Kenichi Kamiya <[email protected]>
Merge pull request #1989 from kachick/clean-enumerable-each_with_index

Clean unused JavaScript code from Enumerable

2be6d47676fa2d83e28d9c4b8b40121fa6c3b528 authored over 5 years ago by Elia Schito <[email protected]>
Merge pull request #1990 from kachick

Fix Enumerator#each_with_index

* origin/pr/1990:
Update history
Fix Enumerator#each_with_index

cbf3c165c1b08e55d2fcaf1d4e2ea85862cdd8bf authored over 5 years ago by Elia Schito <[email protected]>
Merge pull request #1981 from kachick

Implement Enumerable#minmax_by

* origin/pr/1981:
Update history
Implement Enumerable#minma...

2b81c368913b65e74c5e963a069b10be725f9014 authored over 5 years ago by Elia Schito <[email protected]>
Merge pull request #1983 from kachick

Fix Module#alias_method with invalid arguments

* origin/pr/1983:
Update history
Fix Module...

5c54c6bd52b2ea93e3944c48addb22f9564b1bdd authored over 5 years ago by Elia Schito <[email protected]>
Merge pull request #1987 from kachick

Implement Set#{keep_if, select!, reject!}

* origin/pr/1987:
Update history
Implement Set#re...

028ae33810dd213fa5987d4f6a14973370ec2eca authored over 5 years ago by Elia Schito <[email protected]>
Merge pull request #1988 from kachick

Implement Set#{intersect?, disjoint?}

* origin/pr/1988:
Update history
Implement Set#disjoi...

582e363a5c8f1afac692cb3afd8f0525633f45c8 authored over 5 years ago by Elia Schito <[email protected]>
Merge pull request #1985 from kachick/min-max-arg

Fix Enumerable#{min_by, max_by} with argument

9aaf97465e6c36ac831eeeec3f5688af1f4c675b authored over 5 years ago by Elia Schito <[email protected]>
Update history

5327e0715a7cf899f04c498e4b711dbdceb0435a authored over 5 years ago by Kenichi Kamiya <[email protected]>
Fix Enumerator#each_with_index

dc32c420f29959476c855c77c0108bfb073a286d authored over 5 years ago by Kenichi Kamiya <[email protected]>
Clean unused JavaScript code from Enumerable

9ad438596b8b57b8b4104ce7e58f8d162f3f0873 authored over 5 years ago by Kenichi Kamiya <[email protected]>
Update history

2d68b6f44f9b9abfb0ee0e77223cb6df89cf7822 authored over 5 years ago by Kenichi Kamiya <[email protected]>
Implement Set#disjoint?

9a994b841e57b93dc8ce640ce7f5da65fb6066eb authored over 5 years ago by Kenichi Kamiya <[email protected]>
Port Set#intersect? from ruby/ruby

fe9ab001f1ed59b62841cc3ab2a4a81c5d7e00ff authored over 5 years ago by Kenichi Kamiya <[email protected]>
Update history

e2386ecd16ba3c900b7b7e8491c5458f3c8b765d authored over 5 years ago by Kenichi Kamiya <[email protected]>
Implement Set#reject!

f1529da14e33bc37f434e8037f091fa95a63ae01 authored over 5 years ago by Kenichi Kamiya <[email protected]>
Implement Set#select!

8e8a6d0e0541be573be8faf899ea2870a584367c authored over 5 years ago by Kenichi Kamiya <[email protected]>
Implement Set#keep_if

4a01b7b26c3a84b245fea3e837797220b9647e2f authored over 5 years ago by Kenichi Kamiya <[email protected]>
Update history

02dce30a34c2e6d3e7b66c898574723f704c4310 authored over 5 years ago by Kenichi Kamiya <[email protected]>
Fix Enumerable#max_by with argument

c5d5e5bee89e4e3ea804d683f2a65a63e5d44d35 authored over 5 years ago by Kenichi Kamiya <[email protected]>
Fix Enumerable#min_by with argument

40814ba4ef95f39fe56d60c47800fea4e9a06645 authored over 5 years ago by Kenichi Kamiya <[email protected]>
Merge pull request #1982 from kachick/enumerable-min-with-arg

Fix Enumerable#min with argument

96b55a33cf6472d33803c10116e983c67595e74f authored over 5 years ago by Elia Schito <[email protected]>
Merge pull request #1980 from kachick/enumerator-size

Fix Enumerator#size for callable objects

743bcc8abf71a1ed944fb4c1cb3873fc16f574ab authored over 5 years ago by Elia Schito <[email protected]>
Reduce UNRELEASED.md conflicts

e290fcd2951632a4f7fe3bebd6aed8db87d6693f authored over 5 years ago by Elia Schito <[email protected]>
Merge pull request #1979 from kachick/enumerable-to_h

Implement Enumerable#to_h

6861892fed23a355606d375d12ebb29cd618ca45 authored over 5 years ago by Elia Schito <[email protected]>
Update history

d20df21e5296b1a15616d4270eed2e5825f4f4b6 authored over 5 years ago by Kenichi Kamiya <[email protected]>
Fix Module#alias_method with invalid arguments

ad9d33ccc38f352e4cb560a27672c6882286e543 authored over 5 years ago by Kenichi Kamiya <[email protected]>
Update history

faa7a92af5c4ec15ae5723fe897c934393b37f60 authored over 5 years ago by Kenichi Kamiya <[email protected]>
Fix Enumerable#min with argument

c5177673b6e59047d4001b12c5d0cfd05831dba4 authored over 5 years ago by Kenichi Kamiya <[email protected]>
Implement Enumerable#minmax_by

ab77b5cf2a24d29d42e26610811a3cb6be1e2eb1 authored over 5 years ago by Kenichi Kamiya <[email protected]>
Update history

f22125e1d3df606f69f92b30f18c3e11ffd76c32 authored over 5 years ago by Kenichi Kamiya <[email protected]>
Update history

7662756fa27d1cba65584f1953bd1d55ace9b666 authored over 5 years ago by Kenichi Kamiya <[email protected]>
Fix Enumerator#size for callable objects

5e98b7230c8f49195fb678cd1b81f6285bf06b3f authored over 5 years ago by Kenichi Kamiya <[email protected]>
Add history

a097a7560f3956169d30f05160862fea0dc19cc7 authored over 5 years ago by Kenichi Kamiya <[email protected]>
Implement Enumerable#to_h

ee1731f78b4349e09e406d9aa2c3fac0bd146f34 authored over 5 years ago by Kenichi Kamiya <[email protected]>
Merge pull request #1977 from eregon/update-specs

Update ruby/spec and MSpec

de58f538c412ff13c71f8cf303bd16e6ce474e5d authored over 5 years ago by Elia Schito <[email protected]>
Add bugs filters for failing new specs

5ea4512cfd90369a520c83d16f45f3dea4789c61 authored over 5 years ago by Benoit Daloze <[email protected]>
Exclude spec as require bigdecimal/util is not yet supported

29416dfa7c27c85b0d3d73b97f9e6322dddc41cd authored over 5 years ago by Benoit Daloze <[email protected]>
Require rbconfig in rbconfig/sizeof so requiring rbconfig/sizeof first works

* MSpec does this.

665af6083e1f07c44637a8d158f5fcae2f8996aa authored over 5 years ago by Benoit Daloze <[email protected]>
Update ruby/spec and MSpec

307df23f7fdd72f1c8b99e71405a315cd097bfa8 authored over 5 years ago by Benoit Daloze <[email protected]>
not_compliant_on is no longer used by ruby/spec

c900dfbd9575b2304e6ee06a94b95d99be4b49c7 authored over 5 years ago by Benoit Daloze <[email protected]>
language_version is no longer used by ruby/spec

951d16b6ca92ccf35f42f82d5ce4cd01b2e9a137 authored over 5 years ago by Benoit Daloze <[email protected]>
Merge pull request #1974 from janbiedermann/fix_P_cli_option

fix -P cli option

54c3734194cd990eb631760b5e731fb4bc498f4e authored over 5 years ago by Elia Schito <[email protected]>
Update UNRELEASED.md

429880db8dbdf592f0a89042a29d1dc9648216c7 authored over 5 years ago by Elia Schito <[email protected]>
Merge pull request #1972 from janbiedermann/gcdlcm_fix

Integer#gcdlcm fix

68722688b844f868e115fdd811cd36fbbf7b588b authored over 5 years ago by Elia Schito <[email protected]>
Update Changelog/Unreleased after v1.0.0 release

b403a5f1e131c162826723cc3db775c355247d42 authored over 5 years ago by Elia Schito <[email protected]>
Release v1.0.0

09ba72293c6f130755895f51a6898dbee8cdb394 authored over 5 years ago by Elia Schito <[email protected]>
Remove the resources paragraph altogether

Opalist is gone and the other resources are already available as badges.

241ddf60fc7136bc8c851d783c3b4606fab21744 authored over 5 years ago by Elia Schito <[email protected]>
One more empty line after the short description

116c38120a3d121d649d117b7ea5d294ef4aa794 authored over 5 years ago by Elia Schito <[email protected]>
Don't allow GitHub's markdown to inject a <p> here

024719d02dda0ce62b16e5fd9d6402a5b63e936d authored over 5 years ago by Elia Schito <[email protected]>
Center the whole Readme header

621f8f5ff2fd22fdfb0c0ba0a24baf54ee93a484 authored over 5 years ago by Elia Schito <[email protected]>
Center badges in Readme

2678b03412593fb59e11851820701036729cce70 authored over 5 years ago by Elia Schito <[email protected]>
Restyle the Readme header

eb442c906a782c8669027c62b3847e3a2a58733f authored over 5 years ago by Elia Schito <[email protected]>
fix cli_options

9908ee612d59f39ec5369dec37f66b8eff6beb12 authored over 5 years ago by Jan Biedermann <[email protected]>
enable tests for Integer#gcdlcm

4e5fd4e6a17e4c6934b9f9b88c5fc123a94871db authored over 5 years ago by Jan Biedermann <[email protected]>
fix number gcdlcm

c8edf394a071c2c2761254941caa89c92e749448 authored over 5 years ago by Jan Biedermann <[email protected]>
Update badges

41aedc0fd62aab00d3c117ba0caf00206bedd981 authored over 5 years ago by Elia Schito <[email protected]>
Update UNRELEASED.md

02215ae405829e9baad7f614b9c5d07dcd2fe679 authored over 5 years ago by Elia Schito <[email protected]>
Merge pull request #1957 from opal/elia/native-fixes

A couple of small fixes to ::Native

6b25833b3a0a4641b08725be8056894e00fe7b65 authored over 5 years ago by Elia Schito <[email protected]>
Update UNRELEASED.md

d06054fe1981966ff8958757400694bd8d6c586a authored over 5 years ago by Elia Schito <[email protected]>
Merge pull request #1951 from Mogztter/fix-is-ascii

Make ascii_only a little less wrong

af59cdfa16a574e1dd4828ea73ebcba32ab87b03 authored over 5 years ago by Elia Schito <[email protected]>
Update UNRELEASED.md

91a61807cc54c0d108327f56b35b12f6d50ca68c authored over 5 years ago by Elia Schito <[email protected]>
Merge pull request #1963 from Mogztter/issue-1962-exception-stack

Preserve Exception.stack

dbb1da7a79d82e6f98ac1cfa2b2dcb2e5ac3b2ad authored over 5 years ago by Elia Schito <[email protected]>
Preserve Exception.stack

Resolves #1962

ec1126d1f4beac10d6967a60d04babff478a3562 authored over 5 years ago by Guillaume Grossetie <[email protected]>
Native::Wrapper extends with Helpers already

It's already done in self.included.

be6f9617b964c15994b4a13506e711bfa1e8fdd1 authored over 5 years ago by Elia Schito <[email protected]>
Fix the `#alias_native` example

e5d4614a9bf8890020b5b7e2edddf6eb7a34cb68 authored over 5 years ago by Elia Schito <[email protected]>
Add latest merges to the unreleased file

a1f36da26a2da31770da3f0e24ea1ddd4fd4e7a1 authored over 5 years ago by Elia Schito <[email protected]>
Changelog updates

66308d5e6039a0b53c149727c3e9b8e7bf7e3348 authored over 5 years ago by Elia Schito <[email protected]>
Merge pull request #1953 from Mogztter/this-node-process

this is unnecessary (and will be undefined in strict mode)

d4309e6cb7816095b5a531079834765d686a8c63 authored over 5 years ago by Elia Schito <[email protected]>
Merge pull request #1948 from Mogztter/runtime-format

Terminate statement with semi-colon and remove unecessary semi-colon

a57919fb50f3857412058f3ef629de353c42c322 authored over 5 years ago by Elia Schito <[email protected]>
Merge pull request #1947 from Mogztter/each-codepoint-inline

Inline codePointAt in the yield

7cfd8fff45555d8104e07228f0dc07a6d2d2b90c authored over 5 years ago by Elia Schito <[email protected]>
Merge pull request #1955 from Mogztter/stacktrace-undefined

exceptionDetails.stackTrace can be undefined

78aa2d38202ae098b3a1c7d8b87bfd8ceac24473 authored over 5 years ago by Elia Schito <[email protected]>
this is unnecessary (and will be undefined in strict mode)

c086540eed96b33c71fff73011af3b39072d86b8 authored over 5 years ago by Guillaume Grossetie <[email protected]>
exceptionDetails.stackTrace can be undefined

8e93bf8a89a6ce87df1cf603b7146f25aae11713 authored over 5 years ago by Guillaume Grossetie <[email protected]>
Make ascii_only a little less wrong

49c94e82ded3db96f3826cefd776312398de0813 authored over 5 years ago by Guillaume Grossetie <[email protected]>
Terminate statement with semi-colon and remove unecessary semi-colon

b58cb77c1662ede7b4ad818ec42971717e308d11 authored over 5 years ago by Guillaume Grossetie <[email protected]>
Inline codePointAt in the yield

2cd60eaba425f98775605d67da22eae5e3bd0e46 authored over 5 years ago by Guillaume Grossetie <[email protected]>
Merge pull request #1944 from Mogztter/issue-1943-string-each-codepoint

cf52920e899f6aaa65ddb931889cba7f2872ff53 authored over 5 years ago by Elia Schito <[email protected]>
Merge pull request #1941 from Mogztter/issue-1940-utc-offset

gmt_offset (alias utc_offset) should return 0 if the date is utc

267b5948928730ade218e2713e29e6ad448bd400 authored over 5 years ago by Elia Schito <[email protected]>
Add a changelog entry for #1945 & #1946

7dca6ee6d3febcf0f2bd8fd637f86b81253fc81f authored over 5 years ago by Elia Schito <[email protected]>