Ecosyste.ms: OpenCollective

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

goby

We are on a mission to create a new language that helps developers develop microservices efficiently
Collective - Host: opensource - https://opencollective.com/goby - Code: https://github.com/goby-lang/goby

Merge pull request #130 from goby-lang/improve-test-coverage

Improve test coverage

github.com/goby-lang/goby - 010b0524021358bd95383059f5311e7361a5b49a authored over 7 years ago by Stan Lo <[email protected]>
Add more tests for dealing with nil value.

github.com/goby-lang/goby - f0e7763fc177eeb44be99e0bbed3a6c6c29744bc authored over 7 years ago by Stan Lo <[email protected]>
Test instance variable retrieval when it haven't had any value.

github.com/goby-lang/goby - 8f497cbb8c7d562bf380cddee4e210430ade4660 authored over 7 years ago by Stan Lo <[email protected]>
Remove useless tests, fixture files and methods.

Remove useless test fixture files.

Remove bytecode_parser's unused method.

github.com/goby-lang/goby - e489c77177eae6bf69fe6e722da71b6dff65b0e4 authored over 7 years ago by Stan Lo <[email protected]>
Move all inspection methods (only used when debugging) into one file and ignore it when checking coverage.

github.com/goby-lang/goby - e277744508b74317523660085996d666fe92f23d authored over 7 years ago by Stan Lo <[email protected]>
Remove objectType() from Object interface.

github.com/goby-lang/goby - c3c2b5e8a73b14deae36ea643e7e3603b62433e7 authored over 7 years ago by Stan Lo <[email protected]>
Add test for Hash#length and refactored test result checking approach.

github.com/goby-lang/goby - d88810b979ff213b8bfa0b55f58a2a8eaa3eb334 authored over 7 years ago by Stan Lo <[email protected]>
Remove some impossible condition handling.

github.com/goby-lang/goby - ad6f29e4383d7c075ce8387e3ce0a733a6411415 authored over 7 years ago by Stan Lo <[email protected]>
Test require_relative in class_test.go

github.com/goby-lang/goby - f3f5197e171ec31f1c5837dc44e069fc3e955936 authored over 7 years ago by Stan Lo <[email protected]>
Add File.size's test.

github.com/goby-lang/goby - 3a88fa334cbe3787842e4c2857a68e19ae3a9ff6 authored over 7 years ago by Stan Lo <[email protected]>
Add tests for def_singleton_method instruction.

github.com/goby-lang/goby - bc126527f4f84147152cb962cc636bbc0fc30cf3 authored over 7 years ago by Stan Lo <[email protected]>
Update TestSelfExpressionEvaluation test.

github.com/goby-lang/goby - 2d2773684128c678c4cef081cc25eed8313af3ed authored over 7 years ago by Stan Lo <[email protected]>
Remove useless methods in vm/environment.go

github.com/goby-lang/goby - 8c6ac826506468cb0fde011413ac00ec787e89fd authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #128 from goby-lang/simple-server

Add Net::SimpleServer library.

github.com/goby-lang/goby - 387b5bb1f108d3aa07f0c136796fb2b06847aedc authored over 7 years ago by Stan Lo <[email protected]>
Format class test.

github.com/goby-lang/goby - 24c0809c7f50af3370eafdcf9063aeddee43d841 authored over 7 years ago by Stan Lo <[email protected]>
Now can build "Hello World" application with Goby!

github.com/goby-lang/goby - 421004f189fce59b00b14a14ef1b344dcbb0c578 authored over 7 years ago by Stan Lo <[email protected]>
Fix attr reader/writer setting method.

github.com/goby-lang/goby - 67d58645f9922f1e8ec32f69c4d50571b05c6218 authored over 7 years ago by Stan Lo <[email protected]>
Add more tests on class and http library.

github.com/goby-lang/goby - 851674a50166f871dde2488e5ee3f89f28e9624a authored over 7 years ago by Stan Lo <[email protected]>
Make builtInMethodYield be VM's method.

github.com/goby-lang/goby - ae90d96d6dc38eb4a8fb1654e429948177ecf938 authored over 7 years ago by Stan Lo <[email protected]>
Add built in method list to request class (currently empty)

github.com/goby-lang/goby - b01cd301b917822af60399b41cbb1ed343143924 authored over 7 years ago by Stan Lo <[email protected]>
Make *RClass.setAttrReader() and .setAttrWriter() also accepts string slice

github.com/goby-lang/goby - 5ce48b9c526abcf78567dc31a4ff2bb7411be2fd authored over 7 years ago by Stan Lo <[email protected]>
Add Net::SimpleServer library.

github.com/goby-lang/goby - f812cd01195c6e1cf4c6a4385fb5288549c8aad1 authored over 7 years ago by Stan Lo <[email protected]>
Add request class to http library.

github.com/goby-lang/goby - 202b8e58235f0e4ec1cef433b983b0f94a4745b5 authored over 7 years ago by Stan Lo <[email protected]>
Fix BaseClass's setBuiltInMethods method and make sure every class's Methods and ClassMethods attributes is not nil.

github.com/goby-lang/goby - 945d105bd77aea82a64b71f1b0f1dc2c9a5fbef6 authored over 7 years ago by Stan Lo <[email protected]>
Try to fix CI.

github.com/goby-lang/goby - 18e59197ee146b1d374cf5d692cfa17c76349582 authored over 7 years ago by Stan Lo <[email protected]>
Try to fix CI.

github.com/goby-lang/goby - 7b3da7ab3efa4c624e768abdbb34eba50ccf60aa authored over 7 years ago by Stan Lo <[email protected]>
Update travis ci's notification setting.

github.com/goby-lang/goby - 4160752096b0cbcf9565d60f3225b848eac12b04 authored over 7 years ago by Stan Lo <[email protected]>
Update README.md

github.com/goby-lang/goby - 1b5e1f4b3e1f3bc544b787564898aadd019216a8 authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #127 from opencollective/opencollective

Activating Open Collective

github.com/goby-lang/goby - 5700a0ac71c999d3400748d1ea1d1d6e7c23df8c authored over 7 years ago by Stan Lo <[email protected]>
Added template for new issue

github.com/goby-lang/goby - 8e5b10b9e93f51e29111dcf6cc38641aa70d8477 authored over 7 years ago by Xavier Damman <[email protected]>
Added backers and sponsors on the README

github.com/goby-lang/goby - 28900a3cba5fc2cff8aee930159a62f7b6553962 authored over 7 years ago by Xavier Damman <[email protected]>
Add setSingletonMethod() into Class interface.

github.com/goby-lang/goby - 9cda8e18f711f38dbb31a4cfed8484b6ec5bf0f1 authored over 7 years ago by Stan Lo <[email protected]>
Move some class related tests to class_test.go

github.com/goby-lang/goby - 72bbceeee205d99ee404afd5fccf1fd6a8fa6de4 authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #126 from goby-lang/method-class

Remove BaseObject interface

github.com/goby-lang/goby - 3bccba5ba6f072fe5660bd59ca8256587024b6f1 authored over 7 years ago by Stan Lo <[email protected]>
Add comments to fix codeclimate warnings.

github.com/goby-lang/goby - 740a48d90ec66ba401370b8ae7281fe6dc0b0220 authored over 7 years ago by Stan Lo <[email protected]>
Cleanup some useless switch cases.

github.com/goby-lang/goby - 743b32a061092498d490b8c333517e063af7ccd0 authored over 7 years ago by Stan Lo <[email protected]>
Remove BaseObject interface.

github.com/goby-lang/goby - f6fe04e2421fe629b44df46a4d1a592a6b68889f authored over 7 years ago by Stan Lo <[email protected]>
Set MethodObject's class when initilaize it.

github.com/goby-lang/goby - 6affb29708d9eac14a5cd469de2d2155951e9818 authored over 7 years ago by Stan Lo <[email protected]>
Use unified method to initialize built in class's methods.

github.com/goby-lang/goby - 4f0d1f431e75cef3598a8625c160f60780b9cd21 authored over 7 years ago by Stan Lo <[email protected]>
Rename Method to MethodObject and BuiltInMethod to BuiltInMethodObject and make them both inherit RMethod.

github.com/goby-lang/goby - 3b11915395f8cf1000411d9ec8ae6ad649010e90 authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #123 from goby-lang/refactor-vm-and-intructions

Refactor vm and intructions

github.com/goby-lang/goby - 460532839f9cacc298a9d1724aeb4131066956ef authored over 7 years ago by Stan Lo <[email protected]>
Refactor helper methods in instruction.go

github.com/goby-lang/goby - f45c0c1b7b05e57beb3182efcad76c579b4d071c authored over 7 years ago by Stan Lo <[email protected]>
Move stack to its own file.

github.com/goby-lang/goby - d55dfa256b584516ebebca37151eb670ba02a315 authored over 7 years ago by Stan Lo <[email protected]>
Refactor SEND instruction.

github.com/goby-lang/goby - 14f58ee10764f5a1eddf7d4a6f00126cae6b2385 authored over 7 years ago by Stan Lo <[email protected]>
Simplify Class.attr_accessor's implementation.

github.com/goby-lang/goby - 20bf32fbcdd313fd3736548a62744f4bfa9e933d authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #118 from goby-lang/http-library

HTTP library (only basic structure and GET method)

github.com/goby-lang/goby - 74e507e17658f468335342a9a314b000b56f4fcc authored over 7 years ago by Stan Lo <[email protected]>
Add comment to Net::HTTP.get.

github.com/goby-lang/goby - 80473f913e99b1d0a2d694ba3a1982dadc9982ca authored over 7 years ago by Stan Lo <[email protected]>
Add basic test for Net::HTTP.get

github.com/goby-lang/goby - 647378f61f806788b616c7e37cfbd796eba87ce7 authored over 7 years ago by Stan Lo <[email protected]>
Add Net::HTTP class and basic get method.

github.com/goby-lang/goby - c7a191f32bf3972942210687ec27b59c1db8b557 authored over 7 years ago by Stan Lo <[email protected]>
Drop support for Go 1.6 and 1.7

github.com/goby-lang/goby - f4403bc86062f80d8bc3f2ad29b30fa7c665bb94 authored over 7 years ago by Stan Lo <[email protected]>
Refactor attr_reader and attr_writer's implementation.

github.com/goby-lang/goby - 41b120459c3587de4fa3318690fe8923752dfab1 authored over 7 years ago by Stan Lo <[email protected]>
Improve URI module and add tests for it.

github.com/goby-lang/goby - 41c5231cc289482121a92a7d227a2c4fb9c86bd4 authored over 7 years ago by Stan Lo <[email protected]>
Add URI library.

github.com/goby-lang/goby - cb4c0b63dfdfd0b03d48eb0f5e6b5f90121bdd76 authored over 7 years ago by Stan Lo <[email protected]>
Add comment to URI.parse

github.com/goby-lang/goby - 42b2cb8da0aa0c7a9ea90c15028e7e51ac9245c2 authored over 7 years ago by Stan Lo <[email protected]>
Fix codeclimate issue.

github.com/goby-lang/goby - d1851dab9e5339b111addb8c555794b67a8390d3 authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #121 from goby-lang/add_syntax_error

Add Syntax Error to Parser

github.com/goby-lang/goby - 055f72fc4774438e922f5bf444f72b9a863b5ec1 authored over 7 years ago by Stan Lo <[email protected]>
add syntax error to parser

github.com/goby-lang/goby - ca791f05e34930cf1a3bbe69bdf99b6f201a2cd5 authored over 7 years ago by Adler <[email protected]>
Merge pull request #120 from goby-lang/update_file

Fix File.chmod & Replace panic

github.com/goby-lang/goby - f0eb32e7e4397e190c438017913003661536c659 authored over 7 years ago by Stan Lo <[email protected]>
replace panic with returnError in array.go

github.com/goby-lang/goby - 739fedc3a75c6247902cce2c606b219ccc0f15ce authored over 7 years ago by Adler <[email protected]>
fix File.chmod

github.com/goby-lang/goby - 05e7a7ac82ee33b9afdc6650fa5c3c296c4d808a authored over 7 years ago by Adler <[email protected]>
Merge pull request #117 from goby-lang/add-description-methods

Add descriptions for methods

github.com/goby-lang/goby - ca85401eb43bff02486058f66acc589b40070da2 authored over 7 years ago by Adler Hsieh <[email protected]>
Add desctiptions for methods

github.com/goby-lang/goby - 3655963755c1f82f6e52d0134631af6557313549 authored over 7 years ago by janczer <[email protected]>
Merge pull request #109 from goby-lang/add-new-methods-file

Add new methods file

github.com/goby-lang/goby - 64069b9916f61d76ee828d3983c5269e0dd037b3 authored over 7 years ago by Stan Lo <[email protected]>
Merge branch 'master' into add-new-methods-file

github.com/goby-lang/goby - 7a3812419d1ccc65e7fa7110e344c9ec03ee06db authored over 7 years ago by Stan Lo <[email protected]>
Add file size test

github.com/goby-lang/goby - c434b8ce6eb0cfc041f98542a840bc5057d80784 authored over 7 years ago by janczer <[email protected]>
Merge pull request #113 from goby-lang/support-attr-reader

Support attr_reader, attr_writer and attr_accessor methods

github.com/goby-lang/goby - 1a0789ef57d593ee52b183638062bbb7e7e2162e authored over 7 years ago by Stan Lo <[email protected]>
Support attr_accessor.

github.com/goby-lang/goby - 69dc53f17ab349ca177ea464f23f22a9a4e4681e authored over 7 years ago by Stan Lo <[email protected]>
Add attr_reader and attr_writer method.

github.com/goby-lang/goby - 180af5335524291e1777bcb5c985488d486c2b75 authored over 7 years ago by Stan Lo <[email protected]>
Add test file in test_fixtures and add some samples for File

github.com/goby-lang/goby - 3ce993b394d1bc74f456aa934d34a7cf2ec24b56 authored over 7 years ago by janczer <[email protected]>
Merge branch 'master' into add-new-methods-file

github.com/goby-lang/goby - 98bacb1d6675595e5806b7f878bdbea5972d3069 authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #112 from goby-lang/rename_instance_methods

Normalize Variable Name for Builtin Methods

github.com/goby-lang/goby - 5f0b75261d5cd089effae9dbe6517db3158ceda3 authored over 7 years ago by Stan Lo <[email protected]>
Add method size to file

github.com/goby-lang/goby - ffde818f5af102286df4c1db065a756f572255ab authored over 7 years ago by janczer <[email protected]>
Add chmod to file

github.com/goby-lang/goby - 0c8e6d539274961c7ace46b7704f3df5f9bedaef authored over 7 years ago by janczer <[email protected]>
Add methods basename, join, split to File

github.com/goby-lang/goby - a2d5cda74e94d45d09299a790844d3bd75919624 authored over 7 years ago by janczer <[email protected]>
Merge branch 'master' into rename_instance_methods

github.com/goby-lang/goby - acd478bed608057c8a56ec6e6f5b4beeaaeba792 authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #111 from goby-lang/rename_null

Rename Null to NullObject

github.com/goby-lang/goby - 5666d1cc962acd42d0b1c096a4dc4a86ce42eb00 authored over 7 years ago by Stan Lo <[email protected]>
add necessary docs to null.go

github.com/goby-lang/goby - 3f8f67407bc8b186365109147a1c928a7af926cb authored over 7 years ago by Adler <[email protected]>
normalize variable name for builtin methods

github.com/goby-lang/goby - db1128671953be9ca571cf3a816bf696a9a5f47b authored over 7 years ago by Adler <[email protected]>
rename Null to NullObject

github.com/goby-lang/goby - 2cb3082be506de1fa71de0cf2f576fa8e609c637 authored over 7 years ago by Adler <[email protected]>
Merge pull request #110 from hachi8833/fix/readme

Update README for new contributors

github.com/goby-lang/goby - 13a1731518173c4fff64a2ee53d410ff656d7b44 authored over 7 years ago by Stan Lo <[email protected]>
Update README for new contributors

github.com/goby-lang/goby - 546e1d1eb4e780e77922e3e4a971386a873fb75a authored over 7 years ago by hachi8833 <[email protected]>
Add current tips badge

github.com/goby-lang/goby - 06da7fdc536a7a0ba15c072a8591018102a258bc authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #106 from goby-lang/improve-document

Update readme and contributing guideline.

github.com/goby-lang/goby - 67d4b7a5f6313f32321a3b922f60c8b6b89a146c authored over 7 years ago by Stan Lo <[email protected]>
Update readme and contributing guideline.

github.com/goby-lang/goby - 613d4ca687b54138cd8f6cbe81969c85f06965e3 authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #105 from goby-lang/improve-vm-design

Minor improvements on vm package

github.com/goby-lang/goby - f7805ef3e84e23ae49a5fbb65e57be2a251d6f0f authored over 7 years ago by Stan Lo <[email protected]>
Remove useless scope struct and simplfies main object's initialization.

github.com/goby-lang/goby - 79777b6944ead62762ee75bc137e5d2b02049edb authored over 7 years ago by Stan Lo <[email protected]>
Use vm.returnError to replace panic when executing instruction goes wrong.

github.com/goby-lang/goby - 65d10971ecb9c192341fd42124c693cbc368c532 authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #104 from goby-lang/parser_options

Add Parser Options

github.com/goby-lang/goby - 3c98940dffd1cbd8f00c8ba2ee98cdc771d3617b authored over 7 years ago by Stan Lo <[email protected]>
display help message when no filepath is specified

github.com/goby-lang/goby - eababec8595204122fe1011b9a324b68105595d2 authored over 7 years ago by Adler <[email protected]>
add version flag to options

github.com/goby-lang/goby - c880c9cec8a7f1a68e2733032e7943a16f771621 authored over 7 years ago by Adler <[email protected]>
Remove old require implementation.

github.com/goby-lang/goby - fc2ecdf6263fe4d31880a61b1519497cb6b7dc60 authored over 7 years ago by Stan Lo <[email protected]>
Add instruction.md as instruction's specification.

github.com/goby-lang/goby - 1fadeda412e7f216eef49a38301e109344f9fb7f authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #102 from goby-lang/typo

Fix Typo & Add Comments to Class

github.com/goby-lang/goby - ebdfd578f7f2d206446dd7e0d950d39e59260701 authored over 7 years ago by Stan Lo <[email protected]>
fix typo in bytecode_parser.go as well

github.com/goby-lang/goby - f36cfbd60bc03b54bba2282938bacee89b4d210d authored over 7 years ago by Adler <[email protected]>
add comment to exported functions

github.com/goby-lang/goby - 52480c3ab33490c0e18b27123e687805ae267bbc authored over 7 years ago by Adler <[email protected]>
Merge pull request #100 from goby-lang/change-extension-name

Change extension name

github.com/goby-lang/goby - a3a494144a9a152b69285fef9714c2eb74618f2f authored over 7 years ago by Stan Lo <[email protected]>
Rename all sample files.

github.com/goby-lang/goby - 8a186197ff3bcf0c4b2f4639d04443073dfe36c5 authored over 7 years ago by Stan Lo <[email protected]>
Update extension check.

github.com/goby-lang/goby - def5caa48f2d0866a113cfc9723715b907340a99 authored over 7 years ago by Stan Lo <[email protected]>
Change bytecode file's extension name from 'robc' to 'gbbc'.

github.com/goby-lang/goby - f75f0ae7468a43c3c6fc613e2dbc24cfbe162163 authored over 7 years ago by Stan Lo <[email protected]>