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

re-added client initialization in http initialization. Was accidentally removed during merge

github.com/goby-lang/goby - f67a2697406b663345e901417f3827367de8f1db authored over 7 years ago
refactoring in http_client.go file

github.com/goby-lang/goby - f33317c14542b0acfa4d0a64958e2ef3768d832f authored over 7 years ago
Merge remote-tracking branch 'origin/master' into feature/http-upgrades

restructuring http.go, TODO restructure http_client.go

github.com/goby-lang/goby - ea60eeba1cf8f7be449a79a22d3589cf35d378ef authored over 7 years ago
fixed confusion with class methods

Custom errors with fmt.Errorf
go fmt on the changed files

github.com/goby-lang/goby - 0af568cab94ab911b7c7a6bc50025be425ce8544 authored over 7 years ago
Merge pull request #392 from goby-lang/refactor/reorder_func

Refactor: Reorder functions and add comments to vm's class

github.com/goby-lang/goby - e56781c61ada0a4ffafbdb80577250c700837d6f authored over 7 years ago
Add wiki directory for pictures within GitHub wiki

github.com/goby-lang/goby - ded4efd3cedf29daee2a9614a27a963a21d16763 authored over 7 years ago
Reorder functions and add comments to class.go

(forgot to reorganize)

github.com/goby-lang/goby - 48aa7d0571b5040c226280ff5356e2f8939acf8e authored over 7 years ago
removed references to HTTPError - was causing panic

added error tests and is passing

github.com/goby-lang/goby - 69c1789b8dcd319a809df1809e81dce53b6c4f4a authored over 7 years ago
added a sample usage of the http client

github.com/goby-lang/goby - 5ce146eb24f3e0298c30451e84f4a6b649ac9953 authored over 7 years ago
created positive tests and fixed the client class to pass the tests

github.com/goby-lang/goby - 4964448a9a764718774b5429f83509a58da8e6ea authored over 7 years ago
Merge branch 'feature/http-upgrades' of https://github.com/goby-lang/goby into feature/http-upgrades

solving mergin conflicts regarding refactored error package

github.com/goby-lang/goby - eed168a2ecdb2b449bfb3b821a0bc78a82b2af7f authored over 7 years ago
added Net::HTTP::Client built in class for sending fully configurable requests. It ha not been tested, this commit is for readability purposes

github.com/goby-lang/goby - d7eea9056b008c6d4c30c6f6cc81694e3fd04ab7 authored over 7 years ago
added and implemented HTTP errors

HTTPError is for errors returned from http calls
HTTPResponseError is only returned in get() an...

github.com/goby-lang/goby - 0348240ebe6c4b5b5d3875cbbe4a4e33ae607b57 authored over 7 years ago
Reorder functions and add comments to vm's class

- rename builtIn -> builtin, BuiltIn -> Builtin for consistency

Reorder functions and add comme...

github.com/goby-lang/goby - e90deb129fd32ec6f4347d451e69a48c9a86c26a authored over 7 years ago
added Net::HTTP::Client built in class for sending fully configurable requests. It ha not been tested, this commit is for readability purposes

github.com/goby-lang/goby - 27252813e056e4365b64354ed6dab9a365ed9cb9 authored over 7 years ago
Fix STDIN constant.

github.com/goby-lang/goby - 016b35f1c951adbd2d99ec0cff6491193a109023 authored over 7 years ago
Add constants STDOUT, STDERR and STDIN.

github.com/goby-lang/goby - ac063ac029c5500b811b54a52419bd8f54cd3efa authored over 7 years ago
Apply namespace to all class name constants.

github.com/goby-lang/goby - 08ce1f5656d22f5d999711fa5ed61eb7c8f6b716 authored over 7 years ago
Add vm/classes package.

github.com/goby-lang/goby - e42027441605c8034cdab968c18c1021de0d5c25 authored over 7 years ago
Merge pull request #389 from goby-lang/add-errors-namespace

Add errors namespace

github.com/goby-lang/goby - 453894659303ffc5b9e10b42efcc1d771274d3d0 authored over 7 years ago
Add 'errors' namespace to all error constants.

github.com/goby-lang/goby - 148f1244ed44827f37a1e6d1f7d12789c3557850 authored over 7 years ago
Add errors package as constant's namespace

github.com/goby-lang/goby - 2ef17ebcf484c6797f0c76c3b0433c79125b14fc authored over 7 years ago
Update readme and sample file.

github.com/goby-lang/goby - 0e5a0050bb68e4c68246cad891a101edf9a1d678 authored over 7 years ago
Merge pull request #388 from goby-lang/change-file-to-builtin-class

Change File class to builtin class

github.com/goby-lang/goby - 2895c6c6675f98d2e4124303bbca946be067f1c9 authored over 7 years ago
Change File class to a builtin class.

github.com/goby-lang/goby - 7881eacdb04f27c9a9204b06f1329151d69b736b authored over 7 years ago
Execute built in classes' Goby files after vm is initialized, not during class initialization.

github.com/goby-lang/goby - f1b49e36830b0874c29fe403659ff15db5678293 authored over 7 years ago
Merge pull request #387 from jackyzhao001/master

Fix panicking when running 'goby xxxx'

github.com/goby-lang/goby - 33ba4b1cb386cb1a34f1d8e68d8c364ac4003290 authored over 7 years ago
it is panic to run 'goby xxxx'

github.com/goby-lang/goby - c16ace8914f3aed648243b34592ed65009b49312 authored over 7 years ago
Fix GOBY_ROOT issue.

github.com/goby-lang/goby - 92dd0626a46db686e126885734411c19829b0c65 authored over 7 years ago
Bump version to 0.1.2

github.com/goby-lang/goby - c6051b18961d018fe98ae5dfb8d4bde78a305bc2 authored over 7 years ago
Fix logic operator wrong precedence and parsing issue.

github.com/goby-lang/goby - 983e950874e18b9ade906a5d98c82f83cf7bdf90 authored over 7 years ago
Print error message when exit with status 1.

github.com/goby-lang/goby - 534f238d8a937e35c61fbf0e3933ded95f6418f2 authored over 7 years ago
Update server sample.

github.com/goby-lang/goby - 6ba1b7906d0c4293c3240ce50cdfca42aa2daae6 authored over 7 years ago
Merge pull request #386 from goby-lang/fix-#350

Fix #350

github.com/goby-lang/goby - 5aa61d54c316f4415f0996946b7aa66c2c9dd2f2 authored over 7 years ago
Add regression tests for issue 350.

github.com/goby-lang/goby - 7ec780e2a3a625594bc93f06689aa386dead75c1 authored over 7 years ago
Fix logic operator's precedence and expression compilation.

github.com/goby-lang/goby - 1365e2ce5e57f561830c93f46b208bfbc61f5737 authored over 7 years ago
Treat && and || as special keyword.

github.com/goby-lang/goby - c3e7d01f2b1fa95be6790d93f11df9f0f66ddcc0 authored over 7 years ago
Fix branchif instruction.

github.com/goby-lang/goby - 747659786c8631ee47e74ddf7aafaa4bb53a87f0 authored over 7 years ago
Change test helper function's Fatalf to Errorf.

github.com/goby-lang/goby - 03c0a87a404fd6b032d9c6d8a9068b9017bee14e authored over 7 years ago
Add Dup(duplication) instruction

github.com/goby-lang/goby - d1115940a1d55ea19e77f236ba94796d51c10537 authored over 7 years ago
Merge pull request #385 from goby-lang/splat-array-argument

Support splatting array into multiple arguments

github.com/goby-lang/goby - 5160ffc67ac24635d62e6f9c55dfd5b9b269ae63 authored over 7 years ago
Add SplatArray instruction.

github.com/goby-lang/goby - e44dd390b68da413bab9246dc99cc9a7175500ac authored over 7 years ago
Merge pull request #384 from goby-lang/refactor-splat-argument

Refactor method parameter parsing

github.com/goby-lang/goby - 0ae2ac8f6a7f45bac96a2ab484882c767d41749b authored over 7 years ago
Improve method parameter's checking mechanism and add tests.

github.com/goby-lang/goby - f42d9dfe3b41b536c4012c883a7a69856e724bd9 authored over 7 years ago
Check method parameter's definition order.

Normal argument can't be defined after optioned argument or splat
argument, like:
def foo(x = 1,...

github.com/goby-lang/goby - ae3f21adef5442056c433bdc962b5f66415a5e1a authored over 7 years ago
Treat splat argument as a type of prefix expression.

github.com/goby-lang/goby - 728b29e52a86997c9993bbec8e84b378e9b59513 authored over 7 years ago
Fill up the test checkSP part in array_test.go

github.com/goby-lang/goby - fcbea547393bba3fe8dbbc56953b803dbd420e7c authored over 7 years ago
Revise File.exist to File.exist? method; Add String#each_byte #each_char #each_line methods

github.com/goby-lang/goby - 7aded8b72a2ad0f2720cf4f5660c2723c58e230a authored over 7 years ago
Fill Array testing

github.com/goby-lang/goby - 3e3b067ccdf13641cecaecdf809ed674f8806a78 authored over 7 years ago
Add more test cases.

github.com/goby-lang/goby - 8f520676ddeaf8c7532e43ac08f07e1648aada5a authored over 7 years ago
Support splat argument in compiler.

github.com/goby-lang/goby - 686029c85d5f45af36c163f715a6eeef6069dcfa authored over 7 years ago
Implemented splat argument.

github.com/goby-lang/goby - 2cb79065342a569fed9c80c2ddf1cf42bdd19e98 authored over 7 years ago
Fix and refactor splat argument parsing.

github.com/goby-lang/goby - f6733d8c792bca9970b2632967231c5107865ed3 authored over 7 years ago
Refactor method argument checking.

github.com/goby-lang/goby - a18e85640402633a71d877c87b5c8866f003c9b3 authored over 7 years ago
disable fortune on Windows cmd.exe since cmd.exe doesn't support emojis

github.com/goby-lang/goby - 42c11bfed850a418e02458ce02e3821a5103c036 authored over 7 years ago
colors on Windows

github.com/goby-lang/goby - cb85ddde7b9e3112d16bceb69dd709868e228a45 authored over 7 years ago
Specify the version of Go needed to build from source

github.com/goby-lang/goby - 91cac12b55c1469a7992690a2db7a7172823fe11 authored over 7 years ago
added and implemented HTTP errors

HTTPError is for errors returned from http calls
HTTPResponseError is only returned in get() an...

github.com/goby-lang/goby - f0405e2879fcaf305c431816c5fe2ad215e38bd3 authored over 7 years ago
Merge pull request #371 from ear7h/feature/issue-370

POST request functionality to Net::HTTP class and tests for .get() and .post() methods

github.com/goby-lang/goby - 7c6d3804086e3ae07579983398c5a95a999058ff authored over 7 years ago
Merge branch 'master' into feature/issue-370

github.com/goby-lang/goby - 1c3887739e183633a8a2ac0c36afa6b0159dcb4f authored over 7 years ago
added test for connection refused error

github.com/goby-lang/goby - d748e3b1790ac4a3c75828579f2f874ea8ff4388 authored over 7 years ago
added tests for failed, non-200 responses

github.com/goby-lang/goby - f7c7bc462899093a6a7454cac40a53dab3d397b2 authored over 7 years ago
Merge pull request #361 from goby-lang/upgrade-go

Upgrade go to 1.9

github.com/goby-lang/goby - d02f77b1372bd0b17f38412b947f755ed31c214c authored over 7 years ago
Change channel storage map to concurrent map.

github.com/goby-lang/goby - 0a19c4060a3ee33a93c2cf26099dd8c6925209e2 authored over 7 years ago
Change test settings.

github.com/goby-lang/goby - eb9127536db1d1be39b033fdec159b23a3055f1b authored over 7 years ago
Use type alias.

github.com/goby-lang/goby - 61fd94cf1fb59155d0d267af97eed3faaf5fcf87 authored over 7 years ago
Merge pull request #373 from appleboy/patch-3

Ignore vendor files for go fmt command.

github.com/goby-lang/goby - 719b53560396797588bc81f0f41343fac4f524b8 authored over 7 years ago
Ignore vendor files for go fmt command.

github.com/goby-lang/goby - 4c7e90e1a9390da0b5a82fb5a655cec3826cf1d9 authored over 7 years ago
Merge pull request #372 from appleboy/patch-2

Add 1.9 version to travis configuration

github.com/goby-lang/goby - 255c717057a626391c6cad4505fb63749b9d41d9 authored over 7 years ago
Add 1.9 version.

github.com/goby-lang/goby - c3f58cc7257cd83180acee813079279ba68e1d97 authored over 7 years ago
Merge pull request #367 from goby-lang/hachi8833-patch-1

Slight fix on Readme

github.com/goby-lang/goby - 06dfc8a0debe32eed175003d8eb92692ac7e69a1 authored over 7 years ago
Merge branch 'master' into hachi8833-patch-1

github.com/goby-lang/goby - a457f5e8dfeb67513673e5c4c609d40d596de6b9 authored over 7 years ago
Merge pull request #368 from goby-lang/unable_to_define_method_with_same_args

Forbidden duplicated method parameters

github.com/goby-lang/goby - faae0fdae83f2397e5acbd5adce54a35e2bac2c7 authored over 7 years ago
rename containsArg -> paramDuplicated

github.com/goby-lang/goby - 2b52cfe9f5bd21d33edaf63c89f17629a1a58565 authored over 7 years ago
formatted statement_parsing_test.go

github.com/goby-lang/goby - a590127d7120ede4cb246affd1b364ab29e636bb authored over 7 years ago
used go fmt

http_test.go
moved the server setup above test case declaration
changed redundant use of r.Meth...

github.com/goby-lang/goby - a50a2f3a2505f6dc5a3491076f648d2cf752542b authored over 7 years ago
http.go

HTTP.post() - uses native go http.Post() method to post data via http
http_test.go tests for htt...

github.com/goby-lang/goby - 56b7a4965f19f073d6b68e1a32a8544e819b0058 authored over 7 years ago
Merge branch 'master' into hachi8833-patch-1

github.com/goby-lang/goby - 53eae7533570ce56e3f95ea68a23c58a2bef84ad authored over 7 years ago
rename method to more suitable name

github.com/goby-lang/goby - 5c54d10247565930cf1f3260ffac6a4bd4faafcc authored over 7 years ago
add test cases for duplicate argument name

github.com/goby-lang/goby - c4dcf6cd8846f74bfb9f651b7c3f7523b2ffe7d8 authored over 7 years ago
Merge branch 'master' of github.com:goby-lang/goby into unable_to_define_method_with_same_args

github.com/goby-lang/goby - bebd42ac264c2b170306c765bffbf10b3f782151 authored over 7 years ago
unable to set same name args

github.com/goby-lang/goby - fdcd1f60d6993a2119d62915fff70ddb56227390 authored over 7 years ago
Merge pull request #366 from goby-lang/feature/issue-355

#355 Fix String Excaped Character

github.com/goby-lang/goby - 9089d500dc9ef09a847792801e33464858e3501d authored over 7 years ago
Add String VM Testing for Escaped Character Cases

github.com/goby-lang/goby - f0578b561a9bb0dfd31bbe763a2c789792619cbd authored over 7 years ago
Slight fix on Readme

Fixes sentences and adding some descriptions.

github.com/goby-lang/goby - 3228d73b15adb4c0431c4f21d738b669ae140654 authored over 7 years ago
Fix string excaped character

github.com/goby-lang/goby - 76ce6366a8e734c4814875a057a2af211891706a authored over 7 years ago
Merge pull request #364 from goby-lang/hachi8833-patch-1

Slight fix to README

github.com/goby-lang/goby - e9c5a387eef1bc05b659aede3626f322f5da7706 authored over 7 years ago
Merge branch 'master' into hachi8833-patch-1

github.com/goby-lang/goby - 082e1718b05e1592bfe5351cfa875a005db1ab04 authored over 7 years ago
Slight fix on README

github.com/goby-lang/goby - 667af6bbd838689bdace981d25386b0befa07a04 authored over 7 years ago
Update README.md

github.com/goby-lang/goby - 3dae3214dda4425d4fb8aab69fb653e7145fcb31 authored over 7 years ago
Slight fix to README

github.com/goby-lang/goby - 4ce36bb8e7fe291c5700795b352d99f6069ed2d8 authored over 7 years ago
Print error and stop program if GOBY_ROOT is not setted properly.

github.com/goby-lang/goby - bfe4b5319eeda2ce55dbc0eedbb766f0cf0001da authored over 7 years ago
Update issue template.

github.com/goby-lang/goby - fbe77e7aac61448d6b61974527eaadc9b68f4524 authored over 7 years ago
Merge pull request #358 from goby-lang/enhancement/README

Minor improvement to grammer in README

github.com/goby-lang/goby - 8b55437332214fc9c2791460dfdc48ad8cde5e80 authored over 7 years ago
Merge branch 'master' into enhancement/README

github.com/goby-lang/goby - fd664120c9dec2cc90070b121f7420bf06e593b0 authored over 7 years ago
Minor improvement to grammer in README

github.com/goby-lang/goby - 8038012c1f1c23453895fff47aee4c9b9ddb5d5d authored over 7 years ago
Bump version to 0.1.1

github.com/goby-lang/goby - 4318319dd0daf7153ff0e7374f0bd9eb66efc7a5 authored over 7 years ago