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

Add Range#first Range#last and Range#to_a

github.com/goby-lang/goby - c6e314c8894bb62cd82dadf034b1aae43e82839e authored over 7 years ago by Stan Lo <[email protected]>
Add Range#each.

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

github.com/goby-lang/goby - e56d3e5eee5c2ec6ed3ff644738c329d5d2b6e0c authored over 7 years ago by Stan Lo <[email protected]>
Rename initializeInteger to initIntegerObject.

github.com/goby-lang/goby - 216e1836a8fe11c101b0b4b744ecf13a1a4cedf6 authored over 7 years ago by Stan Lo <[email protected]>
Improve RangeExpression compilation's test.

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

github.com/goby-lang/goby - 0623e161bbc9b1e33e7ed4b78cf22cdbb7d8ca05 authored over 7 years ago by Stan Lo <[email protected]>
Add RangeExpression compilation.

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

github.com/goby-lang/goby - 7ff5ea3a90b3d11beccfb8098ef48472f6248037 authored over 7 years ago by Stan Lo <[email protected]>
Separate expressions node and statement node to different files.

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

github.com/goby-lang/goby - dff73953fdf0a01a5ce57be6db36561a65f1c2e6 authored over 7 years ago by Stan Lo <[email protected]>
Add Channel#close.

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

github.com/goby-lang/goby - 53dbf85f465304c2db73b4547fb3f7ef1d2c68f0 authored over 7 years ago by Stan Lo <[email protected]>
add GOBY_ROOT instruction to README

github.com/goby-lang/goby - fd5145342e8e8d8140cd142fc4b2b18d57d8606d authored over 7 years ago by Adler <[email protected]>
update version number to match brew

github.com/goby-lang/goby - e71e35cf0f7c6315b753cc0e5201b079f7877d72 authored over 7 years ago by Adler <[email protected]>
Remove unused attribute of bytecode.scope.

github.com/goby-lang/goby - 4ee4426196e6f1d35c3c78ebf6f3c3e6ac6506d1 authored over 7 years ago by Stan Lo <[email protected]>
Refactor statement_generation.go.

github.com/goby-lang/goby - 6705c3f75b395d56145fe49459c30ac57d34a785 authored over 7 years ago by Stan Lo <[email protected]>
Put complex expression compilation logic into their owe func

github.com/goby-lang/goby - 1e44fce6e50c3a0fdc78dfce1264891e239f02ff authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #171 from goby-lang/refactor-vm

Refactor vm

github.com/goby-lang/goby - 9125afe29d82c4bf07f4affd0cb95759c33cdf69 authored over 7 years ago by Stan Lo <[email protected]>
Not cache string for now, will adding symbol class.

github.com/goby-lang/goby - 17113509b29a8e6573e8adc82f02362e43605b8a authored over 7 years ago by Stan Lo <[email protected]>
Unify built in class/object function's naming rules

Examples:
- Change initArray() to initArrayClass()
- Change initializeString() to initStringObje...

github.com/goby-lang/goby - 73e40388da45e83cb611e2a7a78c0cdf7af9ce68 authored over 7 years ago by Stan Lo <[email protected]>
Try to fix string initialization's concurrent map read and map write issue.

github.com/goby-lang/goby - 862b1ff684d43117d655bac3446aa7b1eecd7631 authored over 7 years ago by Stan Lo <[email protected]>
Update readme for thread support.

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

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

Add thread and channel mechanism

github.com/goby-lang/goby - a7ef36d5b266fc74088a6d8b10f9c62853736bbf authored over 7 years ago by Stan Lo <[email protected]>
Give every channel object an unique id and fix houndCI's warning.

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

github.com/goby-lang/goby - 09d896985cab2fbf1ed9b211f832befc313e0e12 authored over 7 years ago by Stan Lo <[email protected]>
Add tests for large amount channel delivery.

github.com/goby-lang/goby - 07bf6d415c60537cf1c9673cb50e4e24a59d063d authored over 7 years ago by Stan Lo <[email protected]>
Add thread as a common method.

github.com/goby-lang/goby - 9af150ff61aa6ad5b44d60a0285d04f2797716e0 authored over 7 years ago by Stan Lo <[email protected]>
Make channel capable to pass object.

github.com/goby-lang/goby - cab8ae49b8c81015b626445940d69a29fe901300 authored over 7 years ago by Stan Lo <[email protected]>
Fix while statement in block's local variable compile issue.

github.com/goby-lang/goby - a79be246e8272ec61ef348f6ae49ae5a1f5a40ec authored over 7 years ago by Stan Lo <[email protected]>
Found some data race conditions and temporarily fixed them by using mutex lock.

github.com/goby-lang/goby - 5cc11e31970a000d24f9006b6ee5be620de0b7cb authored over 7 years ago by Stan Lo <[email protected]>
WIP: Add tests for channel and thread.

github.com/goby-lang/goby - 9fa8bc0297ea523410521933347ebb58b4e3447b authored over 7 years ago by Stan Lo <[email protected]>
Add fsm comment (#168)

* change name initialize->initial

* add comment

* fmt lexer.go

* modify comment

github.com/goby-lang/goby - 14df3dcb58463ad33bc11e066ef1cfc25b28ddcd authored over 7 years ago by Johnson <[email protected]>
Add sleep before apache bench to avoid 'connection refused' error

- Add 'rm -rf profile.out' for cleanup

github.com/goby-lang/goby - d2eefad1844a9941ba33d0423bd3f9d3388bdb4b authored over 7 years ago by hachi8833 <[email protected]>
Add sleep before apache bench to avoid 'connection refused' error

- Add 'rm -rf profile.out' for cleanup

github.com/goby-lang/goby - 6c0ec8bdf463ad9dd2114b8e209e23663f3dae7a authored over 7 years ago by hachi8833 <[email protected]>
Merge pull request #166 from goby-lang/fix-local-compilation

Fix local variable compilation

github.com/goby-lang/goby - 596be127c4817e65b78966da80494cb7c7dbf514 authored over 7 years ago by Stan Lo <[email protected]>
Update block compilation's test and fixed the issue.

github.com/goby-lang/goby - 366341b5b1a1c30e8f10a156bcfecc5f169a7a9e authored over 7 years ago by Stan Lo <[email protected]>
Reverse getlocal/setlocal's index and depth arg position.

github.com/goby-lang/goby - 98b0bf1efe9c45b545021b3293417b34189a2fdb authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #165 from goby-lang/method-call-without-paren-issue

Fix method call without paren's edge cases

github.com/goby-lang/goby - 9622c2b86c9d793e85ca1ed8020c8185a4776dec authored over 7 years ago by Stan Lo <[email protected]>
Support yield argument without parens.

github.com/goby-lang/goby - 29edc6fbf35566b250ac112b3fbda97267b14f3e authored over 7 years ago by Stan Lo <[email protected]>
Fix method call without receiver and parens

For example:

foo do |arg|
bar
end

github.com/goby-lang/goby - 6e9b4a3cc021442890041e22ca942740029c06c5 authored over 7 years ago by Stan Lo <[email protected]>
Add test cases that reproduce this issue.

github.com/goby-lang/goby - c7c72b1e1e14788175bf94d6262a09a78a9db458 authored over 7 years ago by Stan Lo <[email protected]>
Increase load testing's request number.

github.com/goby-lang/goby - ad24dc7e7409a4cabbd8a287f274d255f3463963 authored over 7 years ago by Stan Lo <[email protected]>
Change server load testing's script.

github.com/goby-lang/goby - f5c68566442bedeab8f27fa86f04d65ba3a91e17 authored over 7 years ago by Stan Lo <[email protected]>
Add test for initRequest method.

github.com/goby-lang/goby - e14704448b3c0c5ee04755eace784fa64c97c95b authored over 7 years ago by Stan Lo <[email protected]>
Add test for setupResponse method.

github.com/goby-lang/goby - 845e414eeb4366293913c77743dc4b973fc956d2 authored over 7 years ago by Stan Lo <[email protected]>
Add test for simple server's initialization.

github.com/goby-lang/goby - 9465e70d3ef125a143d2e78ede09b2268f2f63af authored over 7 years ago by Stan Lo <[email protected]>
Refactor SimpleServer#mount's handler creation.

github.com/goby-lang/goby - 27c1fb96d210877e9ae363b8a9b9dbaff58b8f7a authored over 7 years ago by Stan Lo <[email protected]>
Fix File lib path related issue.

github.com/goby-lang/goby - 5a08ec6260d3a9764096bdefd26c92adf8a669ee authored over 7 years ago by Stan Lo <[email protected]>
add symbol token

github.com/goby-lang/goby - 4288b07ac97701bb3133d1ea618c9390beed285d authored over 7 years ago by shes50103 <[email protected]>
add symbol token

github.com/goby-lang/goby - 23c9f49d66a94f2b17e296dae90721e6926967c1 authored over 7 years ago by shes50103 <[email protected]>
add symbol token fsm part1

github.com/goby-lang/goby - 7ff08c0d9aac447a28bc82e278b69f2f8ae40f36 authored over 7 years ago by shes50103 <[email protected]>
add comment

github.com/goby-lang/goby - 94b2adf493254e7952d70dab6b6d8409fbc235be authored over 7 years ago by shes50103 <[email protected]>
Add UnsupportedMethodError.

github.com/goby-lang/goby - f35bc12b7e37560531c315d73647391faa6eb537 authored over 7 years ago by Stan Lo <[email protected]>
Add Object#to_s.

github.com/goby-lang/goby - e961f8ee6ea60a8fef3b5a80b509f3c96797a222 authored over 7 years ago by Stan Lo <[email protected]>
Rename Object's Inspect() to toString().

github.com/goby-lang/goby - 629bfcc1509256bbf42d786dab3d469ec296e099 authored over 7 years ago by Stan Lo <[email protected]>
WIP: Make server serve css and js files.

github.com/goby-lang/goby - dc4c73b77c489d4386766f6c538af1c42d898e58 authored over 7 years ago by Stan Lo <[email protected]>
Only initialize simple server's methods after it's being required.

github.com/goby-lang/goby - 5e850ab07dc1a486e3a556853f388f4e8102a5fc authored over 7 years ago by Stan Lo <[email protected]>
Fix dependency issue.

github.com/goby-lang/goby - 757321670d453f5367801371312c554f72acf1bb authored over 7 years ago by Stan Lo <[email protected]>
Set CI's GOBY_ROOT.

github.com/goby-lang/goby - bd7d281680363d0ba7173b5c4918d3a3dfa285a4 authored over 7 years ago by Stan Lo <[email protected]>
Now can server static files.

github.com/goby-lang/goby - cc1fc8611c1b5fa5c004a02ccbfd5b67bd9e3c19 authored over 7 years ago by Stan Lo <[email protected]>
Use GOBY_ROOT as goby's source root.

github.com/goby-lang/goby - 9ba47ba6a32bb1829f287f36e32f59ac05564e8a authored over 7 years ago by Stan Lo <[email protected]>
Allow server to serve static files.

github.com/goby-lang/goby - f77df14060906cf0c12811c824037757d5131615 authored over 7 years ago by Stan Lo <[email protected]>
Use mux as server router.

github.com/goby-lang/goby - 30ed50d6fc32bf76e5b6f0cca76343c1601dafd5 authored over 7 years ago by Stan Lo <[email protected]>
If getlocal finds nothing, returns nil by default.

github.com/goby-lang/goby - 40b7d1468641ba04957e9bcd10472a7eb44b2a26 authored over 7 years ago by Stan Lo <[email protected]>
Add documentation for to_json method.

github.com/goby-lang/goby - 99a6f72a550ff93cf8f841652e8af4d5382df7b5 authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #156 from hachi8833/documents

Add API documents to Class

github.com/goby-lang/goby - 94c1732b94b50e5dd5dd4dcb48acf5296bde79ab authored over 7 years ago by Adler Hsieh <[email protected]>
[Retry] Add API documents to Class

This is the fix for wrong rebasing on #155.
See https://github.com/goby-lang/goby/pull/155 for t...

github.com/goby-lang/goby - c562bd06076e84c11dece3300ce297985b8957e8 authored over 7 years ago by hachi8833 <[email protected]>
Remove blank lines between bullets as suggested

github.com/goby-lang/goby - b608e1d1e5513ae5494acaccdb46f73ac979076f authored over 7 years ago by hachi8833 <[email protected]>
Add hash to json conversion sample.

github.com/goby-lang/goby - 6b455c412dc97adb4ad6a01cb2d456dd4deae6f3 authored over 7 years ago by Stan Lo <[email protected]>
Add test for hash/json conversion with array value.

github.com/goby-lang/goby - 35b141143b0b8eb3712b05c7cfbd98aef5dc2206 authored over 7 years ago by Stan Lo <[email protected]>
Add toJSON method to Object interface.

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

github.com/goby-lang/goby - 259de500930c80e2b4968e50be59408d9fca62ae authored over 7 years ago by Stan Lo <[email protected]>
Support nested hash to json.

github.com/goby-lang/goby - 8f30909729405dd9f759f1510333ebf22d3652eb authored over 7 years ago by Stan Lo <[email protected]>
Now json conversion support string, integer, nil and boolean.

github.com/goby-lang/goby - 9f1557fdbfa71d97c7e3284320d54d6f6a35fb19 authored over 7 years ago by Stan Lo <[email protected]>
Start working on hash to json conversion and setted up json comparison

method.

github.com/goby-lang/goby - 9cf34fcb8bdd659b56af26bd7ea4c715cdee5f11 authored over 7 years ago by Stan Lo <[email protected]>
Merge pull request #157 from goby-lang/remove-parens

Remove parens

github.com/goby-lang/goby - b341537724c0467cfd261144faac6d88490e14a6 authored over 7 years ago by Stan Lo <[email protected]>
Fix method call with constant's issue.

github.com/goby-lang/goby - d1378f40ffdd76074fa9dfe7a03c022ba06af51e authored over 7 years ago by Stan Lo <[email protected]>
Remove parens around require method in sample files.

github.com/goby-lang/goby - accda78f8e7834e15537a85a8a384388d8521b8c authored over 7 years ago by Stan Lo <[email protected]>
Update readme to remove syntax explaination section.

github.com/goby-lang/goby - 9a1ffe1681a802096ba2c6e3a8b45ff9c4ffcb85 authored over 7 years ago by Stan Lo <[email protected]>
Remove parens around require method in vm's tests.

github.com/goby-lang/goby - 31aeae8b10c8ced44810848ac37fbe92ff492714 authored over 7 years ago by Stan Lo <[email protected]>
Changed parser's constant names.

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

Method call without parens

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

github.com/goby-lang/goby - 8f641ce7c20f5cc71a6f18f33ce89f3559512fef authored over 7 years ago by shes50103 <[email protected]>
fix single parameter error

github.com/goby-lang/goby - 7750ef0db64356b3186dab43d15442ea98bf9a79 authored over 7 years ago by shes50103 <[email protected]>
dot case

github.com/goby-lang/goby - fe2b3322db0ef921fe091455e529a1d16821e558 authored over 7 years ago by shes50103 <[email protected]>
code refactor

github.com/goby-lang/goby - cb7397c543baffb893d106464c89f2f9d44647d9 authored over 7 years ago by shes50103 <[email protected]>
simplify expression_parsing.go

github.com/goby-lang/goby - 52f3b979b7bd471e8bc0344252a312814eca1185 authored over 7 years ago by shes50103 <[email protected]>
method_call_without_parens

github.com/goby-lang/goby - 590abed8a37cda0dd342e2db5acba806adc77cd4 authored over 7 years ago by shes50103 <[email protected]>
fix enter parseCallExpression problem

github.com/goby-lang/goby - 21ee50555290a539651a5b3b01c5f4c6599f6d29 authored over 7 years ago by shes50103 <[email protected]>
add test

github.com/goby-lang/goby - c8b8e9b7d5c2fc435457902af5bfbd8b0f4dd429 authored over 7 years ago by shes50103 <[email protected]>
simplify statement_parsing.go

github.com/goby-lang/goby - 3011d76299f0a7c43de86af05b011a5e6fdd0e61 authored over 7 years ago by shes50103 <[email protected]>
add argument hash

github.com/goby-lang/goby - 28c95813e182e2baadbd3f06faa930a87bccafa9 authored over 7 years ago by shes50103 <[email protected]>
only def without parens

github.com/goby-lang/goby - 3de68f78f2f40da81e4922914ec48de01214ecf1 authored over 7 years ago by 詹昇 <[email protected]>
build no parens case

github.com/goby-lang/goby - 1862a5068e1d0ff7b7ccf2fe8356414bcff25b87 authored over 7 years ago by 詹昇 <[email protected]>
only def without parens

github.com/goby-lang/goby - f860af8bb366abb72863912cabe405b6069838b1 authored over 7 years ago by 詹昇 <[email protected]>
Only cache string under 50 characters and fixed testStringObject's output.

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