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

Unify checking the length of arguments in Channel class

Unify checking the length of arguments in Class

Unify the checking the length of arguments in C...

github.com/goby-lang/goby - fc9b59a2202c19eb96107614afb6bc3e17e3c5e1 authored over 6 years ago by hachi8833 <[email protected]>
Remove scoped variables from length checkings

github.com/goby-lang/goby - 1d893503dd9c9c1cf4fc1a847fb805a02b1e2753 authored over 6 years ago by hachi8833 <[email protected]>
Merge pull request #720 from goby-lang/Add-memory-profiling-flag

Add --profile-mem flag and rename -p to --profile-cpu

github.com/goby-lang/goby - f54dc3e582496de9dd459c3858a38ff3844c3f54 authored over 6 years ago by Stan Lo <[email protected]>
Add --profile-mem flag and rename -p to --profile-cpu

github.com/goby-lang/goby - b5af51f6b4f1bdfe32ec4b879f75bc17ae237dda authored over 6 years ago by st0012 <[email protected]>
Merge pull request #718 from mweitzel/mw-bugfix-local-variable-limit

bugfix: allow more than 5 local variables

github.com/goby-lang/goby - 5bd906fd51423024fe42ea5efcb16068d5d3d136 authored over 6 years ago by Stan Lo <[email protected]>
Merge branch 'master' into mw-bugfix-local-variable-limit

github.com/goby-lang/goby - 140b1b917a9994137d45ead702470467f8036558 authored over 6 years ago by Stan Lo <[email protected]>
refactor for readability

check for guard clause, not main case

github.com/goby-lang/goby - d2be5912128f2cac3fbe71bc1db942abe5f1b145 authored over 6 years ago by Matthew Weitzel <[email protected]>
Merge branch 'master' into mw-add-inspect

github.com/goby-lang/goby - ae342dfda2fc653f13a99ce9ddbbe75ee72ee05b authored over 6 years ago by Matthew Weitzel <[email protected]>
add assertions around to_s and insert in class/hash/array

github.com/goby-lang/goby - 544e75a30e7c396b7540853874feef02b4f07d4c authored over 6 years ago by Matthew Weitzel <[email protected]>
bugfix: allow more than 5 local variables

introduced with auto increment
attempts to read were out of bounds

github.com/goby-lang/goby - c9b53c5b003fee4f53926d114a2576a943b991ed authored over 6 years ago by Matthew Weitzel <[email protected]>
Merge pull request #704 from goby-lang/Implement-array-sort

Implement Array#sort

github.com/goby-lang/goby - a7bc3eaa57d0c00dab361366e9715570d91e1075 authored over 6 years ago by Stan Lo <[email protected]>
Fix conflict resolving issue.

github.com/goby-lang/goby - d708d81be125fe5d3481955124233cf29b0b3605 authored over 6 years ago by st0012 <[email protected]>
Merge branch 'master' into Implement-array-sort

github.com/goby-lang/goby - fe44c5ce142eb743b29a145c7d54aa2f0dad4924 authored over 6 years ago by Stan Lo <[email protected]>
Update tests for WrongNumberOfArgument

Unify error message for Array#*

Unify error message for Array#+

Unify error message for Array#...

github.com/goby-lang/goby - 9fcda3ff9d1c01b60f3d70578fe4a6cd4b4ae9f0 authored over 6 years ago by hachi8833 <[email protected]>
Update error message templates

github.com/goby-lang/goby - 004ee5febf5f172f5dd46a5c9a2462a74f9d8ebf authored over 6 years ago by hachi8833 <[email protected]>
Rename variables to Go style

Unify error message for Array#reduce and update tests

Fix arg length checking in Array#*

github.com/goby-lang/goby - 4793007d90aa8910aa24f291138bc34e9a864add authored over 6 years ago by hachi8833 <[email protected]>
Merge branch 'master' into Implement-array-sort

github.com/goby-lang/goby - 7436bc0ee520c4fec5d1e9b1d45a62042b92b286 authored over 6 years ago by Stan Lo <[email protected]>
inspect string evaluates to original string

github.com/goby-lang/goby - 8e6d0f3fe01ed0df79ae116d4d378c27b84080bc authored over 6 years ago by Matthew Weitzel <[email protected]>
move nil inspect into methods test

github.com/goby-lang/goby - 5bf75aaee2f232161a42b0fbf379375d8c6653d0 authored over 6 years ago by Matthew Weitzel <[email protected]>
comment exported methods

github.com/goby-lang/goby - 9948952b085973a8dfb6effa93b8b783a259a7a5 authored over 6 years ago by Matthew Weitzel <[email protected]>
Merge branch 'master' into mw-add-inspect

github.com/goby-lang/goby - 88cc305119d9293de628be456e940257a772e358 authored over 6 years ago by Matthew Weitzel <[email protected]>
go lint

github.com/goby-lang/goby - 495f0ec1553e3d1b43740064a9ff7e306c1cd6cb authored over 6 years ago by Matthew Weitzel <[email protected]>
Revert "Adjust Array UTs to expect blank strings instead of `nil`s"

This reverts commit a332754a4af5aa1d0566339474673767035cddba.

github.com/goby-lang/goby - 8d90192f8d29fe313227927ca225f69d03f5b2e0 authored over 6 years ago by Matthew Weitzel <[email protected]>
simplify concurrent_hash ToString

github.com/goby-lang/goby - 4e5d619f3b1822a16591217dd272655f7f45ad88 authored over 6 years ago by Matthew Weitzel <[email protected]>
use Inspect from ToString in data structures

github.com/goby-lang/goby - 4c24837702caeff44ae1b808e680e8891f776478 authored over 6 years ago by Matthew Weitzel <[email protected]>
add Inspect to Object interface, point implementations at toString

github.com/goby-lang/goby - 4fac4579506a34e18d092813b418fc2bb0b1b693 authored over 6 years ago by Matthew Weitzel <[email protected]>
Merge pull request #705 from goby-lang/Add-thread-benchmark

Use a simpler concurrency benchmark script.

github.com/goby-lang/goby - 5772aae5c8a1aa1c9599f5426e5f90b2c97d499e authored over 6 years ago by Stan Lo <[email protected]>
Merge branch 'master' into Add-thread-benchmark

github.com/goby-lang/goby - 16a1f46a7b7dff665727a3406118092972887e31 authored over 6 years ago by Stan Lo <[email protected]>
Merge pull request #708 from goby-lang/Refactor-instruction

Remove unnecessary conversions on instructions

github.com/goby-lang/goby - eb177c7d89f34457afa679007e80d537840cc598 authored over 6 years ago by Stan Lo <[email protected]>
Merge branch 'master' into Refactor-instruction

github.com/goby-lang/goby - d2d216c507d1185bc8be9a1fc221a51dce0020d2 authored over 6 years ago by Stan Lo <[email protected]>
Merge branch 'master' into Implement-array-sort

github.com/goby-lang/goby - 764a208c5d3cbb12430670cd83c94113ca6411b1 authored over 6 years ago by Stan Lo <[email protected]>
Merge pull request #710 from goby-lang/unify_error_messages

Unify to CantYieldWithoutBlockFormat

github.com/goby-lang/goby - 3fe9a37944027ac8d747eceb15efa6b4583006bb authored over 6 years ago by Stan Lo <[email protected]>
Unify to CantYieldWithoutBlockFormat

github.com/goby-lang/goby - 098781d7465fba490e1e4fea6d7ec71a5fcd9800 authored over 6 years ago by hachi8833 <[email protected]>
Merge pull request #711 from goby-lang/unify_argument_type_error_messages

Unify to WrongArgumentTypeFormat

github.com/goby-lang/goby - 66e3f4d3c033bcc4692c44da6570108be0dd10b4 authored over 6 years ago by Stan Lo <[email protected]>
Merge pull request #712 from goby-lang/unify_positive_value_error_messages

Unify to PositiveValue error message

github.com/goby-lang/goby - a9285d56528cc20671affea2f8b25dc70c92cb96 authored over 6 years ago by Stan Lo <[email protected]>
Unify to PositiveValue error message

github.com/goby-lang/goby - 6d63fa346c46d8e8c846bb2fca171bf62e1ce13c authored over 6 years ago by hachi8833 <[email protected]>
Use slice instead of map for InstructionNameTable.

github.com/goby-lang/goby - d19d82b445b01a89ac6fc0fba05dd5ea5f6021b2 authored over 6 years ago by st0012 <[email protected]>
Remove useless slice of instruction sets.

github.com/goby-lang/goby - d50086f6a3d24503e07c8dc9809dff5997f9d7e2 authored over 6 years ago by st0012 <[email protected]>
Unify to WrongArgumentTypeFormat

github.com/goby-lang/goby - 153d631dada4abb30067eab592bce28be4984aa3 authored over 6 years ago by hachi8833 <[email protected]>
Update tests for NoMethodError

github.com/goby-lang/goby - 8d5f92c6922dc0fe8f2b0d6be45645a37826a786 authored over 6 years ago by hachi8833 <[email protected]>
Change InitErrorObject to InitNoMethodError in class.go

github.com/goby-lang/goby - 5e3242027a256d9ecd09fb6e00c67c73a81681f7 authored over 6 years ago by hachi8833 <[email protected]>
Change UndefinedMethodError to NoMethodError

github.com/goby-lang/goby - dae3d9bc70a48a46f2861d2921db96020a4f46f5 authored over 6 years ago by hachi8833 <[email protected]>
Add another comment.

github.com/goby-lang/goby - 8611c8b91b19d851fdc450acf75272c71899a854 authored over 6 years ago by st0012 <[email protected]>
Remove useless attributes on bytecode.scope.

github.com/goby-lang/goby - 392c8eb3245f9083da18204f26864980d4ea6cca authored over 6 years ago by st0012 <[email protected]>
Panic if calling AnchorLine on an instruction that doesn't have any anchor.

github.com/goby-lang/goby - 08b10036eaf27a9826e7a9872637f4dfe2955185 authored over 6 years ago by st0012 <[email protected]>
Remove useless instruction name attribute and simplify builtin instructions initialization.

github.com/goby-lang/goby - 5fdcda6ef5e4160017fcd762f31233a30ccca342 authored over 6 years ago by st0012 <[email protected]>
Add comments and rename action to op or opcode.

github.com/goby-lang/goby - b98602d8ff81b41f6e8eecd5db8714716643400a authored over 6 years ago by st0012 <[email protected]>
Merge branch 'master' into Refactor-instruction

github.com/goby-lang/goby - c568a7fd95fd8a7fa74611b389d173f64ab27d7a authored over 6 years ago by st0012 <[email protected]>
Use bytecode.Instruction directly without translating it.

github.com/goby-lang/goby - a200a8af3b0cf0a7f4546291a17e45c4a8b99078 authored over 6 years ago by st0012 <[email protected]>
Use uint8 instead of string to specify instruction action.

github.com/goby-lang/goby - 428d4a986a1ae13a06381a038134c7930e9cd99e authored over 6 years ago by st0012 <[email protected]>
Fix Ripper and comment out verbose tests.

TODO: Fix tests

github.com/goby-lang/goby - 646f9612e46e8cf7a8174acd4fd68df6677a6ab6 authored over 6 years ago by st0012 <[email protected]>
Remove useless type assertion.

github.com/goby-lang/goby - 46a595fa723d1b3f4b8b153b9d6921a359ef7158 authored over 6 years ago by st0012 <[email protected]>
Remove unnecessary ArgSet attribute.

github.com/goby-lang/goby - 0274fa1e7575d1e7a3ef1ffeeed8e87d8544e246 authored over 6 years ago by st0012 <[email protected]>
Advance instruction's anchor line generation at compile time.

github.com/goby-lang/goby - dc69f5dbbb48bef3ac98e09f9c0b889ad8c30a79 authored over 6 years ago by st0012 <[email protected]>
Change ArgSet types attribute's type to uint8.

github.com/goby-lang/goby - 87925ac9b9a5451050b48a72327f10940f4d2372 authored over 6 years ago by st0012 <[email protected]>
Merge pull request #713 from salbertson/patch-1

Add a "Reviewed by Hound" badge

github.com/goby-lang/goby - 7b154cb3cc9a7f4d24e62f61ac555118de527f67 authored over 6 years ago by Stan Lo <[email protected]>
Add a "Reviewed by Hound" badge

github.com/goby-lang/goby - ede6863de283b6c7e90fc403c92e216a74aab2be authored over 6 years ago by Scott Albertson <[email protected]>
Merge branch 'master' into Refactor-instruction

github.com/goby-lang/goby - feb6512733bfc54c0cd8c4a57391941589bf9842 authored over 6 years ago by st0012 <[email protected]>
Merge pull request #706 from goby-lang/Improve-error-handling

Improve error handling

github.com/goby-lang/goby - 0772826a0a295544b55e35b10f10877af452355e authored over 6 years ago by Stan Lo <[email protected]>
Merge branch 'master' into Improve-error-handling

github.com/goby-lang/goby - 017d42ebe82c313dc0666ce5dbe82ccdd9c333cf authored over 6 years ago by Stan Lo <[email protected]>
Fix Ripper.

github.com/goby-lang/goby - dc66f188d73320559cc552b67191e6c470972e83 authored over 6 years ago by st0012 <[email protected]>
Merge branch 'master' into Refactor-instruction

github.com/goby-lang/goby - 4309f24ae4eb1f549f1c397eaf39c83e435ba79b authored over 6 years ago by st0012 <[email protected]>
Remove code generator's tests.

github.com/goby-lang/goby - 6bb66c3f44974882115df99ec8da98170aaebe77 authored over 6 years ago by st0012 <[email protected]>
Fix float initialization issue.

github.com/goby-lang/goby - 70c1ec4415311a223c8277f5a61b74d7f39b854e authored over 6 years ago by st0012 <[email protected]>
Skip string conversion between instructions.

github.com/goby-lang/goby - a22c39be7664bf24803848bd97a39367cc6edcdd authored over 6 years ago by st0012 <[email protected]>
Remove pure string compilation related functions.

github.com/goby-lang/goby - fc2106ea9046104f314d2bba5290e98d604c93f4 authored over 6 years ago by st0012 <[email protected]>
Move up panic capture logic.

github.com/goby-lang/goby - 5e8be05f89859c386c1686ee1956122c8241a36e authored over 6 years ago by st0012 <[email protected]>
Merge pull request #707 from goby-lang/fix_ripper_apidoc

Fix apidoc in Ripper#instruction

github.com/goby-lang/goby - ec5146fb293ff109625f38f1f75c300bd1b0d5d0 authored over 6 years ago by Stan Lo <[email protected]>
Fix apidoc in Ripper#instruction

github.com/goby-lang/goby - b235e4a05c56fbfe12a55f1865930e933c255967 authored over 6 years ago by hachi8833 <[email protected]>
Merge pull request #658 from goby-lang/ripper_class

Add Ripper class

github.com/goby-lang/goby - f8aa45f02f3f3bb2cbff6e241d9a43b48b7cd55c authored over 6 years ago by Stan Lo <[email protected]>
Remove unnecessary defer.

github.com/goby-lang/goby - 0db18e3269fa13f4f2641a1f914ed99ce5ff9368 authored over 6 years ago by st0012 <[email protected]>
Make REPL crash when having panic.

github.com/goby-lang/goby - 1802cae7e6ead2405c73b8cb2765943ff427a1e6 authored over 6 years ago by st0012 <[email protected]>
Add Ripper class

Add Ripper.token

Fix Ripper.parse

Fix Ripper.token

Add tests for Ripper.token

Add Ripper.lex...

github.com/goby-lang/goby - a3f4154416d441b20aafc5f55bcf54ae8522fb2b authored over 6 years ago by hachi8833 <[email protected]>
Let vm crash when meet Go panic.

github.com/goby-lang/goby - eec7010e9aad5d8974b16744dd4712516d1f340a authored over 6 years ago by st0012 <[email protected]>
Use a simpler benchmark script.

github.com/goby-lang/goby - e9dfb5e2fc183d0aab3ea612d4727dbfaa4f47ac authored over 6 years ago by st0012 <[email protected]>
Remove useless benchmark.

github.com/goby-lang/goby - ce0ed8245ca43476c46967a119e2ba3a34122687 authored over 6 years ago by st0012 <[email protected]>
Merge branch 'master' into Implement-array-sort

github.com/goby-lang/goby - fad1d4fd1e6515b26ede03c8e02c1d9213c382a2 authored over 6 years ago by Stan Lo <[email protected]>
Implement float number's comparison.

github.com/goby-lang/goby - cc069c64c7d368de28e770a1294a937933c2163b authored over 6 years ago by st0012 <[email protected]>
Merge pull request #703 from goby-lang/fix_typo

Fix typos in binder/Readme

github.com/goby-lang/goby - e5fc7ad3d50e7ba1863011465e9b823eb2e5b25c authored over 6 years ago by Stan Lo <[email protected]>
Fix typos in binder/Readme

github.com/goby-lang/goby - 52cf3e6fdcaee722370b6eeda0f395a1105ccf07 authored over 6 years ago by hachi8833 <[email protected]>
Merge pull request #692 from goby-lang/Add-thread-benchmark

Add thread benchmark.

github.com/goby-lang/goby - ae3bc2ef37a83346f6a522a32d0a19c096f8d5e7 authored over 6 years ago by Stan Lo <[email protected]>
Merge pull request #701 from eliothedeman/binder

Binder

github.com/goby-lang/goby - 9e619939ab97515242d628b816bbffa7e15ffadb authored over 6 years ago by Stan Lo <[email protected]>
Support sorting string elements.

github.com/goby-lang/goby - 055d1879f353ca1f195bcc0a1e0c6c42a6f8cedb authored over 6 years ago by st0012 <[email protected]>
Implement array sorting for integer elements.

github.com/goby-lang/goby - 3eb06421056a15a698b793130f16a959319bf35c authored over 6 years ago by st0012 <[email protected]>
Adds better usage text and a readme with usage

github.com/goby-lang/goby - fd87a82c9479b6688c8f82ff8c0e7756489777db authored over 6 years ago by Eliot Hedeman <[email protected]>
Changes based on comments

github.com/goby-lang/goby - eaad346969721078f4b27af15d819e927fbfa484 authored over 6 years ago by Eliot Hedeman <[email protected]>
Implement basic interface to use built-in pkg to sort array.

github.com/goby-lang/goby - d13120300fc799cc2e43a82f7421dbcdf7760597 authored over 6 years ago by st0012 <[email protected]>
Refactored integer's numberic comparison logic.

github.com/goby-lang/goby - 4fdfbab613170f45007baf4a55c36a9003cb7f80 authored over 6 years ago by st0012 <[email protected]>
Add comments to generated code

github.com/goby-lang/goby - 926931c33addfdf1cecebf8c8f3e710dec8448e4 authored over 6 years ago by Eliot Hedeman <[email protected]>
Merge remote-tracking branch 'upstream/master' into binder

github.com/goby-lang/goby - 749942c8cce8de7a64d57b150c4beb4fe2cbe18e authored over 6 years ago by Eliot Hedeman <[email protected]>
Add binding generator

Use normal go names for gen code.

Merge remote-tracking branch 'origin/binder' into binder

...

github.com/goby-lang/goby - af8fbe24fd045df70fe8335e4a9019542b8ad8be authored over 6 years ago by Eliot Hedeman <[email protected]>
Merge pull request #700 from eliothedeman/native-plugin

Move plugin out of vm package

github.com/goby-lang/goby - 3b92c3f7102643167c22e1e0c8f1e8f825d4fdf1 authored over 6 years ago by Stan Lo <[email protected]>
Merge branch 'native-plugin' into binder

github.com/goby-lang/goby - b499a7f297aca5d025502d7e76c74659da97d2bd authored over 6 years ago by Eliot Hedeman <[email protected]>
Merge remote-tracking branch 'origin/native-plugin' into native-plugin

github.com/goby-lang/goby - 02bd126982d565eadfd0e30a05d5e66b1119d589 authored over 6 years ago by Eliot Hedeman <[email protected]>
Merge branch 'master' into native-plugin

github.com/goby-lang/goby - 1a65441e12292011bbf53a0f001be74c80e59f3e authored over 6 years ago by Eliot Hedeman <[email protected]>
Add better documentation.

github.com/goby-lang/goby - e9a8d6f91025cfdc08a487881a73eface379529b authored over 6 years ago by Eliot Hedeman <[email protected]>
Merge branch 'native-plugin' into binder

github.com/goby-lang/goby - 16b066ef26344ab7c6119019dd7965ace74db4a0 authored over 6 years ago by Eliot Hedeman <[email protected]>
Merge branch 'master' into native-plugin

github.com/goby-lang/goby - 53727f4f28594279adf04bdff6c6b69be770a954 authored over 6 years ago by Eliot Hedeman <[email protected]>
Merge branch 'binder' of github.com:eliothedeman/goby into binder

github.com/goby-lang/goby - db46658e7f8d3b8fe32af5890223186842debd40 authored over 6 years ago by Eliot Hedeman <[email protected]>