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

Return nil when calling a empty method.

github.com/goby-lang/goby - 3834168f16102d7a57e1d508b4eb292b1cd0da08 authored over 7 years ago by Stan Lo <[email protected]>
Fix comment after method name issue.

github.com/goby-lang/goby - be4954caf9a4f785ba062cde665e69c598ca84ad authored over 7 years ago by Stan Lo <[email protected]>
Try to fix concurrent map write issue.

github.com/goby-lang/goby - 01eec7ba1681dad53a9fb7d56743885021ebf9c4 authored over 7 years ago by Stan Lo <[email protected]>
Also support eval .rb files.

github.com/goby-lang/goby - 07569e0205dd2a057a85f5dcfb30307500ff281b authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #154 from hachi8833/fix/varname

Rename varname in Class to enable generating API doc for instance methods

github.com/goby-lang/goby - f2345ee3e5bc6829a0d1ab61e81a48445316cf1e authored over 7 years ago by Stan Lo <[email protected]>
Rename varname in Class to enable generating API doc for instance methods

Use 'Common' instead of 'Global' for readability

github.com/goby-lang/goby - f20d609ae03a905697a05ed0122fdffcf4ad744e authored over 7 years ago by hachi8833 <[email protected]>
Return nothing when NullObject is inspected (especially when placed in `puts`).

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

github.com/goby-lang/goby - 143f126af4783e2cd50b9f9c64783c3e715c5c7b authored over 7 years ago by Stan Lo <[email protected]>
Fix readString ignore EOF issue.

github.com/goby-lang/goby - 3204bce2ab429d4c3e2e0570fc700289f6313ce4 authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #148 from goby-lang/support-next-stmt

Support next statement

github.com/goby-lang/goby - cbc7b26d6293f79e29929e7c79e4083eb58fa2e0 authored over 7 years ago by Stan Lo <[email protected]>
Add comments to new statement.

github.com/goby-lang/goby - 8b66c899751adc102c33741dc9069bddb3b63018 authored over 7 years ago by Stan Lo <[email protected]>
Add tests for next statement evaluation.

github.com/goby-lang/goby - 29240ba76eab8bd5e8cd14559fc77b93504a0d70 authored over 7 years ago by Stan Lo <[email protected]>
Sort of finished next statement compilation.

github.com/goby-lang/goby - 53f6e2b5ea184c15c4df95125a50e9f18ba7c005 authored over 7 years ago by Stan Lo <[email protected]>
Make parser support next keyword.

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

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

github.com/goby-lang/goby - 8e61e0543354155d6b563ce97645a8111921c37c authored over 7 years ago by Stan Lo <[email protected]>
Move statement generation and expression generation to separate files.

github.com/goby-lang/goby - 663cb6be9916b91cf9bb37d3c5ccf3c7ffccbf7c authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #147 from goby-lang/add-code-of-conduct-1

Create CODE_OF_CONDUCT.md

github.com/goby-lang/goby - 879660382ff74cac83cd2ddacd349c7e4345069c authored over 7 years ago by Stan Lo <[email protected]>
Create CODE_OF_CONDUCT.md

github.com/goby-lang/goby - f71fc6683e5a11dcd1f514bc201020726fc90410 authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #145 from goby-lang/add-new-method-to-file

Add new methods to file

github.com/goby-lang/goby - 793728fd349f725e0f1e214d5516b86f60ac0e5a authored over 7 years ago by Stan Lo <[email protected]>
Add comment for FileObject.

github.com/goby-lang/goby - ad1a138a5527b069f18b9e32a02bc2b0211fe1dd authored over 7 years ago by Stan Lo <[email protected]>
Add File.new method.

github.com/goby-lang/goby - 1ff82b39e8f70af1c786ddb6acdb3a038f81548e authored over 7 years ago by Stan Lo <[email protected]>
Add block_given method to check if a method has block argument.

github.com/goby-lang/goby - 3a238b0e7eef607c285f50774fc599164fd4c5d7 authored over 7 years ago by Stan Lo <[email protected]>
Initialize file methods after file lib is required.

github.com/goby-lang/goby - 956616292620248b3db878ffa1c926b54f0eef08 authored over 7 years ago by Stan Lo <[email protected]>
Add tests for File's instance methods.

github.com/goby-lang/goby - dfc1206cedbf2863e15a5fe23e55e1afad8f5364 authored over 7 years ago by Stan Lo <[email protected]>
Add File.delete and File.exist

github.com/goby-lang/goby - d9a9ebe6efcda0e5726ccb49c7ba2513dd9d37d2 authored over 7 years ago by Stan Lo <[email protected]>
Add File#write.

github.com/goby-lang/goby - 9b520fdd1e8b7f132d64f8fb8c1c30466acad314 authored over 7 years ago by Stan Lo <[email protected]>
Add File#read.

github.com/goby-lang/goby - d52007dc0ab252b00a0bb3cbf6911933478cf15f authored over 7 years ago by Stan Lo <[email protected]>
Add File#open.

github.com/goby-lang/goby - 54a8275c8f377281b4f4039a3fae76d7bb24fafd authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #144 from goby-lang/add_error

Add New Error Types

github.com/goby-lang/goby - a94f6cc2a4b78f84139d7c8418c6e39c9c121a31 authored over 7 years ago by Adler Hsieh <[email protected]>
refactor error initialization

github.com/goby-lang/goby - 81b8fea18d79ad5b0613cfe04118bf26a82ea38b authored over 7 years ago by Adler <[email protected]>
Integrate all error types into Error

github.com/goby-lang/goby - c82a595f9d50d6bc0c47572c9d832f84c5d1e5a9 authored over 7 years ago by Adler <[email protected]>
implement UndefinedMethodError to stacks

github.com/goby-lang/goby - 2ac808f69c9b26e8588fd53ade260bed7e38f781 authored over 7 years ago by Adler <[email protected]>
add test to createBaseClass

github.com/goby-lang/goby - 7f2802454b24904c993ad704c1d803f7194bd038 authored over 7 years ago by Adler <[email protected]>
add vm.createBaseClass

github.com/goby-lang/goby - 9abed40658f75f9eb471636dc0f2b01eb1c91dd5 authored over 7 years ago by Adler <[email protected]>
add UndefinedMethodError, TypeError, and ArgumentError

github.com/goby-lang/goby - c00004805f5680f442401b2f06974f3e28535131 authored over 7 years ago by Adler <[email protected]>
add test cases for errors

github.com/goby-lang/goby - 1a0eb87551120e3c22bb4a146d98b50cf13f660c authored over 7 years ago by Adler <[email protected]>
Fix can't call method on class's issue.

github.com/goby-lang/goby - 879122c36e978357a8a4e6caccd4b81c6397794a authored over 7 years ago by Stan Lo <[email protected]>
Fix empty string lexing issue.

github.com/goby-lang/goby - 63cf112d5b6f914e970285b8c1bd28b59639de57 authored over 7 years ago by Stan Lo <[email protected]>
Update readme's sample section.

github.com/goby-lang/goby - 8faa50941113d8eb7c2ae58341037c988937fb8f authored over 7 years ago by Stan Lo <[email protected]>
Add blocking server example.

github.com/goby-lang/goby - 6d01af799b03c0e43289928aff57662f8d76ef85 authored over 7 years ago by Stan Lo <[email protected]>
Support modulo operator.

github.com/goby-lang/goby - 704e7d7a81841d6a40e842c9d921f3f924dd182e authored over 7 years ago by Stan Lo <[email protected]>
Add sleep method.

github.com/goby-lang/goby - 52e6ea6e789d70ad52fa93ed3dedd530a70ec163 authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #143 from goby-lang/update-docs

Update docs

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

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

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

github.com/goby-lang/goby - 8e633c2cf0f66f41fec1a532995900e4bdeb9775 authored over 7 years ago by Stan Lo <[email protected]>
Reconstruct readme structure.

github.com/goby-lang/goby - db542d18a6779f4e801122e662ce727d3281c5e3 authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #142 from goby-lang/thread-on-server

Thread on simple server

github.com/goby-lang/goby - 4fe1c597beea643ebcf85a12257e56f3038df260 authored over 7 years ago by Stan Lo <[email protected]>
Remove blocking test code and add comment.

github.com/goby-lang/goby - 5e341babf124e0d0c4753e9c6369b3d4dda92a52 authored over 7 years ago by Stan Lo <[email protected]>
Setup Taurus and use apache benchmark to run load testing on CI.

github.com/goby-lang/goby - f47a2e31d7f4400ec326ddd706ae243d03daf486 authored over 7 years ago by Stan Lo <[email protected]>
Remove thread count since it's for debugging.

github.com/goby-lang/goby - 7f1887c1ba7cdcd594c97c22f5c8248aa2bf85f0 authored over 7 years ago by Stan Lo <[email protected]>
Use this commit to demonstrate Goby's non-blocking web server.

github.com/goby-lang/goby - da0cbcf5293098a6f8e4c91c7b23d6d5109114a8 authored over 7 years ago by Stan Lo <[email protected]>
Add method to initilaize thread.

github.com/goby-lang/goby - 37543fa93d23514aa9cd29292861944fdec3db69 authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #139 from goby-lang/extend-http-lib

Extend http library with Goby

github.com/goby-lang/goby - 909ba485243d1e908d769bc75ebbaa138fc3ee47 authored over 7 years ago by Stan Lo <[email protected]>
Notify slack even when build successed.

github.com/goby-lang/goby - 34c1470b733439930d3e7949a574d53663c1ebd0 authored over 7 years ago by Stan Lo <[email protected]>
Start using Goby code to extend response and request classes.

github.com/goby-lang/goby - 1ef4cf65fc2aae38965b751dacd650a3db943fc9 authored over 7 years ago by Stan Lo <[email protected]>
Fix file path issue.

github.com/goby-lang/goby - ca60068093fda58c1503a998173ca5bc65db40a1 authored over 7 years ago by Stan Lo <[email protected]>
Print vm's basepath for debugging on CI.

github.com/goby-lang/goby - b2a4e2d0ef1df0977f6cd3f02c77816cb828b5ea authored over 7 years ago by Stan Lo <[email protected]>
Test if server can run on CI.

github.com/goby-lang/goby - 9731dcd236e3cb159e722595d4b9944efa4df8f6 authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #140 from goby-lang/multi-thread

Introduce thread concept in Goby

github.com/goby-lang/goby - 88138b27d51e0a297a25c2ba5fd059db9abb6cdb authored over 7 years ago by Stan Lo <[email protected]>
Make callFrameStack and stack bind on thread instead of vm.

github.com/goby-lang/goby - 355366ff8b69dcede25010194e61f8a9cbe35827 authored over 7 years ago by Stan Lo <[email protected]>
Fix vm/class.go's type check errors.

github.com/goby-lang/goby - 3531573746c9f5720086efad70793edbcec9bf71 authored over 7 years ago by Stan Lo <[email protected]>
Add thread struct and use it as an evaluation unit instead of VM.

github.com/goby-lang/goby - 12c9aeade03222b93fcd6ffc3ff9370b1265abb1 authored over 7 years ago by Stan Lo <[email protected]>
Move error handling logic into thread.

github.com/goby-lang/goby - 540f73b0f8b051e54162cb9a72a231091f2e8e67 authored over 7 years ago by Stan Lo <[email protected]>
Fix more type check errors.

github.com/goby-lang/goby - 1de7492f91e82649a6e733627748b70fac697c65 authored over 7 years ago by Stan Lo <[email protected]>
Change builtInMethodBody's argument.

github.com/goby-lang/goby - f88e98fbc0fc725bc3e5e7117491101551cb4e76 authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #131 from shes50103/add-fsm

Add fsm

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

github.com/goby-lang/goby - 7cd31a98de381085046243c09800bcb820a1c518 authored over 7 years ago by 詹昇 <[email protected]>
identify token type

github.com/goby-lang/goby - 49fe8a32a843eb7aae3c6df5d7e9f0b1d4eec9be authored over 7 years ago by 詹昇 <[email protected]>
remove p.registerPrefix(token.Class, p.parseIdentifier)

github.com/goby-lang/goby - 08d5a94e211376f54b1bca165be328a56f486b7e authored over 7 years ago by 詹昇 <[email protected]>
identify token type

github.com/goby-lang/goby - c5610a7804d5d9f9d74b2b10fd012c5bdcfbc4db authored over 7 years ago by 詹昇 <[email protected]>
modify statement_parsing.go

github.com/goby-lang/goby - d14b14872d05e5ad436a6d0553e834174422f29c authored over 7 years ago by 詹昇 <[email protected]>
use godep add fsm

github.com/goby-lang/goby - d24785a23196f532a0577b6154addf0166d2cfb7 authored over 7 years ago by 詹昇 <[email protected]>
modify parseStatement

github.com/goby-lang/goby - 2c43dd77f0fdf5c1e0f1ab7d63236e3024fee834 authored over 7 years ago by 詹昇 <[email protected]>
use go fmt in token.go

github.com/goby-lang/goby - fb1f81495282b9aa9f77b270027741ff5fbe56da authored over 7 years ago by 詹昇 <[email protected]>
modify parseStatement

github.com/goby-lang/goby - 82800b67c4bd778adb368ccae0676e7d27390494 authored over 7 years ago by 詹昇 <[email protected]>
add keyword Class

github.com/goby-lang/goby - 0f691afa508f6ba7c69b7e5d530aad44c1a7c5e9 authored over 7 years ago by 詹昇 <[email protected]>
add keyword Module

github.com/goby-lang/goby - b9ebb4848f05c738b815a29291edbd12f5223be7 authored over 7 years ago by 詹昇 <[email protected]>
Show stop message after shutdown simple server.

github.com/goby-lang/goby - 9e82b40389ab195e9be62c052ce044f6d1796ab9 authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #138 from goby-lang/built-in-gb-library

Support build in classes written in Goby.

github.com/goby-lang/goby - e74f40d4ba3c15046c5d3c82c0b17399f4f93ecb authored over 7 years ago by Stan Lo <[email protected]>
Use Net::SimpleServer as a hybrid library example.

github.com/goby-lang/goby - 03bcc13314eb03f8ae8cfdc89510e3fe4d9ad914 authored over 7 years ago by Stan Lo <[email protected]>
Refactor Goby lib's exec implementation.

github.com/goby-lang/goby - 8e23968ca22ffd19d97223b5c365a866926d2cdf authored over 7 years ago by Stan Lo <[email protected]>
Improve constant storage.

All built in classes are Object class's constants just like Ruby.
And now we can monkey-patch bu...

github.com/goby-lang/goby - d7b5857e842aeed6297f69d48d8048db47244265 authored over 7 years ago by Stan Lo <[email protected]>
Not running CI on Go's master version.

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

Improve simple server

github.com/goby-lang/goby - a8dcea1f5a1ee7a74fd6928c293f2b80743f1c91 authored over 7 years ago by Stan Lo <[email protected]>
Use more flexible way to initialize request object.

github.com/goby-lang/goby - 9e16a5062d7b7e17679bed014d03c79088b97f64 authored over 7 years ago by Stan Lo <[email protected]>
Improve and refactor SimpleServer#mount.

github.com/goby-lang/goby - 581bc077566bd1286b4717c13ff4af3080df89a9 authored over 7 years ago by Stan Lo <[email protected]>
Rename initializeObject to initializeObjectFromInstruction.

github.com/goby-lang/goby - c4baa478cf15c6f62e2132a7ab71e9e4be1e5c85 authored over 7 years ago by Stan Lo <[email protected]>
Refactor SimpleServer#mount.

github.com/goby-lang/goby - 457f9c8fd7dbd170251ad1de1bbee01c2b4d1843 authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #136 from hachi8833/fix/module_inheritance

Prohibit module inheritance

github.com/goby-lang/goby - 8c7406849e41826106f93507410a181efe29dec6 authored over 7 years ago by Adler Hsieh <[email protected]>
Add test for module inheritance as suggested

github.com/goby-lang/goby - dc4f921933c90f8f1d8f07726f5685ef31e44e67 authored over 7 years ago by hachi8833 <[email protected]>
Prohibit module inheritance

github.com/goby-lang/goby - 254196c8538ca077098a778a61040e0ae6a427c6 authored over 7 years ago by hachi8833 <[email protected]>
Merge pull request #132 from goby-lang/assign-expression

Assign expression

github.com/goby-lang/goby - 38906d175190997197a9e48ba2c8bf1b4d422a20 authored over 7 years ago by Adler Hsieh <[email protected]>
Consider assign statement as an infix expression.

github.com/goby-lang/goby - 2fbff78b3f6e1becd0097a3ba68e1dcaf9de6cf5 authored over 7 years ago by Stan Lo <[email protected]>
Update code generator.

github.com/goby-lang/goby - 0710208ea538c5b735871d728abe41a7d2e252e9 authored over 7 years ago by Stan Lo <[email protected]>
Add more tests for bytecode generator.

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