Ecosyste.ms: OpenCollective

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

github.com/ponylang/ponyc

Pony is an open-source, actor-model, capabilities-secure, high performance programming language
https://github.com/ponylang/ponyc

small fixes

7823faac86e53537f88556d656d40fd802ce66ef authored almost 9 years ago by sylvanc <[email protected]>
allow pushing multiple continuations

3ded8100ebf6443f09d1f784bb33bd149d1b5328 authored almost 9 years ago by sylvanc <[email protected]>
Tidy up unit tests

24e00ae5e3e6c693cd0fa12927bbd8632617bd42 authored almost 9 years ago by andymcn <[email protected]>
Merge pull request #532 from rurban/master

literal_inference unit tests

cf30a093f87f7cbbe74fa17004ce6440a68bbddf authored almost 9 years ago by Andy <[email protected]>
Merge pull request #533 from dipinhora/cross_compiling

Add cross compiling functionality

d142c5f4c6bacc5b5357beceb59a138bb6830c68 authored almost 9 years ago by Andy <[email protected]>
Merge pull request #538 from SeanTAllen/contributing

Leverage GitHub's "contributing" feature

8268936ce39e6e039173e9ed4fcd58880bdedf21 authored almost 9 years ago by Sylvan Clebsch <[email protected]>
Leverage GitHub's "contributing" feature.

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

See: https://gith...

cd5097033ebd7d42d330ac7b1cd170d0185ee151 authored almost 9 years ago by Sean T Allen <[email protected]>
Merge branch 'master' into valtrace

683b4837a43e459bdcd96e3c9a71af675b23817d authored almost 9 years ago by sylvanc <[email protected]>
Re-enable and fix tests broken by changes.

2c562dc22fd346625728e10e592784473c454512 authored almost 9 years ago by dipinhora <[email protected]>
Fix lexical scoping issue to resolve release build issues.

647017a7c217f7fb55eccbbd8c652411691b0600 authored almost 9 years ago by dipinhora <[email protected]>
Add a few complex subtyping tests

212bf63bfcbe9498dfbcd2db57ac9b6283939969 authored almost 9 years ago by andymcn <[email protected]>
Merge remote-tracking branch 'upstream/master' into cross_compiling

cad17f322765f2fe02408d928e60146e466d03dc authored almost 9 years ago by dipinhora <[email protected]>
literal_inference unit tests

first the known limitations

0700175b6d9fb597bdfb25df4ff6c4ba1a915eb7 authored almost 9 years ago by Reini Urban <[email protected]>
Merge pull request #530 from shepheb/http_body

Parse incoming HTTP request bodies correctly in payloadbuilder

9ea8b2b67cd26b101ab2c113e0308205fb5909bc authored almost 9 years ago by Sylvan Clebsch <[email protected]>
Merge remote-tracking branch 'upstream/master' into cross_compiling

ed903684dee5de079ef98308fcf33950e481e45d authored almost 9 years ago by dipinhora <[email protected]>
Use __loc for PonyTest asserts

3db436dd2bb41d912c233812ad81e49d3f94fe95 authored almost 9 years ago by andymcn <[email protected]>
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...

036661088b2a5dd057bcbb59dd10497b5d901702 authored almost 9 years ago by Braden Shepherdson <[email protected]>
reduce uses of chunk->size

6fcb599e734f8f6bbc5c1227a735db83cbde678c authored almost 9 years ago by sylvanc <[email protected]>
Merge branch 'master' into valtrace

046de229282634f702ff7b86319d3ce767e25b54 authored almost 9 years ago by sylvanc <[email protected]>
Add __loc source location information

c59aa467754e477c1e244af1e63d0127601e9678 authored almost 9 years ago by andymcn <[email protected]>
Allow optional names on lambdas and lambdatypes

ba7a771978ab2913082a2bc456ae6aea898103f6 authored almost 9 years ago by andymcn <[email protected]>
Make literal integer range errors actual errors

d9d0acaa5dc6bb05ba186d96f11b56551ebf7639 authored almost 9 years ago by andymcn <[email protected]>
Merge remote-tracking branch 'upstream/master' into cross_compiling

c6d519100200a1040ff3e3f848b2fc414dd4899e authored almost 9 years ago by dipinhora <[email protected]>
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 -...

3e7242e6181a8bcca2e384b5a02c77e32b41c2d8 authored almost 9 years ago by dipinhora <[email protected]>
Fix match captures

323cb909c84f981b97363abd4974abbe96fe3ff8 authored almost 9 years ago by andymcn <[email protected]>
Make cross compiling work

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

9b2d97c238b068959707da4552a3448d13b1ef2a authored almost 9 years ago by dipinhora <[email protected]>
Nice names for lambda anonymous types

cdc3d79dab770d4f58abe4981daa984eddff52ca authored almost 9 years ago by andymcn <[email protected]>
Add function pointer inline syntax

a3c4614dc7a8005bddff9b6788dbee93cba52e23 authored almost 9 years ago by andymcn <[email protected]>
Literal inference in a recover expression

def0ff820faf0ac444eb872b42f260d2e9771557 authored almost 9 years ago by andymcn <[email protected]>
Introduce error frames for complex errors

ca47eb6549d5d90615d2fc6f19ffbb3511fbb863 authored almost 9 years ago by andymcn <[email protected]>
return U32 for all Sig values

991e54fb59abd05b38d08e84548f621b639b61cf authored almost 9 years ago by sylvanc <[email protected]>
Infer literals in identity comparisons (#369)

66f3b267b1b01d9f51f57570033c86313789dba3 authored almost 9 years ago by andymcn <[email protected]>
Remove out of date AST comment

4500cc9569c8894294e785c962423a17fd22156b authored almost 9 years ago by andymcn <[email protected]>
check local compatibility during intersection type subtyping

298b29247f709f384567c39e0d39c267bed79cbb authored almost 9 years ago by sylvanc <[email protected]>
Separate field delegation and trait inheritance

b5634b11cddfaa78eaf355c588f7a95f60ebf329 authored almost 9 years ago by andymcn <[email protected]>
eliminate need to use `let` when declaring typeparam values

ff0aad1cc0956f278c03fbf7e0269675442bbe88 authored almost 9 years ago by sylvanc <[email protected]>
Merge pull request #518 from jonas-l/array-insert-improved-tests

Array insert improved tests

7f027bf0d7cc73aa0cf8ea129ec1f2ccb0ac6567 authored almost 9 years ago by Sylvan Clebsch <[email protected]>
Simplify Array.insert() tests

25369972885c7ca358809685ee6b689dab107a86 authored almost 9 years ago by Jonas Lasauskas <[email protected]>
Test Array.insert() at invalid index

da895f917402170e5994c5487546519de0caf7e9 authored almost 9 years ago by Jonas Lasauskas <[email protected]>
Merge pull request #512 from jonas-l/array-insert-last

Allow element to be inserted at the end of array

ebb7b3681d40e3a36243ae90fcad336a41fc8e3b authored almost 9 years ago by Sylvan Clebsch <[email protected]>
Merge branch 'master' of https://github.com/CausalityLtd/ponyc

d76253475963581046069f4bd7b49feeb5953ad7 authored almost 9 years ago by sylvanc <[email protected]>
fix travis links

af1e39140ea7d2a8331288f6b20e123661ad1586 authored almost 9 years ago by sylvanc <[email protected]>
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...

d97130eaab218b3a3156e99a01e556f242d65a8a authored almost 9 years ago by Jonas Lasauskas <[email protected]>
Fix don't care in for loop iterator

a63c74ce5217f24306c744d940fa5c14b18c462c authored almost 9 years ago by andymcn <[email protected]>
Merge branch 'master' into valtrace

c62fd32e24aad151b3e067d7b30f6fbeffca7576 authored almost 9 years ago by sylvanc <[email protected]>
mark locals as undefined rather than defined in inherited methods

d45c520b3d6ee078fff299e7c299ec4c615dc018 authored almost 9 years ago by sylvanc <[email protected]>
catch refcaps as an incomplete type in the syntax pass

4202729e4ea187cf17726cf3ed708829e826f486 authored almost 9 years ago by sylvanc <[email protected]>
send block messages when rc changed flag is set

a7804f630a740288f66f810aa69cb1382fe273d3 authored almost 9 years ago by sylvanc <[email protected]>
add a debugfer-only function for counting the queue size

cbf0e2ea9f94df2c70d4b905ec8cdc143b77ab5e authored almost 9 years ago by sylvanc <[email protected]>
retry the kqueue loop when a disposable message is delivered

2d27faacac123f3b7e1404b90af3462afbe12849 authored almost 9 years ago by sylvanc <[email protected]>
more extensive info in dump_views

71afbb41ebdf5d34cde290fc24e3f49f3785413a authored almost 9 years ago by sylvanc <[email protected]>
optimise String.append for String and Array[U8]

af91392cce1ad6a6227fb53c3508d99c1e3f13b1 authored almost 9 years ago by sylvanc <[email protected]>
catch no upper bounds

e193edcd3e838da249f2c1d93cc6f7cb4ff582cd authored almost 9 years ago by sylvanc <[email protected]>
Merge pull request #502 from jonas-l/test-helpers

Provide `assert_isnt` and `assert_ne` in PonyTest

c57d565e9d57bbf2480c839b7ca08d145e6d3e03 authored almost 9 years ago by andymcn <[email protected]>
Provide `assert_isnt` and `assert_ne`

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

590241a81be084929ca82ad9fbaa8b28886f8aad authored almost 9 years ago by Jonas Lasauskas <[email protected]>
Start removing $ identifiers from error messages

0a2cb91aa65cf6a3e27143f3e95041faa755b23f authored almost 9 years ago by andymcn <[email protected]>
Update tree check definition

a726fd6c4d93d1d70a401491e798a414b9b031c7 authored almost 9 years ago by andymcn <[email protected]>
Simplify PonyTest interface

b88f6da911b86cc7bbb869e8476908f0d9a5b626 authored almost 9 years ago by andymcn <[email protected]>
missing return false

03a760d60beff80b15440afcecb67047d85a634d authored almost 9 years ago by sylvanc <[email protected]>
valtrace initial commit

cde33c69123899779ab505804a2f6b87c4bfa630 authored almost 9 years ago by sylvanc <[email protected]>
fix flag checking in actormsg_conf

c44041327d69c9ae200217b903246bc2433a1601 authored almost 9 years ago by sylvanc <[email protected]>
always reschedule an actor if it has handled any app msgs

23fe887555880373559988fa06e5879b12aefa95 authored almost 9 years ago by sylvanc <[email protected]>
simplify artificial envp

81564323f9f05465dd67d76f6b0d96d3501c2294 authored almost 9 years ago by sylvanc <[email protected]>
Fix Windows build

1b3222c9ec68ae367c24090e16e304196953b6ee authored almost 9 years ago by andymcn <[email protected]>
use i8* for Maybe[A] to avoid setting dereferenceable

5136309fff4f716e46780c1b2afb90d6e23a0e93 authored almost 9 years ago by sylvanc <[email protected]>
if an ffidecl has an ellipsis, always generate variadic calls

baab16836cf7c06b808124dcb12e7716b50bbe2a authored almost 9 years ago by sylvanc <[email protected]>
trace reachability to FFI parameters

462a629bd36b7969c5ec600a7d193784b875458e authored almost 9 years ago by sylvanc <[email protected]>
declare strtof and strtod to avoid hard float signature error on ARM

ce48a479c017404c23df087f5deb483a919688a7 authored almost 9 years ago by sylvanc <[email protected]>
generate non-variadic signatures for declared FFI

2dd3d386f6f5b1743eb21f72f89ac742500a00a0 authored almost 9 years ago by sylvanc <[email protected]>
float to string test

f95db22bd53cf8223577a9cd939bf8435300ea65 authored almost 9 years ago by sylvanc <[email protected]>
Merge branch 'master' of https://github.com/CausalityLtd/ponyc

672f656f73add04201e884473db9ee5443e71e7f authored almost 9 years ago by sylvanc <[email protected]>
use invoke only for FFI explicitly marked as error raising

c3b70a43e8a6e96d9bd229003ac2da9cfe3bac04 authored almost 9 years ago by sylvanc <[email protected]>
Move builtin unit tests from stdlib to new builtin_test package

d4692483d8b5cfda037eb42b6915249a63ca7a5a authored almost 9 years ago by andymcn <[email protected]>
add string->float test

1c6c5f76ceea5e2e8d6da8613fcc5e8484a67229 authored almost 9 years ago by sylvanc <[email protected]>
adjust for ABI alignment in gendesc_ptr_to_fields

a596ae4dd514680c99580144d7de050c1965f09c authored almost 9 years ago by sylvanc <[email protected]>
simplify test for Maybe[A] being none

a3c82e69064a4856f2fbbbbbe68242da0a1e652d authored almost 9 years ago by sylvanc <[email protected]>
run the names pass on typeargs when they come from default typeparams

3e220d0bc401082061ef4763931e111fb15904f4 authored almost 9 years ago by sylvanc <[email protected]>
fix rescheduling bug

fb3a2f403d3ede0868aaeee0a209cd281f983af0 authored almost 9 years ago by sylvanc <[email protected]>
Merge branch 'master' of https://github.com/CausalityLtd/ponyc

65abaa8a8980f12a033a9af906f359d4094cf93f authored almost 9 years ago by sylvanc <[email protected]>
Merge pull request #497 from SeanTAllen/ponylang-mode-location-fix

Update to new canonical emacs ponylang-mode

bee9b89b9f6f8d5eab854c3c7103bd5c7f254283 authored almost 9 years ago by Sylvan Clebsch <[email protected]>
Update to new canonical emacs ponylang-mode

Sean has taken over maintenance of the emacs
ponylang mode.

c2e988a8529def38d3351b65633e41bc8733c3d2 authored almost 9 years ago by Sean T Allen <[email protected]>
include cpu.h when building with USE_POOLTRACK

43ed851638cba926594d79800ece544c97a73e57 authored almost 9 years ago by sylvanc <[email protected]>
Merge branch 'master' of https://github.com/CausalityLtd/ponyc

8a7a8fbe17d037bdd30d7cff8de42c589c25c22d authored almost 9 years ago by sylvanc <[email protected]>
Maybe[A] must bind to a struct, add Maybe[A] test

5b0a255930b673708877aadf0f9436ea96783ebe authored almost 9 years ago by sylvanc <[email protected]>
Merge pull request #492 from nlalevee/ponytest_doc

Fix ponytest doc

1323ee70d22e99501d4e55c7f301a18006dd7eff authored almost 9 years ago by andymcn <[email protected]>
Merge pull request #491 from nlalevee/master

Document how to build with macports on MacOS X

e64c8f227596a2ee002728648100223b7496310c authored almost 9 years ago by andymcn <[email protected]>
fix ponytest doc

calling a unit test can cause errors

9fed59eea677639732486ffe231646575b9082b2 authored almost 9 years ago by Nicolas Lalevée <[email protected]>
document how to build with macports on MacOS X

9e3433aa17b9c41164ab1ec9174df7cb647ed469 authored almost 9 years ago by Nicolas Lalevée <[email protected]>
more platform specific signal numbers

5013fcc95bb065dbac69ec7237c6ecc6d1525ac2 authored almost 9 years ago by sylvanc <[email protected]>
more platform specific signal numbers

1a1c8ae4dba1b33fd0df1ca8ec98752d53be8513 authored almost 9 years ago by sylvanc <[email protected]>
fix lambda test case

bdf340996a2aa9a85e336f2d2ba60ddb56bedab7 authored almost 9 years ago by sylvanc <[email protected]>
some platform specific signal numbers

9bab810d03ce8f67d7115f1d1e19b85007e4ac54 authored almost 9 years ago by sylvanc <[email protected]>
relax default setting refcap

0ef7cbf003728a15875b6ca0dcfd0df0b92ffa40 authored almost 9 years ago by sylvanc <[email protected]>
fix return type of lambda constructors

ea15a52173b3131d0389e940596ff168ce9b8157 authored almost 9 years ago by sylvanc <[email protected]>
fix return types of box constructors

382aa8377a2f4779e4c8e97458ac6c0defd0869a authored almost 9 years ago by sylvanc <[email protected]>
Trivial tweaks

5e5cd264a2c7dc65a97f2181a36d6abeaf0fc336 authored almost 9 years ago by andymcn <[email protected]>
Move Stringable format arguments to containers

e0ecfc15048b00e19e5c7a179f44f40f7e3d1c1c authored almost 9 years ago by andymcn <[email protected]>
disallow _init and _final on primitives with type parameters

883f07cb6ea84bd4936179322e3946528d25a1d1 authored almost 9 years ago by sylvanc <[email protected]>
remove unused else_value

5d6597185063496db691964e7477a6efc8080d69 authored almost 9 years ago by sylvanc <[email protected]>
reify default typeargs in the names pass

69d3ecbc140b40f021ca0d27704b4c8debb10691 authored almost 9 years ago by sylvanc <[email protected]>