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

Add base64 package documentation

8ddf4f59d8b6053e6929028e7c101eaa21a8dcdc authored almost 9 years ago by Sean T Allen <[email protected]>
Add debug package documentation

a1b8f2c8a8c151bd17ba415d6c769953c8a5fb60 authored almost 9 years ago by Sean T Allen <[email protected]>
Merge pull request #595 from ponylang/bureaucracy-package-docs

Add bureaucracy package documentation

3cbb64a8262b58bf1028e76a60953b3c14c13ee2 authored almost 9 years ago by Sean T Allen <[email protected]>
Add bureaucracy package documentation

b4175018cecaa69a9e4cdcff90e9bf7e90363ef3 authored almost 9 years ago by Sean T Allen <[email protected]>
Merge pull request #594 from ponylang/assert-package-documentation

Add documentation for the Assert package.

708ee29112b39bfa5b96aa6b4c834ecc592a670c authored almost 9 years ago by Sean T Allen <[email protected]>
Add documentation for the Assert package.

167636cbaf259eb83ae54f2d8822b987860a0718 authored almost 9 years ago by Sean T Allen <[email protected]>
Additions to tests for literal inference

2e32af3baa01a8a82b72f0b7affbf175d864a00e authored almost 9 years ago by George Marrows <[email protected]>
type function pointers as Pointer[None], add a C callback test case

c8be3ef003aab076caba66b43cb3d2c146ae4597 authored almost 9 years ago by sylvanc <[email protected]>
added ini package to stdlib

5f4d1ce9a6cae1f3d89ac367294c1823bd062a6f authored almost 9 years ago by sylvanc <[email protected]>
use a closed definition of ByteSeq, allow rcaps on type aliases to type expressions

2465bd70765c8dcfa472542ca1d4d2e2e644dbf6 authored almost 9 years ago by sylvanc <[email protected]>
stdlib changes to accomodate interface subtyping change

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

5f170ed61d301eedd13451c7b364fe1da2e39742 authored almost 9 years ago by sylvanc <[email protected]>
accept CFLAGS and CXXFLAGS from the command line

bd28a108ae3a46a27311e271e02d8b9ae9a32e11 authored almost 9 years ago by sylvanc <[email protected]>
Merge branch 'kulibali-issue_585_function_docs'

2ec582f4ffaac84df01e0b466b5dff09685c5ade authored almost 9 years ago by Sean T Allen <[email protected]>
make doc generator sort behaviors and functions by public/private

585b56cddde2b1dadada876d25988be29223d3bd authored almost 9 years ago by Gordon Tisher <[email protected]>
assign function results as tuples if the result type is known to be a tuple

071db1051b01b02a1224867c5bdbae3983634231 authored almost 9 years ago by sylvanc <[email protected]>
assign function return values based on declared return type, not body type

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

14f30f2171327fba5eea75a54ee306cecde13732 authored almost 9 years ago by sylvanc <[email protected]>
Merge pull request #590 from kulibali/issue_567_maybepointer

rename Maybe[A] to MaybePointer[A]

8ec3e98227b71f139b3818f88bccd910afd1bafd authored almost 9 years ago by Joe Eli McIlvain <[email protected]>
rename Maybe[A] to MaybePointer[A]

016899b04506c5230702a3e3b968085e7582cf4c authored almost 9 years ago by Gordon Tisher <[email protected]>
interface subtyping must not adjust for receiver cap

8275f8dc7928551552e62c9379ed1155d9b3932a authored almost 9 years ago by sylvanc <[email protected]>
report fewer redundant errors

de19ea207f649db24f42b5d7228f60087ec367ec authored almost 9 years ago by sylvanc <[email protected]>
recover expr result is only needed if its parent is needed

0c36c7319d485ba544576528445ba1d8a6ccbf2c authored almost 9 years ago by sylvanc <[email protected]>
a typearg that is the typeparam always satisfies its own constraint

2e6899622c7b8c8be090dd98630348928b11c64c authored almost 9 years ago by sylvanc <[email protected]>
lambda tests now need var captures

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

3f23e2ae5ab112fb1dcec195f4ff2b534cc64bf1 authored almost 9 years ago by sylvanc <[email protected]>
lambda captures should be fvar not flet, non-assignment is expressed in the lambda's apply receiver rcap

4d6841ffa89d691a9572b021d12922133534317d authored almost 9 years ago by sylvanc <[email protected]>
Merge pull request #586 from ponylang/documentation-formatting-partial-functions

Simplify partial function documentation formatting

38c451d05b32309e248bc29749260235eedc8dc5 authored almost 9 years ago by Sylvan Clebsch <[email protected]>
Add package entities to the package home page.

Navigation should be much smoother with the package home page having
links directly to each of i...

58783dfd93c316caba5c634e51f07adcfbfbd469 authored almost 9 years ago by Sean T Allen <[email protected]>
Simplify partial function documentation formatting

We were displaying both the ? and "can raise an error"
which is redundant. For now, we are going...

62e7fe60160c9223b14288d3908a6bbae2c39ee9 authored almost 9 years ago by Sean T Allen <[email protected]>
Merge pull request #584 from ponylang/documentation-formatting-redux

Clean up entity documentation

047e9ad5b17ecba6d5b8879ef5176770ae320460 authored almost 9 years ago by Sean T Allen <[email protected]>
Clean up entity documentation

b011c842e881360fac28a82605d27c4fcede514f authored almost 9 years ago by Sean T Allen <[email protected]>
Merge pull request #583 from ponylang/SeanTAllen-patch-1

Remove public/private output from entity documentation

11b2e2720bddc9a10abe20f49f081ff90637a34a authored almost 9 years ago by Sylvan Clebsch <[email protected]>
Remove public/private output from entity documentation

All we are doing is checking to see if the first character of the name is '_'.
This is standard...

3aeccdbe59fa3134173609b7117a5215bcf0a9f8 authored almost 9 years ago by Sean T Allen <[email protected]>
Fix incorrect variable name in Custodian documentation example

cebf1c842a849369a9f45831d358ece9c8e796a6 authored almost 9 years ago by Sean T Allen <[email protected]>
Merge pull request #582 from ponylang/documentation-formatting

Spiff up documentation formatting

dcf430a93e2d523dd7e829d6466d2192fdd8637f authored almost 9 years ago by Sean T Allen <[email protected]>
Spiff up documentation formatting

First steps towards making the generated
documentation more readable.

b2af3df686725e79c708f64ce5fd15344f278c23 authored almost 9 years ago by Sean T Allen <[email protected]>
Format class names as code in Signals documentation

33a36283610db09817392dcce23183be6f5deaf0 authored almost 9 years ago by Sean T Allen <[email protected]>
Merge pull request #579 from ponylang/signals-package-docs

Add signals package documentation

aa5def6aecd4db15a9640299afc37e6ffcbde4ce authored almost 9 years ago by Sylvan Clebsch <[email protected]>
Merge pull request #580 from ponylang/regex-package-docs

Add regex package documentation

b044014c69d26c98bf27db5bf7a6f740a324ddf1 authored almost 9 years ago by Sylvan Clebsch <[email protected]>
Merge pull request #581 from ponylang/bureaucracy-package-docs

Provide Custodian usage example documentation

1c74a0ee603b7d69c3668b3e725d9184d8fd8d49 authored almost 9 years ago by Sylvan Clebsch <[email protected]>
Provide Custodian usage example documentation

c7bf78db554548af86864dcef57ab9627a149d2d authored almost 9 years ago by Sean T Allen <[email protected]>
Add regex package documentation

These are incomplete but its a start.

32fa73ab990ecf7093daf87ed2da45a78b94807e authored almost 9 years ago by Sean T Allen <[email protected]>
Add signals package documentation

00cc70a5ee499db16633528d932f9dd4776534a8 authored almost 9 years ago by Sean T Allen <[email protected]>
acquire messages may refer to immutable objects not in the objectmap

5ca1846d3332a7be1053bc5f2b0adc6c170af641 authored almost 9 years ago by sylvanc <[email protected]>
disable LoadCombine pass on OSX due to LLVM bugs

9aca1e09c107ca770a2ba560747e3b61f8ca0e81 authored almost 9 years ago by sylvanc <[email protected]>
Merge pull request #578 from aturley/issue-577

Fix issue 577 and add tests for String.count.

be6c3e6d222c9c13ca947230754cddf5664fa3b4 authored almost 9 years ago by Joe Eli McIlvain <[email protected]>
Fix issue 577 and add tests for String.count.

String.count would fail to count the last instance of a substring in a string if the substring a...

2ea4d81019b02ff2ea40fe6111b975a6b9956581 authored almost 9 years ago by Andrew Turley <[email protected]>
add libressl to mac build instructions

ed41a924f164315c0d2f0d7cf1045ff01f49b636 authored almost 9 years ago by sylvanc <[email protected]>
update appveyor status link

6374a79cbf9b6e33efc895ef52a1386942459e0e authored almost 9 years ago by sylvanc <[email protected]>
don't File.open a pipe

eea4406ce384dd6f96881f8ffe1836b0bf7c7864 authored almost 9 years ago by sylvanc <[email protected]>
recalculate typeparamref def in rescope

40d5a1c6c8a5507bd7e40ca59e9b8a54a550222f authored almost 9 years ago by sylvanc <[email protected]>
add llvm-3.6 toolchain source

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

35cfa1250a9e6d9cbfebfdf2a01bf15f8ad295df authored almost 9 years ago by sylvanc <[email protected]>
build both llvm36 and llvm37 on travis

30c92f9804f86ecd441a8302d60d7aa030a710a2 authored almost 9 years ago by sylvanc <[email protected]>
Update installation instructions

We've upgraded to LLVM 3.7.
Update install directions accordingly.

bb5ceee4a2314cd81dbe7de9fcb0745081e78d33 authored almost 9 years ago by Sean T Allen <[email protected]>
travis update

99afcf6fb4e3e6f7f53b453af6f5005d8b0b60fd authored almost 9 years ago by sylvanc <[email protected]>
find the module before replacing the ast node

d1c3077de20cd598ef8e7b689ce486502977fbaf authored almost 9 years ago by sylvanc <[email protected]>
turn int to bool explicitly

acd7a35e78b2b82b4b0c9e7ffa1fa29d4bfa625b authored almost 9 years ago by sylvanc <[email protected]>
llvm37 compatibility

3057b951fec87a9bb0d2b2b1e6b937413de9b7a9 authored almost 9 years ago by sylvanc <[email protected]>
llvm version ordering

88e77816c919804dbbf150800d3a021ae688955b authored almost 9 years ago by sylvanc <[email protected]>
echo server idioms

c45f152b4cce1694ad7ad116e0f44424889979cd authored almost 9 years ago by sylvanc <[email protected]>
fix dynamic tuple child tracing

2136f12ffd404a71b4af0f2c48171e0cf238d77e authored almost 9 years ago by sylvanc <[email protected]>
Merge pull request #564 from ponylang/SeanTAllen-patch-1

Add link to up to date stdlib documentation

f75e16fecff864f4f1882e781be6c806bd8784a1 authored almost 9 years ago by Sean T Allen <[email protected]>
Add link to up to date stdlib documentation

9500c84b896fdcc0a9dceab903c813a6f2c08e18 authored almost 9 years ago by Sean T Allen <[email protected]>
Autobuild docs on commit to 'master'

Docs will appear at http://ponylang.github.io/ponyc/

08688b8e296cd8c7bf7098b34bd7ab511e14ac7c authored almost 9 years ago by Sean T Allen <[email protected]>
Merge pull request #562 from Praetonus/ffi-examples

FFI struct example

69b475722b9436901f9c23230913ad4e81526c1b authored almost 9 years ago by Joe Eli McIlvain <[email protected]>
Add precisions about structs downsides in example

d84b0a3078347b01ec89d31907faba3ce79a3709 authored almost 9 years ago by Benoît Vey <[email protected]>
Fix C file coding style

532059d32b79e5c560142e4d1de67330361cc5f2 authored almost 9 years ago by Benoît Vey <[email protected]>
FFI struct example

a21bf93a8ce2082d7528e82ba54f03c2f55da729 authored almost 9 years ago by Benoît Vey <[email protected]>
Fix compiler abort on desugaring lambdatype field declaration.

Resolves #560.

ab62f5527a583f4c8a37dd9f610ee87ec670bfdb authored almost 9 years ago by Joe Eli McIlvain <[email protected]>
move Lists[A] functions on to List[A]

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

94bdabd8d744ce3ea53f336244e34c2b01df5630 authored almost 9 years ago by sylvanc <[email protected]>
Merge pull request #553 from jtfmumm/master

Add suite of helper functions for the list collection, with corresponding tests

e4425bb8ab8f590cc259a73108f51e873fea349b authored almost 9 years ago by Andy <[email protected]>
Update style, add docstring comments for helpers, and check list sizes in tests

f9596708370fbf80c5bf24bf96423f8c6d4f739e authored almost 9 years ago by John Mumm <[email protected]>
Merge branch 'master' of https://github.com/ponylang/ponyc

58b5288390c3833fd0919c1d75706168c0fdec94 authored almost 9 years ago by sylvanc <[email protected]>
Merge pull request #554 from jemc/fix/ponyrt-linked-names

Standardize publicly linked function names in libponyrt

c866b780c469ee76da34978d078756b39cb220bf authored almost 9 years ago by Andy <[email protected]>
Add some unit tests for collections.Map.

dbb7bdaab3c013fbe22cd23a5885cc8e72996044 authored almost 9 years ago by Joe Eli McIlvain <[email protected]>
Standardize publicly linked function names in libponyrt.

e9bd21d3d22ccd3e0fc3a107aa7d53683d7f24b1 authored almost 9 years ago by Joe Eli McIlvain <[email protected]>
Fix returns

963babb1709fe6c647f1e457ac7dd9964f4caec1 authored almost 9 years ago by John Mumm <[email protected]>
Add docstrings for reverse and unit

15c5b84bf0ed9c74495d48a1dfad96a7a331b107 authored almost 9 years ago by John Mumm <[email protected]>
Add a suite of helper functions for the list collection with passing tests

07c145314ca05b8d3c1edea44c18f2bd7097164b authored almost 9 years ago by John Mumm <[email protected]>
only apply a topology delta on block if a new one arrives

4a23408268ca9acb24cf54f7859e663b86c4651a authored almost 9 years ago by sylvanc <[email protected]>
fix HashMap.insert bug on resize

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

d6837083b216b744c0cfcbc735adbd80fb1b4d74 authored almost 9 years ago by sylvanc <[email protected]>
better symlink FileInfo, don't File.open directories

76ac8aae9af21fc9d75a043ccd73b45fbba66d5a authored almost 9 years ago by sylvanc <[email protected]>
Merge pull request #546 from SeanTAllen/coc

Add Emacs pony-snippets to editor support list

8c41b12e9c89956b2050e99b943500432fc0a85a authored almost 9 years ago by Andy <[email protected]>
Add Emacs pony-snippets to editor support list

9add327020ce968c32fc530be9415123b48cbb0c authored almost 9 years ago by Sean T Allen <[email protected]>
Merge pull request #545 from SeanTAllen/patch-1

Update mailing list address

2cf6b89f708d95f0b2afde33627f1a7961eb2e2e authored almost 9 years ago by Andy <[email protected]>
Update mailing list address

f42b88f14ffc40415e92e19804a118b4f79386e0 authored almost 9 years ago by Sean T Allen <[email protected]>
Merge pull request #543 from SeanTAllen/coc

Add Code of Conduct

593bcdd24ab89bd7ad20728ecf3a8ffcd32b814d authored almost 9 years ago by Andy <[email protected]>
delete array trace loop when it isn't needed

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

7192959edfeeeab97272a31fb32a851c51c28df3 authored almost 9 years ago by sylvanc <[email protected]>
Add Code of Conduct

Because, sadly some people need to have to laid
out for them what is appropriate in a profession...

e388af18037997b7ce6ad29ce6af4cc381cab566 authored almost 9 years ago by Sean T Allen <[email protected]>
Fix alternative suggested name for local variables

149a97d4ea32392b21d721fe7ea3effd7b89feb3 authored almost 9 years ago by Andy McNeil <[email protected]>
valtrace optimisation test

081dd90eda1083850e26d3ecc1f1393d5ad2ef2a authored almost 9 years ago by sylvanc <[email protected]>
fix argument order

22d98f5dbf9adf1cdf8eb059b19fd15cf27424a6 authored almost 9 years ago by sylvanc <[email protected]>
classify val objects

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

52fc55a473a0f65a2ae2b17781e75d16f42e22e9 authored almost 9 years ago by sylvanc <[email protected]>
treat immutable objects with an LRC as gc roots

873a50399f6b429e22086ffce30c39219c22b659 authored almost 9 years ago by sylvanc <[email protected]>