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

Merge branch 'binder' of github.com:eliothedeman/goby into binder

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

29c89e64ac3ffa63968ff0d15bda6b39d0406a1f authored over 6 years ago by Eliot Hedeman <[email protected]>
Merge branch 'native-plugin' into binder

7ac939dd92d3f09ade505566d33ba3a2e8a7e327 authored over 6 years ago by Eliot Hedeman <[email protected]>
Merge branch 'native-plugin' into binder

d18b1d28381b426fe4817aaef2ae2bfb766eb15c authored over 6 years ago by Eliot Hedeman <[email protected]>
Move plugin out of vm package

ecc65a8f2c7687e2f15bf988937a8dd6deed1703 authored over 6 years ago by Eliot Hedeman <[email protected]>
Bump version to 0.1.10

e22beaebdea18ea8670d98d56f4e4f39eed444e8 authored over 6 years ago by st0012 <[email protected]>
Merge pull request #699 from goby-lang/Fix-plugin-test-failure

Fix plugin's travis failure

0ed96262cac840091ac61b0e346ae2ad68638d08 authored over 6 years ago by Stan Lo <[email protected]>
Trying to inspect test failure.

ca6089e2765e4caffd7861b941fc31d19dce9915 authored over 6 years ago by st0012 <[email protected]>
Merge pull request #691 from goby-lang/Reduce-method-call-allocation

Reduce method call memory allocation

431663083847b01a6fac410b1ed3d6f46d84ae24 authored over 6 years ago by Eliot Hedeman <[email protected]>
Merge branch 'master' into Reduce-method-call-allocation

bc758045323dee2d81b7f9dc31ce3e79a5f2f48f authored over 6 years ago by st0012 <[email protected]>
Remove build flag on plugin integration test.

e80f54841a30c7e8a8902af13f22430eae928ad7 authored over 6 years ago by st0012 <[email protected]>
Apply new structure to native db pkg.

8b41efc5a8cd6a6dd215093e09a494d9249b59ed authored over 6 years ago by st0012 <[email protected]>
Merge pull request #696 from saveriomiroddi/sav-make_nil_to_string_a_blank_string

NullObject now converts to a blank string in all the cases

3d688bdca19ec5a5b2ce97ccdeeaccfcb09fdd9c authored over 6 years ago by Stan Lo <[email protected]>
Adjust Array UTs to expect blank strings instead of `nil`s

This will need to be restored when #698 is addressed.

a332754a4af5aa1d0566339474673767035cddba authored over 6 years ago by Saverio Miroddi <[email protected]>
Add argument check to NullObject#to_s()

265765a0d193ddf27c875ab62bb089a670393779 authored over 6 years ago by Saverio Miroddi <[email protected]>
NullObject now converts to a blank string in all the cases

Previously, the internal NullObject#toString would convert to `nil`, which is not correct.

Clos...

d9b5e5522bcd894d6e6dbfa1328c5a0d4a46b976 authored over 6 years ago by Saverio Miroddi <[email protected]>
Merge pull request #694 from saveriomiroddi/sav-add_print

Add print()

1bc14c6157eda4709fd44e98cbead5b3ba034e15 authored over 6 years ago by Stan Lo <[email protected]>
Add print()

Like puts(), but it doesn't print a newline.

8fa300e0fddd263013c2f419c14d6a55122607c3 authored over 6 years ago by Saverio Miroddi <[email protected]>
Merge remote-tracking branch 'refs/remotes/origin/binder' into binder

55e698b777ef0af936d6ff896afa90ad53301c23 authored over 6 years ago by Eliot Hedeman <[email protected]>
Render basic binding functions

c44b7a3dccd285fb4f92015ada2a787d9e744685 authored over 6 years ago by eliothedeman <[email protected]>
Use dep instead of Godeps

71e3b7d8246816928c2dfe224af1ade84ec33fd6 authored over 6 years ago by eliothedeman <[email protected]>
Render basic binding functions

d4e74ee09e2d43585181ea005f69bc0ba2411027 authored over 6 years ago by eliothedeman <[email protected]>
add jennifer dep

e36db377317ef6815317c656317abe45e2460afe authored over 6 years ago by eliothedeman <[email protected]>
Move current roadmap on README to wiki for easier update

39081d20aeba7abdc59415e6ec33623f2b8fac81 authored over 6 years ago by hachi8833 <[email protected]>
Refactor Module and Class class's initialization.

9a381095be5a4df6a2ae43f0aefbce92451076fb authored over 6 years ago by st0012 <[email protected]>
Fix module's inheritance and singleton class issue.

379590d78fe1340297dc22fbe90ae5eefc0d99f7 authored over 6 years ago by st0012 <[email protected]>
Create Module class.

3c8f173982614f8e229742592d90b99f5357be93 authored over 6 years ago by st0012 <[email protected]>
Separate class and module's initialize function.

bc7d5c4dadab198908eee6bb2aec01672f3f2ccc authored over 6 years ago by st0012 <[email protected]>
Export InitStringObject function.

df889db2a31db742cdc87e50a86ecfac699e905a authored over 6 years ago by st0012 <[email protected]>
Add bindings generator

7edc90383dac1aa726647b19823557dc0bf658bd authored over 6 years ago by Eliot Hedeman <[email protected]>
all: gofmt

Run standard gofmt command on project root.

- go version go1.10.3 darwin/amd64

Signed-off-by: ...

e3e4d16ef317d6019bf1d73563c7a800afb83e95 authored over 6 years ago by ia <[email protected]>
Refactor instructions implementations.

631a4e2d18231c095f0f9ff86644befb92a24cf6 authored over 6 years ago by st0012 <[email protected]>
Add argument checking to methods in Channel class

Make methods in Channel safer

Add tests and api-doc to Channel

bbbb0f2f013b2975843468b98d04ed709bedc9c9 authored over 6 years ago by hachi8833 <[email protected]>
Add more test cases.

00a81b2aaa570dc38e3c7d21a966561a21001073 authored over 6 years ago by st0012 <[email protected]>
Fix bugs in Channel so that #close can be called twice

The fix should be much convenient comparing to Go's channel

Remove redundant iota

Update error...

f185bea2acbabde76ab61cd0f2a624f6cfbf612c authored over 6 years ago by hachi8833 <[email protected]>
Fixes based on comments

6c71125b668de25beafcec045c7f83172e8e2024 authored over 6 years ago by eliothedeman <[email protected]>
Add Option class

596e2814dd65ec1c2068eeb53009fd1384312bfe authored over 6 years ago by eliothedeman <[email protected]>
Make method missing capible of receiving args correctly.

a19d5bc43aaec8d429f9ed89772e8523baa91a2e authored over 6 years ago by st0012 <[email protected]>
Format code.

78a4f6689577df5c18a963b8690455de66781251 authored over 6 years ago by st0012 <[email protected]>
Change constants to be adhesive to Go's convention

fc757b39f14cce1f2704a098515940f992403297 authored over 6 years ago by hachi8833 <[email protected]>
Add Class#inherits_method_missing.

9eeb4a0f41db3aaeb2c1642df41c1e216c09a5a8 authored over 6 years ago by st0012 <[email protected]>
Support most basic method_missing.

2e9e85b717d2352a0590de0a74306fdbcab92570 authored over 6 years ago by st0012 <[email protected]>
option->result

b34cfed5db7048ff32cb7896b320a7c35eb33f24 authored over 6 years ago by eliothedeman <[email protected]>
Remove go plugin based plugin system

7072922ec15c954402d5d7eb0df232173e974bbe authored over 6 years ago by Eliot Hedeman <[email protected]>
Remove unnecessary value assignment.

9ab49f240786744931c4625f52fd094b7d52d189 authored over 6 years ago by st0012 <[email protected]>
Retrieve locals directly from stack when calling builtin methods.

242a78a88f2144fd73a72201175094c1a6bd470c authored over 6 years ago by st0012 <[email protected]>
Expand locals array only if needed.

8c3addf0f40a4bc71484c9461670e3602419c625 authored over 6 years ago by st0012 <[email protected]>
Reduce callframe's default locals size.

683a6d77317f6ee01f029cc73674998b80eca915 authored over 6 years ago by st0012 <[email protected]>
Add thread benchmark.

16e25047e9738c6b5e4edacca985b7d1c1ae3d70 authored over 6 years ago by st0012 <[email protected]>
Fix coding style warnings.

e2cb5fe30ed1663a7d687b10a6c4d409d6eb6148 authored over 6 years ago by st0012 <[email protected]>
Remov Thread.sourceLine attribute.

57661612c73d6277c666349538fadbef3a8f09a6 authored over 6 years ago by st0012 <[email protected]>
Remove builtin method closure.

67aa6ce9c917ae346ce1a7c91a1bd129ba4caacf authored over 6 years ago by st0012 <[email protected]>
Run benchmark after tests.

f6b00156f7c8f132e34bda599e6d79801e452d67 authored over 6 years ago by st0012 <[email protected]>
Drop unncessary argument.

ed0a4c35d2b982bd7e805510a46465751699e8ee authored over 6 years ago by st0012 <[email protected]>
Use thread's sourceLine attribute to replace sourceLine argument.

729bf454d87e641203a0b298c1c98b2b9e5dbe9c authored over 6 years ago by st0012 <[email protected]>
Merge branch 'binder' of github.com:eliothedeman/goby into binder

e389ed39833a150daa48bd93ec63e2404b75e1c9 authored over 6 years ago by eliothedeman <[email protected]>
Merge branch 'binder' of github.com:eliothedeman/goby into binder

a88fc3c9afcbde3781f82a66fb4fd38f651bd786 authored over 6 years ago by eliothedeman <[email protected]>
Merge pull request #686 from goby-lang/Support-constants-method

Add Class.constants method.

abcb9c02399812108599eed08aa31311180a726a authored over 6 years ago by Stan Lo <[email protected]>
Merge branch 'master' into Support-constants-method

f15d21fb7ee6e4b37ac5b50a78e1d23a95576e3c authored over 6 years ago by Stan Lo <[email protected]>
Merge pull request #689 from goby-lang/Update-dockerfile-for-dep

Update Dockerfile to use dep for installing dependencies.

df6e2e52367a153bdb9a074c014d9ad855331ad2 authored over 6 years ago by Stan Lo <[email protected]>
Sort #constants's result.

8f4e92934665dbcc18f37992cefd0b1afcefa7ea authored over 6 years ago by st0012 <[email protected]>
Correct Object#constants to return constant's name instead of its value.

7b54a83b558be564d8cb5d85427a6010ef64fe6f authored over 6 years ago by st0012 <[email protected]>
Update Dockerfile to use dep for installing dependencies.

17f4cf5c35474b08b7e0d0aba652c95f25931cd1 authored over 6 years ago by st0012 <[email protected]>
Merge pull request #688 from eliothedeman/dep

Use dep instead of godep

b1486b6aa272a6636c58b7a06ea43835b78a8fe6 authored over 6 years ago by Stan Lo <[email protected]>
Merge branch 'binder' of github.com:eliothedeman/goby into binder

8139bf07c6d11679d4f8afdbf390b3551019119e authored over 6 years ago by eliothedeman <[email protected]>
Render basic binding functions

2010f45b9cf561f58e5dc1651efbb6801b3afffe authored over 6 years ago by eliothedeman <[email protected]>
Merge branch 'dep' of github.com:eliothedeman/goby into dep

f8acf1415d9fd9edd7cccce87ab946b7dbd20e3e authored over 6 years ago by eliothedeman <[email protected]>
Merge branch 'master' of https://github.com/goby-lang/goby into dep

71e18722dfc7102f174f99393da2bf0485f261ae authored over 6 years ago by eliothedeman <[email protected]>
Render basic binding functions

cd12032295a318b90fa32f6759b9ef547748e254 authored over 6 years ago by eliothedeman <[email protected]>
add jennifer dep

08c91782c0a6cb049b104c989c2f2cd53b2e62de authored over 6 years ago by eliothedeman <[email protected]>
Merge branch 'binder' of github.com:eliothedeman/goby into binder

da59bfce369331ba6b1db2d7373e559a6db5eb3a authored over 6 years ago by eliothedeman <[email protected]>
Add bindings generator

5eaf9c006a82ea2ead2023687c41b25da699d08d authored over 6 years ago by Eliot Hedeman <[email protected]>
Merge branch 'master' of https://github.com/goby-lang/goby into dep

4268b656e820d5774c9d76a1997e9947732deaf4 authored over 6 years ago by eliothedeman <[email protected]>
Use dep instead of Godeps

f842fb6ac5d76b272d10ec4cda5dc99f98a319bc authored over 6 years ago by eliothedeman <[email protected]>
Add bindings generator

7db488432e5cbba8236d7093b4d8653ef81421fa authored over 6 years ago by Eliot Hedeman <[email protected]>
Fix spec.

a81585bf9cbd1a58fea036fcf2f21ff2ece0221e authored over 6 years ago by st0012 <[email protected]>
Add Class.constants method.

ceeb7f44e131f46589d5ff1f6f1d330c27e81f2b authored over 6 years ago by st0012 <[email protected]>
all: gofmt

Run standard gofmt command on project root.

- go version go1.10.3 darwin/amd64

Signed-off-by: ...

26124368ec6be3e6f8cce6517c2ce4a2d7f60f33 authored over 6 years ago by ia <[email protected]>
Merge pull request #684 from goby-lang/export-init-string-func

Export InitStringObject function

c459e9054b71a25fdae4b2f7f13acd7f53560003 authored over 6 years ago by Stan Lo <[email protected]>
Export InitStringObject function.

2236dd805450ec1fb206059119344d20e1f15a93 authored over 6 years ago by st0012 <[email protected]>
Move current roadmap on README to wiki for easier update

68829811bf9e5c13a55e66bb7ca15d993bc1d9da authored over 6 years ago by hachi8833 <[email protected]>
Merge pull request #681 from goby-lang/Prohibit-module-initialization

Prohibit module initialization

b5f9cf48d26b1a5f1030d42ff91bace43468ed59 authored over 6 years ago by Stan Lo <[email protected]>
Fix module's inheritance and singleton class issue.

92dc2291fb62e9255e65351f7b8cb9c3fd01ec5e authored over 6 years ago by st0012 <[email protected]>
Refactor Module and Class class's initialization.

47b630d09afe95c829b6c0d20dbe8440256e575c authored over 6 years ago by st0012 <[email protected]>
Create Module class.

1cf580cd2f891f6af6d0943d97b7d352c2781dbe authored over 6 years ago by st0012 <[email protected]>
Separate class and module's initialize function.

44aee429d19d8f2e7350cfb6fe258ae98a79820b authored over 6 years ago by st0012 <[email protected]>
Add argument checking to methods in Channel class

Make methods in Channel safer

Add tests and api-doc to Channel

d4b4e6857a368fe84bca4f827d770059b98a03d9 authored over 6 years ago by hachi8833 <[email protected]>
Fix bugs in Channel so that #close can be called twice

The fix should be much convenient comparing to Go's channel

Remove redundant iota

Update error...

c28c17c2f1b6f70fb2b5cb7bec99008706f1c442 authored over 6 years ago by hachi8833 <[email protected]>
Change constants to be adhesive to Go's convention

05e9fa30115f2e353aeba5cb461b66ffa1cfec53 authored over 6 years ago by hachi8833 <[email protected]>
Merge pull request #676 from goby-lang/Support-inheritable-method-missing

Add Class#inherits_method_missing

382fc7ddec0e71393f789cedfc448fec457c0b90 authored over 6 years ago by Stan Lo <[email protected]>
Merge branch 'master' into Support-inheritable-method-missing

eab8adfc57783866f222974948125311f9da5e67 authored over 6 years ago by Stan Lo <[email protected]>
Merge pull request #675 from eliothedeman/option

Add Option class

dd19b03c2b880b0dae090deb617b595cabac9a61 authored over 6 years ago by Stan Lo <[email protected]>
option->result

46dc0527a8717aca95a8327b3ddfc68e94af7f11 authored over 6 years ago by eliothedeman <[email protected]>
Fixes based on comments

4f77a8e769830f2eb63b264fb712fe6e652798d7 authored over 6 years ago by eliothedeman <[email protected]>
Add Class#inherits_method_missing.

25e18536ca9111ee55be685879b098b3f22af8c4 authored over 6 years ago by st0012 <[email protected]>
Add Option class

d5fded5fbd540494f99153774bc3bd9fc65673cf authored over 6 years ago by eliothedeman <[email protected]>
Merge pull request #672 from goby-lang/Support-method-missing

Support method missing

53a083b7576f20c160b0587894200db7227ab717 authored over 6 years ago by Eliot Hedeman <[email protected]>
Refactor instructions implementations.

bfd36bea5aa0268f9f74ded8deb9e03e9266916b authored over 6 years ago by st0012 <[email protected]>
Add more test cases.

d5e7158e28f312af825985b48b870e4cb2d9643c authored over 6 years ago by st0012 <[email protected]>
Format code.

b264ce7f73624cec7a3807479e503ce487cd083b authored over 6 years ago by st0012 <[email protected]>