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

fix soft I128.mod sign

edca5a25b7f655f343c23895e58d7daa4c41e64e authored about 9 years ago by sylvanc <[email protected]>
divmod test

e62320c9cec249b0090e86b0280ba2173113c59a authored about 9 years ago by sylvanc <[email protected]>
special case 128bit mul

77ca18207df8745d80ec54deee715aa21855608b authored about 9 years ago by sylvanc <[email protected]>
software 128 bit ints

66af9bd5aa72d1101b0c3295257bc36af184a388 authored about 9 years ago by sylvanc <[email protected]>
Return exact length substring

When `String.substring()`'s `to` parameter exceeded maximum index, a
result was 1 byte longer th...

5b6860699daba35e18f311e51d18470c99ae86e3 authored about 9 years ago by Jonas Lasauskas <[email protected]>
set native128 to false on ilp32

d431ebbed83d724f149d787d41204f05a3f53817 authored about 9 years ago by sylvanc <[email protected]>
reach fields for libraries

ac1fbc4c5b657cff71b151b9c2aa50de7e653d72 authored about 9 years ago by sylvanc <[email protected]>
Merge pull request #413 from jemc/fix/file-set-length

Fix File.set_length return value in success.

35191067b7a88459d76605127ae25c2b4cc3f575 authored about 9 years ago by andymcn <[email protected]>
Reduce unit test magic to aid debugging

d68b920d8a2eaae3466d2da868658fedf1e3d64a authored about 9 years ago by andymcn <[email protected]>
fix AF_INET* handling

3340c04044cc8005cda11ff19327a5a280e1cd52 authored about 9 years ago by sylvanc <[email protected]>
enable broadcast test on windows

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

ff71bffcd22e5e19ce14853cce219b31b6e182dc authored about 9 years ago by sylvanc <[email protected]>
ip6 broadcast

95e23921eb6c29436876fc3da23bd35f3eac701e authored about 9 years ago by sylvanc <[email protected]>
Fix File.set_length return value in success.

2c81703fced9f218e135e7b4f8fffe19a9f122b8 authored about 9 years ago by Joe Eli McIlvain <[email protected]>
Fix UDP socket notify error

191cb0c7c9dec073fd3320a33a20ab7496b7020e authored about 9 years ago by andymcn <[email protected]>
return GEN_NOTNEEDED for unused tuples

861a3d43216d05030b51e839071a70c830b73416 authored about 9 years ago by sylvanc <[email protected]>
windows udp

a48af9cb9af568bc3e248a36d2f6157157836c44 authored about 9 years ago by sylvanc <[email protected]>
make ping/pong test private

132afb30ed8c2d0a8f85607f0e99fb536245daee authored about 9 years ago by sylvanc <[email protected]>
create a pony_ctx for the asio thread

6a9a13f9f2554128727105f4c828e8b998afba8d authored about 9 years ago by sylvanc <[email protected]>
check scheduler instead of context for pushing to the inject queue

f4f9077f334e64d1aef30de095f1f33db4f7ba13 authored about 9 years ago by sylvanc <[email protected]>
autoregister the pony_start thread

2799ad59e3233815b5e9257ded409f7c8411f702 authored about 9 years ago by sylvanc <[email protected]>
message batching and pony_register_thread

ecc4233e75a4da9b172b04240e80dbe163e8726a authored about 9 years ago by sylvanc <[email protected]>
enable udp broadcast

929fdb513dbd6d5012af098be16fc3ec69f68399 authored about 9 years ago by sylvanc <[email protected]>
Make stdlib reference all other standard library packages

1b84bff2204c7ba940947830c4a782ad38efb25c authored about 9 years ago by andymcn <[email protected]>
Disable warning needed for VS2015

aabfaa962018296f8700e08e5221286dcd4bea0b authored about 9 years ago by andymcn <[email protected]>
Add types to tree check

6d26ef18864c7f739e1aa4914d48e050dee900ed authored about 9 years ago by andymcn <[email protected]>
set caprights if capsicum is defined

9df931cf925d29494d082f93dabd071e39427c72 authored about 9 years ago by sylvanc <[email protected]>
32-bit x86 and ARM port

f59b7c9d593df246b388816ca68617b998f8371b authored about 9 years ago by sylvanc <[email protected]>
Fix docgen broken by builtin change

a45cac051629e93030f0674fd7984ecd0f41f02e authored about 9 years ago by andymcn <[email protected]>
Minor AST fixes

eb37f978baaa410dd6dcb03b497cc3a72a07f8f5 authored about 9 years ago by andymcn <[email protected]>
Build builtin first, so "ponyc builtin" works

7461c69400e6953db46b946fff62c03a4469a0c3 authored about 9 years ago by andymcn <[email protected]>
Allow prefixes (eg -1) in case method parameter values

feaa2aa2d2679c2dd86d70520006ba409266859e authored about 9 years ago by andymcn <[email protected]>
Standardise guard syntax

df35bd557e58c84e717915213eea823024369dba authored about 9 years ago by andymcn <[email protected]>
Add access to the environment for tests

c90403249b99284cd0ab92cfa133e1b496c0acef authored about 9 years ago by Matt Kulukundis <[email protected]>
Add FilePath.mkdtemp() and FilePath.walk()

fdb61453689782c05cdd5195a3aec4171ff006b9 authored about 9 years ago by Matt Kulukundis <[email protected]>
Add tests for walk

23595767a5195e496cfa748132ca2871ddbee339 authored about 9 years ago by Matt Kulukundis <[email protected]>
Checkpointing work on glob

Add some helper methods and start implementing _resolve_pattern

9834c6c6128715f48a81ff2938e423b25585faf9 authored about 9 years ago by Matt Kulukundis <[email protected]>
fix _resolve_pattern to compile

80f889beb3ba1058e4ff00f61310f75b916b4cfb authored about 9 years ago by Matt Kulukundis <[email protected]>
update for test helper

71cec791cbcc89c49d5b3e3801a07d8d8e349432 authored about 9 years ago by Matt Kulukundis <[email protected]>
include files in all tests

0ec3231f970c5791227493068a72601cb0b2731c authored about 9 years ago by Matt Kulukundis <[email protected]>
add a test for sequences and fix a bug

f7633e09a37dcb837e114eca7a864aad6245127f authored about 9 years ago by Matt Kulukundis <[email protected]>
add tests for fnmatch

6bad0bad12217197828dfdc6a9c771529d788ace authored about 9 years ago by Matt Kulukundis <[email protected]>
First cut of Glob.fnmatch and Glob.translate

- it compiles but is not tested
- add a normcase function to path

c88df8a73bb28c8cae313d7c1a7ae471e307d255 authored about 9 years ago by Matt Kulukundis <[email protected]>
add a test for filter and fix bugs

0a45bbb4b1cd7083bfd5e01fa09bc86f660a2e6b authored about 9 years ago by Matt Kulukundis <[email protected]>
improve comments

f13e9adc14524171b69ebb62019ee9d2c8a0e1d6 authored about 9 years ago by Matt Kulukundis <[email protected]>
Fix bug in capability checking for matches

30b47cce4a769a5badbcac9096cc83044a71faa6 authored about 9 years ago by andymcn <[email protected]>
fix _resolve_pattern to compile

f7b8f263de6b820dc90a71ebea37511e83ea2e03 authored about 9 years ago by Matt Kulukundis <[email protected]>
update for test helper

a202b16e5db3cab913cdbb74b4bed8230401dabc authored about 9 years ago by Matt Kulukundis <[email protected]>
Checkpointing work on glob

Add some helper methods and start implementing _resolve_pattern

a4c659221315d3a588fe09693f0181b43749760b authored about 9 years ago by Matt Kulukundis <[email protected]>
Add tests for walk

b2d2359e9f854e2dfa2cc89f42ee1887219de93c authored about 9 years ago by Matt Kulukundis <[email protected]>
Add FilePath.mkdtemp() and FilePath.walk()

e524157a0af52ff5662c9497dbdd78bd7615e4a6 authored about 9 years ago by Matt Kulukundis <[email protected]>
Add access to the environment for tests

beccc7e25636383d76849f9fb79d8b33bca22f75 authored about 9 years ago by Matt Kulukundis <[email protected]>
add a test for filter and fix bugs

b757b63b0ce3a29d1c23f869d6b93e703d8396f9 authored about 9 years ago by Matt Kulukundis <[email protected]>
First cut of Glob.fnmatch and Glob.translate

- it compiles but is not tested
- add a normcase function to path

3923cd12403b74946f608444e7e1e4fac37a8e6e authored about 9 years ago by Matt Kulukundis <[email protected]>
add a test for sequences and fix a bug

ca88fb8e1cbdd207bb8f44641f8c7774bc9b3782 authored about 9 years ago by Matt Kulukundis <[email protected]>
include files in all tests

d2bd53655c316a1732aaa373353c88983c840cda authored about 9 years ago by Matt Kulukundis <[email protected]>
add tests for fnmatch

6058d0b06b57d8b5a9fac2ef2e5ecb08dae856c9 authored about 9 years ago by Matt Kulukundis <[email protected]>
improve comments

7311789f43e9677c5d687a16b4f359104436fbc3 authored about 9 years ago by Matt Kulukundis <[email protected]>
use case functions

bfdbaf92d51ad29641d2f0344a3cfb722d88d472 authored about 9 years ago by sylvanc <[email protected]>
Fix case functions returning None

366953f2f6de3a3ded477191f021fafd358de6c9 authored about 9 years ago by andymcn <[email protected]>
Allow unit tests to access Env

1f64c8f8bfba92cc8d0aeb285c77dabf3b7a7b2b authored about 9 years ago by andymcn <[email protected]>
Merge branch 'master' of https://github.com/CausalityLtd/ponyc

57b79aa2837749e1f8ffa33ff8683963bee70ef0 authored about 9 years ago by sylvanc <[email protected]>
give lambda apply same cap as lambda

93d486c87dd74ce94b67f5b4c39a5d6fe5e091df authored about 9 years ago by sylvanc <[email protected]>
Merge pull request #399 from fowles/tuple

Improve error for tuple indexing (Issue #397)

ae14f007bcbdf78353179dd3ca389a5c432bc01b authored about 9 years ago by andymcn <[email protected]>
Merge pull request #391 from fowles/readline

modernize readline example

79eab84a99aa19ec81b38a2a6a71b2e6aaec4053 authored about 9 years ago by Sylvan Clebsch <[email protected]>
Merge pull request #390 from fowles/groups

Add support for Match.groups()

d8e3250070af6842a97ec6208c8541695da57552 authored about 9 years ago by Sylvan Clebsch <[email protected]>
don't use openat/fdopendir on OSX

bfdd0c74f7d2b4e4f66160374405a13fca195906 authored about 9 years ago by sylvanc <[email protected]>
use assert and VS2013 compliant printf

54ccd21ca34dfd02ce424644c5241f6284a9ab8d authored about 9 years ago by Matt Kulukundis <[email protected]>
Add case method sugar

8b9eaa648bec9721a226e023751cf6f3df858c78 authored about 9 years ago by andymcn <[email protected]>
Merge pull request #401 from jonas-l/accept-box-for-assert-error

Accept box test function in TestHelper.assert_error()

1ebfeeee20dc2aec6a2b40fa4003b65f05c965df authored about 9 years ago by andymcn <[email protected]>
Accept box test function in TestHelper.assert_error()

This matches `expect_error()` declaration. Having parameter `test` as
box allows simpler lambda ...

7a462c7f5b36fd88e35f4d5d1d82fe5aa067a26d authored about 9 years ago by Jonas Lasauskas <[email protected]>
Improve error for tuple indexing (Issue #397)

b5e154b3168cf189311f3c5d6c61b4b0415de39c authored about 9 years ago by Matt Kulukundis <[email protected]>
Merge pull request #385 from jonas-l/contribution-guide

Describe basics for contributing to Pony

906cc451be4e95bb59e3c8760903b7835c499ec5 authored about 9 years ago by andymcn <[email protected]>
Fix #395 error handling fail

03dd910ac384c548dbf6736f8e0529704c813b2c authored about 9 years ago by andymcn <[email protected]>
allow identityof on this

a413261660534ef05df7f6ee85043cbb2c21bd24 authored about 9 years ago by sylvanc <[email protected]>
Interfaces are invariant if they are structurally equivalent

e35952cc994416664c8a2e43eb63a0809ffafde7 authored about 9 years ago by sylvanc <[email protected]>
updated changelog

0c8212311a008bc78e53b9d983f070940bfc67b9 authored about 9 years ago by sylvanc <[email protected]>
struct can't pattern match to a union type

9e8ee8c64ebb0b74b59e889f88faf73138d66106 authored about 9 years ago by sylvanc <[email protected]>
add Maybe[A] for optional structs

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

42a6ee1f1bd9d587c90f27f4d385bec203d8a82d authored about 9 years ago by sylvanc <[email protected]>
struct support without null handling

2185d8d7095b1a76e3bd353270a13f6685505f90 authored about 9 years ago by sylvanc <[email protected]>
Update tree check

6bbc379db12f7f08041132db67caea8d91233c24 authored about 9 years ago by andymcn <[email protected]>
merge changelog

c919b3a7cfa2a4ccedf381ed51437ac022daa710 authored about 9 years ago by sylvanc <[email protected]>
updated changelog

01dc43f07f32131f75493d1ac0386e2738e2856f authored about 9 years ago by sylvanc <[email protected]>
ifdef example

3af291b187e6c1193a79e10d695dc47e23cf7d28 authored about 9 years ago by andymcn <[email protected]>
Add ifdef

762987e6729aec38e9495b28ecf25d9e4fbb3c28 authored about 9 years ago by andymcn <[email protected]>
modernize readline example

ebd13d21522dcb50e62307b94cda453c527e89d2 authored about 9 years ago by Matt Kulukundis <[email protected]>
Add Match.groups() and tests

- API is similar to python's Match
- Fix the handling of group number counting

1845ff78246ea2791b2dcdd0653f9c9b93cee073 authored about 9 years ago by Matt Kulukundis <[email protected]>
improve comment

7b4c1fcb0123a8a822ea014869b843ca929ae3b2 authored about 9 years ago by Matt Kulukundis <[email protected]>
Merge pull request #389 from Diltsman/master

Fix snprintf for VS2015

19b03c560abda62426ae10a4a186ba783b979489 authored about 9 years ago by andymcn <[email protected]>
check for recursive embedded fields

64cc8b330feac42f9a9f4e3ad9bf9d5455a007fc authored about 9 years ago by sylvanc <[email protected]>
Only define snprintf for versions older than VS2015

Only define snprintf if the compiler is older than version 19.0

027dcb4469edb55a8a7e6325b4ae4a7a7fb431d7 authored about 9 years ago by Daniel Dilts <[email protected]>
embed fields

8dfc4967a7da34c0f9a2f15c7e4c1497fb114dfe authored about 9 years ago by sylvanc <[email protected]>
Describe basics for contributing to Pony

Guide is created with a few goals in mind:

- It should be short and easy to read.

- GitHub...

94fdb6b5bee10c86be24c76f068045f5de4873fb authored about 9 years ago by Jonas Lasauskas <[email protected]>
Merge pull request #371 from darach/de-feature-examples-delegates

Add delegate example

34ef964bce484c9a1532bcbf3322a14f0dfe8692 authored about 9 years ago by andymcn <[email protected]>
fixed double finalisation bug

766a2d8d564280b8dc8ca4232bc64641411d513b authored about 9 years ago by sylvanc <[email protected]>
empty the CD msgq on final to finalise all actors

fa760ca8b9f98760e93bd28724f09ef9110d1900 authored about 9 years ago by sylvanc <[email protected]>
fix partial application aliasing

8276b69336e3391a657ef5c0acdc2b6c8d11c640 authored about 9 years ago by sylvanc <[email protected]>
fix early constructor return

045f63d4bea803ae29f080547732ff14836c4835 authored about 9 years ago by sylvanc <[email protected]>
handle pooltrack in the right order

ef77249096ef5231cd32a7c91b701de6ae3abfd7 authored about 9 years ago by sylvanc <[email protected]>