Ecosyste.ms: OpenCollective

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

github.com/goby-lang/goby

Goby - Yet another programming language written in Go
https://github.com/goby-lang/goby

Add testHashObject() testing API

b7146b800ec126b6cfedaa227d5d242863e58097 authored over 7 years ago by Saverio Miroddi <[email protected]>
Revert "Add patreon link"

This reverts commit 66d75f631624e177ca5d2d2c220832297761e7fa.

45125e2e73d7cd37636e03becfd577dc3f3c15b9 authored over 7 years ago by st0012 <[email protected]>
Add patreon link

66d75f631624e177ca5d2d2c220832297761e7fa authored over 7 years ago by Stan Lo <[email protected]>
Fix go function argument conversion issue.

8acae4a81447064b74e8f3a891d3172aa486af91 authored over 7 years ago by st0012 <[email protected]>
Fix GoMap data storage issue.

8808c265f4e50b92334e7b39a0e06210ea55bf5f authored over 7 years ago by st0012 <[email protected]>
Add Value() function to Object interface.

0c29f7b151f64bd32a56e98b1aa7a116c706c27e authored over 7 years ago by st0012 <[email protected]>
Merge pull request #428 from goby-lang/go-map

Add GoMap class

abc6aff2527e45014cad5ae3168ffaf72d13ffed authored over 7 years ago by Stan Lo <[email protected]>
Add GoMap#set and fix GoMap#hash.

000a93fb0f72af7f14ad5b47357dcd8fb1fa0973 authored over 7 years ago by st0012 <[email protected]>
Add GoMap#get.

7de3df23668a91903004685a2ee50cc8b59b278c authored over 7 years ago by st0012 <[email protected]>
Add GoMap class.

Add GoMap to store `map[string]interface{}`.

Because instead of returning values, some Go funct...

3522fbf3e1084cbe7b92db4a0a277e10235b165d authored over 7 years ago by st0012 <[email protected]>
Rename GoObject's instance and class method function name.

09224f09517e5faf120962b5b5a5b5a115af5873 authored over 7 years ago by st0012 <[email protected]>
Merge pull request #417 from saveriomiroddi/implement_array_star_operator

Implement Array#*

b7426d42edbba73287eda5e72703872dc08ba694 authored over 7 years ago by Stan Lo <[email protected]>
Array#*: cosmetic refactoring

002a70e982d3717b88b1276f529e4de8b4db7989 authored over 7 years ago by Saverio Miroddi <[email protected]>
Implement Array#*

0e1ecfff564dea7c9ac366538ddf04d8ac530c32 authored over 7 years ago by Saverio Miroddi <[email protected]>
Fix #425, add #to_s for top level main object

```
% ruby -e 'puts to_s'
main
```

c69a521cd36b13ece80e963d68f60331e5da304a authored over 7 years ago by Seiei Miyagi <[email protected]>
Merge pull request #426 from goby-lang/add_ancestors

Add Class#ancestors

d615f214974e04067e535bbc5723b504bc501edd authored over 7 years ago by Stan Lo <[email protected]>
Add Class#ancestors

4cab1ca4205d83c3d638b4ae31281c997fc4dd4d authored over 7 years ago by Seiei Miyagi <[email protected]>
Merge pull request #421 from hanachin/add_methods_method

Add #methods

3f2ac7bf3c4481aa995eb36a610b8913150d0f05 authored over 7 years ago by Stan Lo <[email protected]>
Update #methods, use initArrayObject/initStringObject directly

6501b1e83fd68b78cccd5fa762b6d59388058702 authored over 7 years ago by Seiei Miyagi <[email protected]>
Add #methods

with @siman-man / @tompng at RubyKaigi YassLab house

ca5baead0d8c34a80c5c019ad88cef4a5f6b74e9 authored over 7 years ago by Seiei Miyagi <[email protected]>
Merge pull request #422 from hanachin/add_array_include

Add Array#include?

53f230958d59911ed687d8c81038366a9687a442 authored over 7 years ago by Stan Lo <[email protected]>
Merge branch 'master' into add_array_include

2f8edd82ac80162113f8be2b377537e84864d3b0 authored over 7 years ago by Stan Lo <[email protected]>
Add Array#include?

6cd1f08c3a7dc296c086a15951ed44dd633fb46d authored over 7 years ago by Seiei Miyagi <[email protected]>
Remove redundant outer attribute for environment.

cbfeff83284caa46fef0199c679c323818353b53 authored over 7 years ago by st0012 <[email protected]>
Add Integer#ptr.

e16434e0d7521647771c8473a683a1269b52d383 authored over 7 years ago by st0012 <[email protected]>
Bump to v0.1.3

e0ddf10070d0cb89416811d7c49c494edfa2ec6d authored over 7 years ago by st0012 <[email protected]>
Merge pull request #394 from goby-lang/feature/http-upgrades

Feature/http upgrades

a8f7d17640384ec261ea83189429bbaa98bcc5cb authored over 7 years ago by Stan Lo <[email protected]>
improper tests and documentation of HTTP#head

9d74ed63c1fbf8024349e46c24ff744dd88868b9 authored over 7 years ago by Julio <[email protected]>
added tests for HTTP::Client

a538567fd2a3a04094d17e26204292bbd7dfdeaf authored over 7 years ago by Julio <[email protected]>
merge from master

splat args for HTTP#head
tests for http class
todo item for HTTP#Client
added test for HTTP#Client

4e5a149dabb024a9b25484051f10a0b43ad5d6ae authored over 7 years ago by Julio <[email protected]>
Merge branch 'master' into feature/http-upgrades

b94986a645806c3032a7254b89073f75b2330433 authored over 7 years ago by Stan Lo <[email protected]>
Format array.go and array_test.go

e5e8015e51339e0efd961690a3c0311c6df801d4 authored over 7 years ago by st0012 <[email protected]>
Fix Goby crashes if If statement's consequence is empty issue.

2e7d024479f3542b70e0c14f72db009af4d83cf4 authored over 7 years ago by st0012 <[email protected]>
Update samples.

e8f3102ea74f4e58317dbc4baad9ac29d29b874d authored over 7 years ago by st0012 <[email protected]>
Merge pull request #416 from saveriomiroddi/implement_array_reverse_each

Implement Array#reverse_each

5ffddbc99cdfdb5ef34a50218b8df2ad1dc2045c authored over 7 years ago by Stan Lo <[email protected]>
Fixed wrong method in the fail case of Array#reverse_each unit test

d5216ff04d724929aa5ef0b7bf538d8deb7d312d authored over 7 years ago by Saverio Miroddi <[email protected]>
Merge branch 'master' into implement_array_reverse_each

7fe390e15e10e2ff10e750f38aecaa314b849ce9 authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #412 from saveriomiroddi/implements_array_values_at

Implement Array#values_at

4a33a7c484db9ec7cb1b24f3e5f5cb99a6c1e603 authored over 7 years ago by Stan Lo <[email protected]>
Merge branch 'master' into implements_array_values_at

f2b7e4b29534e593a1b39b4b6755090b5decb074 authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #420 from saveriomiroddi/merge_array_duplicate_methods_code

Merge `[]` and `at()` methods code

41004c7caed3e499882f55c5b87fa47564eeb0e8 authored over 7 years ago by Stan Lo <[email protected]>
Implement Array#reverse_each

0dd8eb0186b8dad89c88ffaa6c50b410c50cc2e8 authored over 7 years ago by Saverio Miroddi <[email protected]>
Merge pull request #415 from saveriomiroddi/implement_array_reverse

Implement Array#reverse

ac75d5fbf0004d15c3726a3d8bc645029d19cc50 authored over 7 years ago by Stan Lo <[email protected]>
Removed blockFrame() from Array index() helper function

5d894e8f2a97015a841d83589365b61947674417 authored over 7 years ago by Saverio Miroddi <[email protected]>
Merge pull request #419 from saveriomiroddi/update_readme_reference_to_linux_setup

Update readme reference to linux setup

3ba309aea9fcfc594f9cfa521e8305e216911495 authored over 7 years ago by Stan Lo <[email protected]>
Merge `[]` and `at()` methods code

The implementation is a direct copy of the previous `[]` code.

c124a144c3c6bcbe74d6f31ebb1b1465370b27f1 authored over 7 years ago by Saverio Miroddi <[email protected]>
Add reference to Linux installation page in README.md

9dd6ce2a6568842b8f7f5b3251287a7ed9135838 authored over 7 years ago by Saverio Miroddi <[email protected]>
New test case for Array#values_at

bed7ac9c6d038a7765b290167c601c3b5f6ff740 authored over 7 years ago by Saverio Miroddi <[email protected]>
Implement Array#reverse

d95e7dcca3c638626b1527d50a0bf0b11cdf1440 authored over 7 years ago by Saverio Miroddi <[email protected]>
Merge pull request #413 from saveriomiroddi/implement_array_any

Implement Array#any?

687e24aa9bef31258ce10b55779bd7ea9919999e authored over 7 years ago by Stan Lo <[email protected]>
Pop the block call fram when Array#any? has no elements

218c9a7f7f59811fcb30b6cf10332faefbea2c8e authored over 7 years ago by Saverio Miroddi <[email protected]>
Merge branch 'master' into implement_array_any

9f21c36a9ae8faf983d3f434736e3f9b65097d40 authored over 7 years ago by Saverio Miroddi <[email protected]>
Fix empty hash will keep some method's unused block frame issue.

b500328b58c095ca0a3a1ab0eb8cad155356c812 authored over 7 years ago by st0012 <[email protected]>
Fix empty array will keep some method's unused block frame issue.

7876ac324119c517f43c4afa0a5dcf36c231ddc0 authored over 7 years ago by st0012 <[email protected]>
Change snapcraft's name.

b9774383ac0bd61a7b8bb0fc84937b03b1d40d94 authored over 7 years ago by st0012 <[email protected]>
Convert array.go spaces to tabs

577c4c06583c8680a6978a23db31acd93748fb75 authored over 7 years ago by Saverio Miroddi <[email protected]>
Fix empty hash will keep some method's unused block frame issue.

3505bce533d2b1ee572230e394ee48503d0c3735 authored over 7 years ago by st0012 <[email protected]>
Fix empty array will keep some method's unused block frame issue.

e3372b7306273e6c6e8937d69d8ee42e75932631 authored over 7 years ago by st0012 <[email protected]>
Change snapcraft's name.

57fcdd9dbfda730f9c69c91c8428d3e68787abcb authored over 7 years ago by st0012 <[email protected]>
Implement Array#any?

This implementation requires a block.

ac75dd8c1da7c5335867efecc4993b1b4c4842d6 authored over 7 years ago by Saverio Miroddi <[email protected]>
Implement Array#values_at, with Integer arguments

08021e6436ee0e9fcb7caf5be5bbdf56b8a7a0f4 authored over 7 years ago by Saverio Miroddi <[email protected]>
Merge pull request #411 from saveriomiroddi/implement_array_plus_operator

Add Array#+

f7aa8ff391388772897198168705738541f05329 authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #408 from saveriomiroddi/implement_array_delete_at

Implement Array#delete_at(i)

db9838824d41ccd56261edffec454dfc7930fc60 authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #405 from saveriomiroddi/implement_array_unshift

Add Array#unshift

3b276dab8a7b6ea7b092e1821d5817249fa0f791 authored over 7 years ago by Stan Lo <[email protected]>
Merge branch 'master' into implement_array_unshift

060117b2aea6a610d89c06a744ee7c5992518436 authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #410 from elopio/snapcraft

Add the packaging metadata to build the goby snap

66cab5f71d85770b100e066e8b578ebd257385e8 authored over 7 years ago by Stan Lo <[email protected]>
Add Array#+

14b73dd9b2ecb02dbae580e9acf38e2a4d272deb authored over 7 years ago by Saverio Miroddi <[email protected]>
Add the packaging metadata to build the goby snap

48e509a8742ed8145363dcee31f95b63f70f692c authored over 7 years ago by Leo Arias <[email protected]>
Remove trailing newlines from vm/array*.go

66e26969cc40992172292b2dc448bbc09a94cb9d authored over 7 years ago by Saverio Miroddi <[email protected]>
Correct whitespace on Array#unshift comment

45c90771118d79dd6ec59849aa56df62b74dbc2d authored over 7 years ago by Saverio Miroddi <[email protected]>
Add Array#unshift

Insert one or more elements in the first position of the array.

7d386d5df91a16c144f5da4c2073c02cc75c4c0b authored over 7 years ago by Saverio Miroddi <[email protected]>
Fix UTs for Array#unshift, whose set UTs is now green

6c0504130a0813c9350f5a281613633dba37a188 authored over 7 years ago by Saverio Miroddi <[email protected]>
Implement Array#delete_at(i)

Delete the element at the specified index

5f74b4f5668f4c9fa2a7ad064b842cf0bc61ee3e authored over 7 years ago by Saverio Miroddi <[email protected]>
Merge pull request #409 from saveriomiroddi/make_travis_forked_repo_friendly

Make travis work on forked repositories

e983c2bd8f27e4ba111ab5a3276ec4810d158890 authored over 7 years ago by Stan Lo <[email protected]>
Make travis work on forked repositories

e905e81361eed4ba85456a3dbe324da97decd57f authored over 7 years ago by Saverio Miroddi <[email protected]>
Merge pull request #407 from saveriomiroddi/correct_array_at_documentation

[ci skip] Correct an error in Array#at() method documentation

5828f97b013e19b45cdc74c94c4e21d0ce62dd65 authored over 7 years ago by Stan Lo <[email protected]>
Correct an error in Array#at() method documentation

01e987a06ab212216892912e75d7cc8529fd94a8 authored over 7 years ago by Saverio Miroddi <[email protected]>
Update contribution note.

df1aa5ea2fb65d33919a385cb0fab885a4c536c2 authored over 7 years ago by st0012 <[email protected]>
Rename test.sh to travis.sh for preventing confusion.

dbc0fa029f295691e845d17252b73cdc36310772 authored over 7 years ago by st0012 <[email protected]>
Remove redundant instructions in while statement compilation.

93d2e10fecedf5451e517afbcee2b8e275ad5217 authored over 7 years ago by st0012 <[email protected]>
Merge pull request #402 from goby-lang/update_readme

Update README to catch up the recent updates

90dfbc8bfc81a554ddc9fdc712ccc6d9c9c4efa3 authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #400 from goby-lang/feature/issue-395

Added user friendly error reporting

7ad66fd96c3b1b92d303c7355f4766645ff83568 authored over 7 years ago by Stan Lo <[email protected]>
Update README to catch up the recent updates

f7fd1a11e54d46858389a17bf6a5b69a03a8a1fc authored over 7 years ago by hachi8833 <[email protected]>
Merge remote-tracking branch 'origin' into feature/issue-395

13dd4523b2681476471e1444ea1162656fe0cd71 authored over 7 years ago by Julio <[email protected]>
Merge remote-tracking branch 'origin' into feature/http-upgrades

7b569dee6111aa34cf6ff9c0d9b0ff2e143f63ce authored over 7 years ago by Julio <[email protected]>
documentation and code organization changes for Net::HTTP and Net::HTTP::Client classes

ec6053d4a91efdc86ee787d1a1c10f53a75d05cf authored over 7 years ago by Julio <[email protected]>
comment formating

250f04b2e20a9fe16f77a021a32666d64cfd3484 authored over 7 years ago by Julio <[email protected]>
Wording changes

Added comments on exported functions
Added print of Go related env variables

18a1a9c7b6b69bb260f3dd5950d37cd22c7d5b34 authored over 7 years ago by Julio <[email protected]>
Merge pull request #398 from goby-lang/implement-send-method

Add Object#send.

adce12c6acfaacdaded65203f5a94df385efd805 authored over 7 years ago by Stan Lo <[email protected]>
Add Object#send.

e8b9398f695b31a8a271738491aaf9cb0fb06eac authored over 7 years ago by st0012 <[email protected]>
Merge pull request #399 from goby-lang/fix_comments

Fix comments for #392

74393057e3acdcb3b758d4104ff4c2eeeae0c573 authored over 7 years ago by Stan Lo <[email protected]>
Remove leading backquotes from comments

4ea175ec50506abfb10bd66f44d9932fe39282e7 authored over 7 years ago by hachi8833 <[email protected]>
go fmt

4c152787ac287194ea0a19605b94345357990841 authored over 7 years ago by Julio <[email protected]>
easy issue reporting

3229a8e47ec13d99f8266ccb177aac333105da3b authored over 7 years ago by Julio <[email protected]>
Fix comments to comply houndci

2dcfe83e14ed2e85de0490427554979238a8d732 authored over 7 years ago by hachi8833 <[email protected]>
Reorder functions and add comments to db.go

- forgot to reorder

a976f0f90ed63d62baac2fcd59ab9cdf3356eab8 authored over 7 years ago by hachi8833 <[email protected]>
Update screenshot in Wiki

a582fd768fc5b762cded8bbae58ecf52af856aee authored over 7 years ago by hachi8833 <[email protected]>
refactored client class to prevent collision with builtin 'send' method

restructure client implementation for more ruby-like experience and less verbosity

aea02d332bcbec3c7baba20460e1f8823fac6810 authored over 7 years ago by Julio <[email protected]>
Merge remote-tracking branch 'origin' into feature/http-upgrades

2614e2705bfb7b1f48980a7ae5d9214d820eb5d7 authored over 7 years ago by Julio <[email protected]>
go fmt

86db44efd1d6ec8ea30040032b24f3ae26ebc497 authored over 7 years ago by Julio <[email protected]>
Changed error messages to be more descriptive and coherent

Chaneged fail tests to reflect new error messages

http.head() now returns a map of headers

fd7e1606b789f20160cfe3f2045c4d78d444f04e authored over 7 years ago by Julio <[email protected]>