Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Pony

Pony is an object-oriented, actor-model, capabilities-secure, high performance programming language.
Collective - Host: opensource - https://opencollective.com/ponyc - Code: https://github.com/ponylang/ponyc

small fixes

github.com/ponylang/ponyc - 7823faac86e53537f88556d656d40fd802ce66ef authored almost 9 years ago
allow pushing multiple continuations

github.com/ponylang/ponyc - 3ded8100ebf6443f09d1f784bb33bd149d1b5328 authored almost 9 years ago
Tidy up unit tests

github.com/ponylang/ponyc - 24e00ae5e3e6c693cd0fa12927bbd8632617bd42 authored almost 9 years ago
Merge pull request #532 from rurban/master

literal_inference unit tests

github.com/ponylang/ponyc - cf30a093f87f7cbbe74fa17004ce6440a68bbddf authored almost 9 years ago
Merge pull request #533 from dipinhora/cross_compiling

Add cross compiling functionality

github.com/ponylang/ponyc - d142c5f4c6bacc5b5357beceb59a138bb6830c68 authored almost 9 years ago
Merge pull request #538 from SeanTAllen/contributing

Leverage GitHub's "contributing" feature

github.com/ponylang/ponyc - 8268936ce39e6e039173e9ed4fcd58880bdedf21 authored almost 9 years ago
Leverage GitHub's "contributing" feature.

Will display link to CONTRIBUTING.md above any
issue that someone might open.

See: https://gith...

github.com/ponylang/ponyc - cd5097033ebd7d42d330ac7b1cd170d0185ee151 authored almost 9 years ago
Merge branch 'master' into valtrace

github.com/ponylang/ponyc - 683b4837a43e459bdcd96e3c9a71af675b23817d authored almost 9 years ago
Re-enable and fix tests broken by changes.

github.com/ponylang/ponyc - 2c562dc22fd346625728e10e592784473c454512 authored almost 9 years ago
Fix lexical scoping issue to resolve release build issues.

github.com/ponylang/ponyc - 647017a7c217f7fb55eccbbd8c652411691b0600 authored almost 9 years ago
Add a few complex subtyping tests

github.com/ponylang/ponyc - 212bf63bfcbe9498dfbcd2db57ac9b6283939969 authored almost 9 years ago
Merge remote-tracking branch 'upstream/master' into cross_compiling

github.com/ponylang/ponyc - cad17f322765f2fe02408d928e60146e466d03dc authored almost 9 years ago
literal_inference unit tests

first the known limitations

github.com/ponylang/ponyc - 0700175b6d9fb597bdfb25df4ff6c4ba1a915eb7 authored almost 9 years ago
Merge pull request #530 from shepheb/http_body

Parse incoming HTTP request bodies correctly in payloadbuilder

github.com/ponylang/ponyc - 9ea8b2b67cd26b101ab2c113e0308205fb5909bc authored almost 9 years ago
Merge remote-tracking branch 'upstream/master' into cross_compiling

github.com/ponylang/ponyc - ed903684dee5de079ef98308fcf33950e481e45d authored almost 9 years ago
Use __loc for PonyTest asserts

github.com/ponylang/ponyc - 3db436dd2bb41d912c233812ad81e49d3f94fe95 authored almost 9 years ago
Parse incoming HTTP request bodies correctly in payloadbuilder

When writing a server and receiving a new request, _payload.status is 0. This
condition was bein...

github.com/ponylang/ponyc - 036661088b2a5dd057bcbb59dd10497b5d901702 authored almost 9 years ago
reduce uses of chunk->size

github.com/ponylang/ponyc - 6fcb599e734f8f6bbc5c1227a735db83cbde678c authored almost 9 years ago
Merge branch 'master' into valtrace

github.com/ponylang/ponyc - 046de229282634f702ff7b86319d3ce767e25b54 authored almost 9 years ago
Add __loc source location information

github.com/ponylang/ponyc - c59aa467754e477c1e244af1e63d0127601e9678 authored almost 9 years ago
Allow optional names on lambdas and lambdatypes

github.com/ponylang/ponyc - ba7a771978ab2913082a2bc456ae6aea898103f6 authored almost 9 years ago
Make literal integer range errors actual errors

github.com/ponylang/ponyc - d9d0acaa5dc6bb05ba186d96f11b56551ebf7639 authored almost 9 years ago
Merge remote-tracking branch 'upstream/master' into cross_compiling

github.com/ponylang/ponyc - c6d519100200a1040ff3e3f848b2fc414dd4899e authored almost 9 years ago
Revert part of Makefile change so cross compiling works

* Passing the -m32 flag to arm-linux-gnueabihf-gcc causes an error.
Removing auto add of the -...

github.com/ponylang/ponyc - 3e7242e6181a8bcca2e384b5a02c77e32b41c2d8 authored almost 9 years ago
Fix match captures

github.com/ponylang/ponyc - 323cb909c84f981b97363abd4974abbe96fe3ff8 authored almost 9 years ago
Make cross compiling work

* Adjust Makefile for building to 32 bit targets on 64 bit platforms.
* Update all code generati...

github.com/ponylang/ponyc - 9b2d97c238b068959707da4552a3448d13b1ef2a authored almost 9 years ago
Nice names for lambda anonymous types

github.com/ponylang/ponyc - cdc3d79dab770d4f58abe4981daa984eddff52ca authored almost 9 years ago
Add function pointer inline syntax

github.com/ponylang/ponyc - a3c4614dc7a8005bddff9b6788dbee93cba52e23 authored almost 9 years ago
Literal inference in a recover expression

github.com/ponylang/ponyc - def0ff820faf0ac444eb872b42f260d2e9771557 authored almost 9 years ago
Introduce error frames for complex errors

github.com/ponylang/ponyc - ca47eb6549d5d90615d2fc6f19ffbb3511fbb863 authored almost 9 years ago
return U32 for all Sig values

github.com/ponylang/ponyc - 991e54fb59abd05b38d08e84548f621b639b61cf authored almost 9 years ago
Infer literals in identity comparisons (#369)

github.com/ponylang/ponyc - 66f3b267b1b01d9f51f57570033c86313789dba3 authored almost 9 years ago
Remove out of date AST comment

github.com/ponylang/ponyc - 4500cc9569c8894294e785c962423a17fd22156b authored almost 9 years ago
check local compatibility during intersection type subtyping

github.com/ponylang/ponyc - 298b29247f709f384567c39e0d39c267bed79cbb authored almost 9 years ago
Separate field delegation and trait inheritance

github.com/ponylang/ponyc - b5634b11cddfaa78eaf355c588f7a95f60ebf329 authored almost 9 years ago
eliminate need to use `let` when declaring typeparam values

github.com/ponylang/ponyc - ff0aad1cc0956f278c03fbf7e0269675442bbe88 authored almost 9 years ago
Merge pull request #518 from jonas-l/array-insert-improved-tests

Array insert improved tests

github.com/ponylang/ponyc - 7f027bf0d7cc73aa0cf8ea129ec1f2ccb0ac6567 authored almost 9 years ago
Simplify Array.insert() tests

github.com/ponylang/ponyc - 25369972885c7ca358809685ee6b689dab107a86 authored almost 9 years ago
Test Array.insert() at invalid index

github.com/ponylang/ponyc - da895f917402170e5994c5487546519de0caf7e9 authored almost 9 years ago
Merge pull request #512 from jonas-l/array-insert-last

Allow element to be inserted at the end of array

github.com/ponylang/ponyc - ebb7b3681d40e3a36243ae90fcad336a41fc8e3b authored almost 9 years ago
Merge branch 'master' of https://github.com/CausalityLtd/ponyc

github.com/ponylang/ponyc - d76253475963581046069f4bd7b49feeb5953ad7 authored almost 9 years ago
fix travis links

github.com/ponylang/ponyc - af1e39140ea7d2a8331288f6b20e123661ad1586 authored almost 9 years ago
Allow element to be inserted at the end of array

Element can be inserted at the very beginning or between existing
array elements. To insert at t...

github.com/ponylang/ponyc - d97130eaab218b3a3156e99a01e556f242d65a8a authored almost 9 years ago
Fix don't care in for loop iterator

github.com/ponylang/ponyc - a63c74ce5217f24306c744d940fa5c14b18c462c authored almost 9 years ago
Merge branch 'master' into valtrace

github.com/ponylang/ponyc - c62fd32e24aad151b3e067d7b30f6fbeffca7576 authored almost 9 years ago
mark locals as undefined rather than defined in inherited methods

github.com/ponylang/ponyc - d45c520b3d6ee078fff299e7c299ec4c615dc018 authored almost 9 years ago
catch refcaps as an incomplete type in the syntax pass

github.com/ponylang/ponyc - 4202729e4ea187cf17726cf3ed708829e826f486 authored almost 9 years ago
send block messages when rc changed flag is set

github.com/ponylang/ponyc - a7804f630a740288f66f810aa69cb1382fe273d3 authored almost 9 years ago
add a debugfer-only function for counting the queue size

github.com/ponylang/ponyc - cbf0e2ea9f94df2c70d4b905ec8cdc143b77ab5e authored almost 9 years ago
retry the kqueue loop when a disposable message is delivered

github.com/ponylang/ponyc - 2d27faacac123f3b7e1404b90af3462afbe12849 authored almost 9 years ago
more extensive info in dump_views

github.com/ponylang/ponyc - 71afbb41ebdf5d34cde290fc24e3f49f3785413a authored almost 9 years ago
optimise String.append for String and Array[U8]

github.com/ponylang/ponyc - af91392cce1ad6a6227fb53c3508d99c1e3f13b1 authored almost 9 years ago
catch no upper bounds

github.com/ponylang/ponyc - e193edcd3e838da249f2c1d93cc6f7cb4ff582cd authored almost 9 years ago
Merge pull request #502 from jonas-l/test-helpers

Provide `assert_isnt` and `assert_ne` in PonyTest

github.com/ponylang/ponyc - c57d565e9d57bbf2480c839b7ca08d145e6d3e03 authored almost 9 years ago
Provide `assert_isnt` and `assert_ne`

These are the counterparts of `assert_is` and `assert_eq`.

github.com/ponylang/ponyc - 590241a81be084929ca82ad9fbaa8b28886f8aad authored almost 9 years ago
Start removing $ identifiers from error messages

github.com/ponylang/ponyc - 0a2cb91aa65cf6a3e27143f3e95041faa755b23f authored almost 9 years ago
Update tree check definition

github.com/ponylang/ponyc - a726fd6c4d93d1d70a401491e798a414b9b031c7 authored almost 9 years ago
Simplify PonyTest interface

github.com/ponylang/ponyc - b88f6da911b86cc7bbb869e8476908f0d9a5b626 authored almost 9 years ago
missing return false

github.com/ponylang/ponyc - 03a760d60beff80b15440afcecb67047d85a634d authored almost 9 years ago
valtrace initial commit

github.com/ponylang/ponyc - cde33c69123899779ab505804a2f6b87c4bfa630 authored almost 9 years ago
fix flag checking in actormsg_conf

github.com/ponylang/ponyc - c44041327d69c9ae200217b903246bc2433a1601 authored almost 9 years ago
always reschedule an actor if it has handled any app msgs

github.com/ponylang/ponyc - 23fe887555880373559988fa06e5879b12aefa95 authored almost 9 years ago
simplify artificial envp

github.com/ponylang/ponyc - 81564323f9f05465dd67d76f6b0d96d3501c2294 authored almost 9 years ago
Fix Windows build

github.com/ponylang/ponyc - 1b3222c9ec68ae367c24090e16e304196953b6ee authored almost 9 years ago
use i8* for Maybe[A] to avoid setting dereferenceable

github.com/ponylang/ponyc - 5136309fff4f716e46780c1b2afb90d6e23a0e93 authored almost 9 years ago
if an ffidecl has an ellipsis, always generate variadic calls

github.com/ponylang/ponyc - baab16836cf7c06b808124dcb12e7716b50bbe2a authored almost 9 years ago
trace reachability to FFI parameters

github.com/ponylang/ponyc - 462a629bd36b7969c5ec600a7d193784b875458e authored almost 9 years ago
declare strtof and strtod to avoid hard float signature error on ARM

github.com/ponylang/ponyc - ce48a479c017404c23df087f5deb483a919688a7 authored almost 9 years ago
generate non-variadic signatures for declared FFI

github.com/ponylang/ponyc - 2dd3d386f6f5b1743eb21f72f89ac742500a00a0 authored almost 9 years ago
float to string test

github.com/ponylang/ponyc - f95db22bd53cf8223577a9cd939bf8435300ea65 authored almost 9 years ago
Merge branch 'master' of https://github.com/CausalityLtd/ponyc

github.com/ponylang/ponyc - 672f656f73add04201e884473db9ee5443e71e7f authored almost 9 years ago
use invoke only for FFI explicitly marked as error raising

github.com/ponylang/ponyc - c3b70a43e8a6e96d9bd229003ac2da9cfe3bac04 authored almost 9 years ago
Move builtin unit tests from stdlib to new builtin_test package

github.com/ponylang/ponyc - d4692483d8b5cfda037eb42b6915249a63ca7a5a authored almost 9 years ago
add string->float test

github.com/ponylang/ponyc - 1c6c5f76ceea5e2e8d6da8613fcc5e8484a67229 authored about 9 years ago
adjust for ABI alignment in gendesc_ptr_to_fields

github.com/ponylang/ponyc - a596ae4dd514680c99580144d7de050c1965f09c authored about 9 years ago
simplify test for Maybe[A] being none

github.com/ponylang/ponyc - a3c82e69064a4856f2fbbbbbe68242da0a1e652d authored about 9 years ago
run the names pass on typeargs when they come from default typeparams

github.com/ponylang/ponyc - 3e220d0bc401082061ef4763931e111fb15904f4 authored about 9 years ago
fix rescheduling bug

github.com/ponylang/ponyc - fb3a2f403d3ede0868aaeee0a209cd281f983af0 authored about 9 years ago
Merge branch 'master' of https://github.com/CausalityLtd/ponyc

github.com/ponylang/ponyc - 65abaa8a8980f12a033a9af906f359d4094cf93f authored about 9 years ago
Merge pull request #497 from SeanTAllen/ponylang-mode-location-fix

Update to new canonical emacs ponylang-mode

github.com/ponylang/ponyc - bee9b89b9f6f8d5eab854c3c7103bd5c7f254283 authored about 9 years ago
Update to new canonical emacs ponylang-mode

Sean has taken over maintenance of the emacs
ponylang mode.

github.com/ponylang/ponyc - c2e988a8529def38d3351b65633e41bc8733c3d2 authored about 9 years ago
include cpu.h when building with USE_POOLTRACK

github.com/ponylang/ponyc - 43ed851638cba926594d79800ece544c97a73e57 authored about 9 years ago
Merge branch 'master' of https://github.com/CausalityLtd/ponyc

github.com/ponylang/ponyc - 8a7a8fbe17d037bdd30d7cff8de42c589c25c22d authored about 9 years ago
Maybe[A] must bind to a struct, add Maybe[A] test

github.com/ponylang/ponyc - 5b0a255930b673708877aadf0f9436ea96783ebe authored about 9 years ago
Merge pull request #492 from nlalevee/ponytest_doc

Fix ponytest doc

github.com/ponylang/ponyc - 1323ee70d22e99501d4e55c7f301a18006dd7eff authored about 9 years ago
Merge pull request #491 from nlalevee/master

Document how to build with macports on MacOS X

github.com/ponylang/ponyc - e64c8f227596a2ee002728648100223b7496310c authored about 9 years ago
fix ponytest doc

calling a unit test can cause errors

github.com/ponylang/ponyc - 9fed59eea677639732486ffe231646575b9082b2 authored about 9 years ago
document how to build with macports on MacOS X

github.com/ponylang/ponyc - 9e3433aa17b9c41164ab1ec9174df7cb647ed469 authored about 9 years ago
more platform specific signal numbers

github.com/ponylang/ponyc - 5013fcc95bb065dbac69ec7237c6ecc6d1525ac2 authored about 9 years ago
more platform specific signal numbers

github.com/ponylang/ponyc - 1a1c8ae4dba1b33fd0df1ca8ec98752d53be8513 authored about 9 years ago
fix lambda test case

github.com/ponylang/ponyc - bdf340996a2aa9a85e336f2d2ba60ddb56bedab7 authored about 9 years ago
some platform specific signal numbers

github.com/ponylang/ponyc - 9bab810d03ce8f67d7115f1d1e19b85007e4ac54 authored about 9 years ago
relax default setting refcap

github.com/ponylang/ponyc - 0ef7cbf003728a15875b6ca0dcfd0df0b92ffa40 authored about 9 years ago
fix return type of lambda constructors

github.com/ponylang/ponyc - ea15a52173b3131d0389e940596ff168ce9b8157 authored about 9 years ago
fix return types of box constructors

github.com/ponylang/ponyc - 382aa8377a2f4779e4c8e97458ac6c0defd0869a authored about 9 years ago
Trivial tweaks

github.com/ponylang/ponyc - 5e5cd264a2c7dc65a97f2181a36d6abeaf0fc336 authored about 9 years ago
Move Stringable format arguments to containers

github.com/ponylang/ponyc - e0ecfc15048b00e19e5c7a179f44f40f7e3d1c1c authored about 9 years ago
disallow _init and _final on primitives with type parameters

github.com/ponylang/ponyc - 883f07cb6ea84bd4936179322e3946528d25a1d1 authored about 9 years ago
remove unused else_value

github.com/ponylang/ponyc - 5d6597185063496db691964e7477a6efc8080d69 authored about 9 years ago
reify default typeargs in the names pass

github.com/ponylang/ponyc - 69d3ecbc140b40f021ca0d27704b4c8debb10691 authored about 9 years ago