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

Add integration test for goby test command.

5f66c6bfa951506cccea2bfb58115e1dbce69d0c authored almost 7 years ago by st0012 <[email protected]>
Refactor manual file execution.

07b4e378186cd873863061f593acdff8b0fe5b58 authored almost 7 years ago by st0012 <[email protected]>
Rebuild goby before running command test.

f952fd34a43f245e634d7abf5667d570be13312b authored almost 7 years ago by st0012 <[email protected]>
Refactor goby.go.

0c76088b529aa53a3b916696081646ef4ee15551 authored almost 7 years ago by st0012 <[email protected]>
Allow goby test to accept folder argument.

acf36de50ed0523696e62482727978a8c4baf514 authored almost 7 years ago by st0012 <[email protected]>
Support `goby test FILENAME` command.

7a68fc2828ecf5562ae727b28920012387cd82ad authored almost 7 years ago by st0012 <[email protected]>
Merge pull request #619 from goby-lang/implement-test-framework

Implement test framework

23161b451bbb72181ef1e9a68d73b93d495adf79 authored almost 7 years ago by Stan Lo <[email protected]>
add TestRecoverMechanism

cdd3e7f242fed81d72f6e264e1112fa0fdf4d218 authored almost 7 years ago by shes50103 <[email protected]>
Use a genius way to test spec exit

Reference:
https://stackoverflow.com/questions/26225513/how-to-test-os-exit-scenarios-in-go

6d231b9b55c95480eb25044155d887cf20f6954b authored almost 7 years ago by st0012 <[email protected]>
add comment on Parser.IsNotDefMethodToken

add comment on Parser.IsNotDefMethodToken

5ce2fc51f30d2845cd65cd9c68dda4f068722cf7 authored almost 7 years ago by shes50103 <[email protected]>
VM should exit when code failed.

da1a16ebce58f4bcfc9b0e2808a40c082584cc11 authored almost 7 years ago by st0012 <[email protected]>
Merge branch 'master' into implement-test-framework

0c1aed252e33534ebf4cfea73c9c446c7227bf5e authored almost 7 years ago by st0012 <[email protected]>
Merge pull request #627 from goby-lang/fix-error-handling

Make thread (not vm)'s error handling more robust.

09c8fe253b62e8e6b64d8ec2820d4de5730a9571 authored almost 7 years ago by Stan Lo <[email protected]>
Make thread (not vm)'s error handling more robust.

dea114f5c8b3ffc7e0c68cb817dfcda61b86bf04 authored almost 7 years ago by st0012 <[email protected]>
Make CI run Spec library's specs.

688ec7054e040f7219252bfb9295a51f060a7b37 authored almost 7 years ago by st0012 <[email protected]>
recover mechanism

a661965d262de12c6b22f702d79a1e05ea4455dc authored almost 7 years ago by shes50103 <[email protected]>
Make result display right.

058677f76e66f89d8db7a618843d945543052516 authored almost 7 years ago by st0012 <[email protected]>
Allow specs to be nested to more levels.

1e96daf9e5036d310781c28c688c384903766317 authored almost 7 years ago by st0012 <[email protected]>
Add specs for testing Spec's failure will exit successfully.

ae86a44470a9f06660b2e7913e1a72d95720522e authored almost 7 years ago by st0012 <[email protected]>
Make Spec able to run multiple describes at the same time.

e04a03430e3cfde02d0997da1812b008c9e7262b authored almost 7 years ago by st0012 <[email protected]>
Merge pull request #626 from saveriomiroddi/sav-test-framework-extend-operators

Test framework: add #not_to relation

7ce93961b8db0db8b4a01ea3fd0f28204baa50a6 authored almost 7 years ago by Stan Lo <[email protected]>
code refactor

f380b9cd52336722eda8befc7622da6d68e3154a authored almost 7 years ago by shes50103 <[email protected]>
Rename `spec/array_spec.gb` to `spec_spec.gb`

cdcdc2f30579de2d4ec1221e816e84b989ad8c9f authored almost 7 years ago by Saverio Miroddi <[email protected]>
Test framework: add #not_to, and expand tests

4771512c37f1fe9981032d76f4a6b93e1083794e authored almost 7 years ago by Saverio Miroddi <[email protected]>
Merge pull request #625 from saveriomiroddi/sav-extend-test-framework-pr

Add exit status to Spec.test invocations

fd5d4a2aad1f55ae9c14622d5e692f1eb296bf13 authored almost 7 years ago by Stan Lo <[email protected]>
Add exit status to Spec.test invocations

6a62de8201cdc9095197bfa6f2d6e19fbd0f320a authored almost 7 years ago by Saverio Miroddi <[email protected]>
Implement Spec singleton, with :session_successful attribute

91ee8a6265c070ca5f229542199aaf354e6ad393 authored almost 7 years ago by Saverio Miroddi <[email protected]>
Merge branch 'master' into implement-test-framework

04b7378ec9552e9b4c02f98832029ceacfe0ad1e authored almost 7 years ago by Stan Lo <[email protected]>
detect InvalidMethodNameFail

3e28ffbd9a79b3388d0b5a938f8f806d2252d1e3 authored almost 7 years ago by shes50103 <[email protected]>
Bump version to 0.1.8.1

ae4fe36511274ff6745877c1ac332a147d1b480a authored almost 7 years ago by st0012 <[email protected]>
Merge pull request #622 from saveriomiroddi/sav-implement_exit

Implement exit() as kernel method

dbedc2a9d2405eabac01d9fc1aa39b3cd0e51c1c authored almost 7 years ago by Stan Lo <[email protected]>
Merge branch 'master' into sav-implement_exit

709be269d3af19b9edaffe26c680d4a5d33f13a8 authored almost 7 years ago by Stan Lo <[email protected]>
Merge pull request #621 from goby-lang/fix-vm-for-sample-app

Fix issues for running sample app

bdce6b4bee74f5c8727daf7c1ebbbf0d0a530076 authored almost 7 years ago by Stan Lo <[email protected]>
Implement exit() as kernel method

This allows the user to specify the exit code, which is useful in general, but in particular, re...

e7e5e12a4a7daa04fe1c41963625b9be68cce816 authored almost 7 years ago by Saverio Miroddi <[email protected]>
Fix splat array default is nil issue.

74ff6eb84d5850c022f2fec33e2e2b37f876453e authored almost 7 years ago by st0012 <[email protected]>
Fix panic slip from long-running program issue.

ce4ce24a8f02b7cd64de71a6ad05a1cebf11adaf authored almost 7 years ago by st0012 <[email protected]>
Basic test framework done

3b4756c562d2fa631b4fb0b28e8edf841d81fc6a authored almost 7 years ago by st0012 <[email protected]>
Add basic file stuctures.

f1908d049e11296cad04726ea0b9759d4a82e6f8 authored almost 7 years ago by st0012 <[email protected]>
Merge pull request #618 from goby-lang/implement-instance-eval

Implement instance_eval

52eb9de579f481a9351c61e68e13fb775b0bf1b9 authored almost 7 years ago by Stan Lo <[email protected]>
Add argument check.

5dbeffa79f104bf7ccb2297d02fabd984af00649 authored almost 7 years ago by st0012 <[email protected]>
Make instance_eval accept block object as argument.

c05ed56d9e41cecac7f8418789f2f1793f4c03bd authored almost 7 years ago by st0012 <[email protected]>
Basic instance eval done.

e2e388d99cbf871986ff9822f2dbe85762d7b58d authored almost 7 years ago by st0012 <[email protected]>
implemented descending range

0b34b663608fccf1378db9158c7b77974b0d6345 authored almost 7 years ago by Julio <[email protected]>
Merge pull request #614 from kachick/module-gte

Implement Module{#>=, #<, #<=} as Module#>

c4c1cc756611bda28ff4a580427c4be85a303e5a authored almost 7 years ago by Stan Lo <[email protected]>
Merge branch 'master' into module-gte

f8fc738757c6425fd601d046d224f5bd58376a70 authored almost 7 years ago by Stan Lo <[email protected]>
Implement Module#<=

4d934268838638acf7bcf8cbf660f98edffa5adb authored almost 7 years ago by Kenichi Kamiya <[email protected]>
Implement Module#<

e3656dcb4948982edee4ad4c16e176d5c1a5964f authored almost 7 years ago by Kenichi Kamiya <[email protected]>
Implement Module#>=

0c494678bc4e885a9fef156c1341dc96b8c14931 authored almost 7 years ago by Kenichi Kamiya <[email protected]>
Merge pull request #613 from kachick/typop

Fix a typo

89a4c507d3918e65dea519cada1ebbff4db23748 authored almost 7 years ago by Stan Lo <[email protected]>
Fix a typo

df53e7a66cc157973c444135f05b5f66726a33f7 authored almost 7 years ago by Kenichi Kamiya <[email protected]>
Bump version to 0.1.8.

cc41fd2ce77a87287a86677de3284f806e1a1efe authored almost 7 years ago by st0012 <[email protected]>
Merge pull request #563 from goby-lang/fix-#540

Fix #540

671b967a5fe51a277198a993a2a41bc224ca77cd authored almost 7 years ago by Stan Lo <[email protected]>
Merge branch 'master' into fix-#540

ea5619fd9c605640fa0453d931be26f16887abf6 authored almost 7 years ago by Stan Lo <[email protected]>
Merge pull request #608 from goby-lang/feature/issue-529

Fix #529

6619e7d14fb224009d8af5c2731aa3d5eca0cd79 authored almost 7 years ago by Stan Lo <[email protected]>
removed artifact from writing new tests

640052143f0741e80e096ddbe4b35deb1ec905c5 authored almost 7 years ago by Julio <[email protected]>
go fmt

f68089d13a61c3d038c23b89a3ea8890189ec55b authored almost 7 years ago by Julio <[email protected]>
Merge branch 'feature/issue-529' of https://github.com/goby-lang/goby into feature/issue-529

0a80f62e1f144ea5427f3524c0825a3a0a473d49 authored almost 7 years ago by Julio <[email protected]>
added fail tests for vm's REPL mode

5f8e1dbeffe7f9481afb044b3246b5b1a3d8d06c authored almost 7 years ago by Julio <[email protected]>
added fail tests for vm's REPL mode

e15f72ca50b2ccd6f4a54a4fc1dae47d6299a971 authored almost 7 years ago by Julio <[email protected]>
Merge pull request #603 from goby-lang/feature/issue-444

Fix #444

c5db9931ee082ea04f1355ceb5fc4457644b7158 authored almost 7 years ago by Stan Lo <[email protected]>
Merge branch 'master' into feature/issue-444

a02c3b1295dc13198ff9fa38b0fd610274166aa2 authored almost 7 years ago by Stan Lo <[email protected]>
Merge pull request #607 from goby-lang/implement-#606

Implement #606

6e7b1e3b8012edf4f62e780cdc8864953d60f224 authored almost 7 years ago by Stan Lo <[email protected]>
added arithmetic parsing tests

a90a72f93d8dde69701ff0d8c26b9a8da6e0a088 authored almost 7 years ago by Julio <[email protected]>
Merge branch 'feature/issue-444' of https://github.com/goby-lang/goby into feature/issue-444

b7a01d88d3a6208a0f07b6ee6cbc382a06184d57 authored almost 7 years ago by Julio <[email protected]>
added chech in parseInfixExpression to throw error when parsing '* *'

df5c96c722ea1f8e12e444fba5404cc1d9548fb0 authored almost 7 years ago by Julio <[email protected]>
go fmt

e67817aa74f6668a8396aba17b54664903de4762 authored almost 7 years ago by Julio <[email protected]>
We now support serializing custom types with custom config.

e07e0ce998d7cef4ada68eaf3e6e5d0c40a3f6f0 authored almost 7 years ago by st0012 <[email protected]>
Make toJSON accept thread's pointer as argument.

bc6a9a7a633d7b0b66ae78512110de25c37c5b54 authored almost 7 years ago by st0012 <[email protected]>
Add test case.

8b8e28f5f20123b194735a8b60a40b2f0995c126 authored almost 7 years ago by st0012 <[email protected]>
Merge pull request #604 from goby-lang/implement-#602

Implement #602 and fix simple server

942c503beb6c8f578bccacd3ba821acff43289fc authored almost 7 years ago by Stan Lo <[email protected]>
Refactor and add one more case to server's integration test.

3bb3e9bde2f37e52c5965af27d79c1ab0faeb44d authored almost 7 years ago by st0012 <[email protected]>
Fixed server response not set issue.

8081f0e39d785ccfab160112b79ffd5d8c3ef65b authored almost 7 years ago by st0012 <[email protected]>
go fmt

7e4a0b0cd28b0f4fcf16dc0a942f7bbd7daba731 authored almost 7 years ago by Julio <[email protected]>
added chech in parseInfixExpression to throw error when parsing '* *'

c2a4154d016e265505547a21177bb17ed0bbfa39 authored almost 7 years ago by Julio <[email protected]>
Add integration test for server.

31a4abad73b471c242f1849910ceb3c5625326b2 authored almost 7 years ago by st0012 <[email protected]>
Fix SimpleServer's port assigning issue.

ad299641f8a28304028c51d462465a762ad5f6f9 authored almost 7 years ago by st0012 <[email protected]>
Add @ear7h into maintainer list and remove Maxwell.

4126ab0dd25e99bcc78271a1999ed414cd83d507 authored almost 7 years ago by st0012 <[email protected]>
Fix Range#map's empty block situation.

c2856c47066fa61563dceb1cebc57c278017804c authored almost 7 years ago by st0012 <[email protected]>
Merge branch 'master' into fix-#540

eccfab90b0e7e297f63b1ba56d1411c42bc32dfa authored almost 7 years ago by st0012 <[email protected]>
Merge pull request #601 from goby-lang/implement-#577

Show lib file name if any error occurs when loading it.

d46196f4e55de3b0d8c2e99037cf967403117f06 authored almost 7 years ago by Stan Lo <[email protected]>
Show lib file name if any error occurs when loading it.

d1b8f569c3428d1d529cbe40b27d9873ce393d48 authored almost 7 years ago by st0012 <[email protected]>
Merge pull request #599 from goby-lang/fix-#589

Fix #589

557fd0e8bc1a4563826cb4cec92a349224db6e85 authored almost 7 years ago by Stan Lo <[email protected]>
Merge branch 'master' into fix-#589

0f493f2ae4a46eac050e352ad373cb6ea3d65a43 authored almost 7 years ago by Shozo Hatta <[email protected]>
Merge pull request #598 from goby-lang/implement-#590

Implement #590

7163f450f39e3f677b26bcde57d0eba1dedf821d authored almost 7 years ago by Stan Lo <[email protected]>
Add test for singleton_class

42e7e38798ec12b3c61c999461df3ba745ddbb99 authored almost 7 years ago by hachi8833 <[email protected]>
Update Class#singleton_class to handle objects other than classes

fd03a2a00837ebf26ea952924b87ebb5b0f0ee6b authored almost 7 years ago by hachi8833 <[email protected]>
Add t.Helper to VM's test verification functions.

662863c65de4a5710d9eac3f83a76530a75255ff authored almost 7 years ago by st0012 <[email protected]>
Add t.Helper to AST's test verification functions.

433746a1d497a7747acee4e34df12d2e89f5358e authored almost 7 years ago by st0012 <[email protected]>
Merge pull request #600 from goby-lang/support-string-range-indexing

Support string range indexing

12467075200cdb518c46edc555a149f67ce868bc authored almost 7 years ago by Stan Lo <[email protected]>
Format code.

49917f8bf6f799a6e561f48b36260d7989bc8633 authored almost 7 years ago by st0012 <[email protected]>
Use only first 14 chars for FP comparison test.

6deeaee4f70eb8e9e7468cf82d5dec0a1ab9a101 authored almost 7 years ago by st0012 <[email protected]>
Support range indexing for String.

556db16d0281325f5839c2d867b577f7ebd8ea78 authored almost 7 years ago by st0012 <[email protected]>
Merge pull request #527 from goby-lang/feature/issue-514

Added tests for goby command

656765394b3b2093e47a65cdc3985b402bd4a215 authored almost 7 years ago by Stan Lo <[email protected]>
Update README.md

4fa0c51dc4de58ca825ce4bdf13c0eedc851af43 authored almost 7 years ago by Stan Lo <[email protected]>
Correct table of contents

d0ac58c6e164b4d54eaf9455feda4d8bb37274f6 authored almost 7 years ago by Stan Lo <[email protected]>
Move Aspects and Features into their own wiki pages

dcbbfcf122196fd47469a55d2ad99cbd31d8472e authored almost 7 years ago by Stan Lo <[email protected]>
Merge branch 'master' into feature/issue-514

8155a15ae3a0b082d5d074f81fff600f83f97b8c authored almost 7 years ago by Stan Lo <[email protected]>
Update Go's version requirement in readme.

375dd7be7d12290185b6ca518e05450cbd0b8b2c authored almost 7 years ago by st0012 <[email protected]>
Merge pull request #597 from goby-lang/go-1.10

Go 1.10

db2b3234433e556c5923dbaacf5eea6a2aae0216 authored almost 7 years ago by Stan Lo <[email protected]>
Fix linter warnings.

a4e473122306ccf5fe177e1373bdaa6c565fa893 authored almost 7 years ago by st0012 <[email protected]>