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

Add string representations for TK_FORMALVALUE* tokens.

github.com/ponylang/ponyc - 86e408029d1635253b5d26ec13c6e73660fb4996 authored almost 9 years ago
Merge pull request #663 from doublec/debian

Update Debian Jessie install instructions

github.com/ponylang/ponyc - 376d2864f28185c4840282c4a7a593978b9ad422 authored almost 9 years ago
Merge pull request #662 from kulibali/more_logging

check verbosity flag for compiler messages

github.com/ponylang/ponyc - 40d1effdaec20b679dd8526257845c4fa9eae8ba authored almost 9 years ago
Add note about LLVM GPG key and updating apt-get for debian jessie

github.com/ponylang/ponyc - effdd9d6075a5bff12124fc0bd2fc6324a4cfc8b authored almost 9 years ago
Debian Jessie, not Debian Jesse

github.com/ponylang/ponyc - ea01b4d17b159c417e5bbb4555609fe7dcd6093e authored almost 9 years ago
check verbosity flag for compiler messages

github.com/ponylang/ponyc - 3d4dea08657a3c3fccd3c5ea8cf9e47d387b0d56 authored almost 9 years ago
Merge pull request #622 from kulibali/building_on_windows

Add Windows build details to readme

github.com/ponylang/ponyc - 52fbf5fc685e36c34fd3fd7456b163272d29fa28 authored almost 9 years ago
fixes for Windows build; add Windows build details to readme

github.com/ponylang/ponyc - 25753618292b5ac1d563a272b736dbc1ca2c9d23 authored almost 9 years ago
Merge pull request #652 from ponylang/readline-example-store-commands

Store command history in Readline example

github.com/ponylang/ponyc - f965c93c360ec8437f25eed94ab68fcf1b2947f3 authored almost 9 years ago
Merge pull request #646 from ponylang/caps

Use primitives for capabilities-secure networking

github.com/ponylang/ponyc - a78f53ab83707e5c4ccc462204a550aee2a65156 authored almost 9 years ago
set initial packet size correctly on windows

github.com/ponylang/ponyc - db54a681a6c49bebffc628a66782e00250d37025 authored almost 9 years ago
Store command history in Readline example

Having a fixed command set isn't particularly realistic.
Modified the readline example to record...

github.com/ponylang/ponyc - e1c81da305fe4559fbd371edb421040cd7d70201 authored almost 9 years ago
Wrap to 80 columns where possible

github.com/ponylang/ponyc - 25f21d8b6111beb0fef2ac7f0745626c6da1e02a authored almost 9 years ago
Merge pull request #650 from ponylang/debian-jesse-install

Provide Debian Jesse install instructions

github.com/ponylang/ponyc - a01fbc0e2c124abf5396f3e82e0bc47a3a222548 authored almost 9 years ago
Provide Debian Jesse install instructions

Works for llvm-3.8 both debug and release versions.

github.com/ponylang/ponyc - 5c9f9e9b877480f9510b68a89c590c2a6de35bbc authored almost 9 years ago
Merge pull request #636 from georgemarrows/pony570

More literal inference tests: tuples & poking harder at simple cases

github.com/ponylang/ponyc - e7d4c5583a12201b90bf76c57eea3691ac6a0459 authored almost 9 years ago
Merge pull request #626 from kulibali/issue_569_verbosity_level

add verbosity level as a command line argument

github.com/ponylang/ponyc - 827a243ea1651505eb56642ecb774e9d6adabcbd authored almost 9 years ago
add verbosity level as a command line argument

github.com/ponylang/ponyc - f893381f251f86dca40fee1aac2049882e0e85f0 authored almost 9 years ago
Add minimal case to trigger issue 647

github.com/ponylang/ponyc - a4c21dcdec6168ab148fcc0fa2443a2805825916 authored almost 9 years ago
Use primitives for capabilities-secure networking

This is based on @dkck's work on capability-secure networking.
The idea is to use primitives as ...

github.com/ponylang/ponyc - 61ce4577b283760a2d2bcd99c0fd093c1c23034b authored almost 9 years ago
Merge pull request #645 from ponylang/distrib

Rewrite the code generator to be iterative

github.com/ponylang/ponyc - b173c18a835b19eaf6b31a3f2457c7f085d9b744 authored almost 9 years ago
Rewrite the code generator to be iterative

The original code generator was recursive, and walked the expression
AST to determine what types...

github.com/ponylang/ponyc - 72c5727093dd1e643dc95efc326f3b34672d69bc authored almost 9 years ago
Add collection of minimal regression test cases

These are user supplied test cases that we can run
when making changes to verify no regression i...

github.com/ponylang/ponyc - 3ca96c2665f72a32d2e455b6b16887710fa5f4d5 authored almost 9 years ago
Merge pull request #631 from ponylang/changelog-required

Update Pull Request Contributing guidelines.

github.com/ponylang/ponyc - 106d7684317579f63002787329799d784d1712db authored almost 9 years ago
Update Pull Request Contributing guidelines.

Pull requests are coming in with a wide range of
quality. There's no baseline of expectation bei...

github.com/ponylang/ponyc - a45bc4f4892a0a9924cad0dbf59d4f26a81b6d07 authored almost 9 years ago
Merge pull request #644 from jemc/fix/tests-that-time-out

Fix names of test `timed_out` callback functions.

github.com/ponylang/ponyc - 8b9cce6c937d338d56a1735c53cd1b30ded33ca9 authored almost 9 years ago
updated changelog

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

github.com/ponylang/ponyc - e981ee7596d0f617832b9a25d4789bb918a208af authored almost 9 years ago
use actormap_getorput in gc_markactor

github.com/ponylang/ponyc - 95b6009184b0149084f1677e45b34e43074543dc authored almost 9 years ago
Fix names of test `timed_out` callback functions.

Resolves #602.

github.com/ponylang/ponyc - bbc708593ffe1a4122bca5bd25e2c89f1963c8da authored almost 9 years ago
Merge pull request #643 from tmmcguire/issue-638-string-compare-2

Rewrite compare_sub to perform lexical comparison.

github.com/ponylang/ponyc - f8fb0239473ca24de0c16060fce0754db76e89f3 authored almost 9 years ago
Rewrite compare_sub to perform lexical comparison.

github.com/ponylang/ponyc - 081cc26d1fb00e84783346adf4c52e2c45794b11 authored almost 9 years ago
Merge pull request #639 from Praetonus/string-compare

String.compare() bug and unit tests

github.com/ponylang/ponyc - d35fcf1977cbf11dd3f742fa61505a0c66c9f323 authored almost 9 years ago
Fix String.compare() bug

String.compare() was wrong when the receiver was shorter in length than
the argument, but lexico...

github.com/ponylang/ponyc - 98b2e75491425b58640c896586978bbda0f0b809 authored almost 9 years ago
Merge pull request #637 from ponylang/issue-629

Don't "force free" memory of objects with finalizers

github.com/ponylang/ponyc - fecc066d9882ad65fb45903f81e4477a71686ed9 authored almost 9 years ago
Don't "force free" memory of objects with finalizers

Magically GC code exists that will attempt to
"force free" data that is not referenced in the
al...

github.com/ponylang/ponyc - 3b80f4e59c2d93366534d25ca4a593cf4d4d47da authored almost 9 years ago
Additional simple literal tests

github.com/ponylang/ponyc - ba8603c1abf45feb72112215e41cf547c0321a92 authored almost 9 years ago
Literal inference tests for tuples

github.com/ponylang/ponyc - 595140c67e88fc5c18e2781a28c31b876f40c286 authored almost 9 years ago
Merge pull request #627 from doublec/linux_prereqs

Add instructions for installing prerequisites on Linux

github.com/ponylang/ponyc - f8ff8418353914641d2918c213513f3e808c22c3 authored almost 9 years ago
Merge pull request #630 from jtfmumm/ini

Add support for empty sections to ini parser

github.com/ponylang/ponyc - 805040386b9579cd7e5e60613338a3af19d6d72a authored almost 9 years ago
Merge pull request #633 from ponylang/ponytest-documentation-formatting-2

Format list as markdown list in ponytest documentation

github.com/ponylang/ponyc - a811bd10cadcdd94520cfd3710b01fb477311e68 authored almost 9 years ago
Format list as markdown list in ponytest documentation

Otherwise they end up getting smushed together.
Intent of original formatting is lost.

github.com/ponylang/ponyc - 03101264de938823fa8fe86a6ae02b12e5ab12fe authored almost 9 years ago
Add support for empty sections to ini parser

Fix 'delimiter' typo
Update Ini and IniMap to handle empty sections
Add contains(key) method to ...

github.com/ponylang/ponyc - 84f1e2b74a37471f5cda14650cd715562c1a2457 authored almost 9 years ago
fixed bug in HashMap._search

github.com/ponylang/ponyc - 6780aa7aded1111d3f9071ce19f1ff53217f532c authored almost 9 years ago
Add instructions for installing prerequisites on Linux

github.com/ponylang/ponyc - d271601fe62ee47773aeb49e87613f2790069ae1 authored almost 9 years ago
Merge pull request #624 from ponylang/rename-entities-types

Rename 'entities' to 'types' in package documentation

github.com/ponylang/ponyc - 9a3a8a524fb2711fb9fd2b6cf7175c223ddd7390 authored almost 9 years ago
Rename 'entities' to 'types' in package documentation

As Sylvan pointed out, they are types.

AND he prefers they be referred to that way.

github.com/ponylang/ponyc - a01078bfb2349a686371f98bf0704678a61323b7 authored almost 9 years ago
Merge pull request #620 from ponylang/issue-588

Organize package entities by visibility and purpose

github.com/ponylang/ponyc - 901983a2e08edb256c99c4e75827461cbce9941a authored almost 9 years ago
Merge pull request #619 from ponylang/documentation-formatting-fix-signals

Documentation formatting fix signals

github.com/ponylang/ponyc - b9975b9073681c75c1eef413574d00f7fda397f5 authored almost 9 years ago
Merge pull request #618 from ponylang/highlight-pony-doc-examples

Highlight Pony syntax in documentation examples

github.com/ponylang/ponyc - 5c24728666598f2a62e1bcc5537af7ce831dd9e6 authored almost 9 years ago
Organize package entities by visibility and purpose

Will organize into public and private for non-testing related
entities and into testing/non-test...

github.com/ponylang/ponyc - 96fe1a99f54823ba67542907473e21cb2ed6a6bb authored almost 9 years ago
Switch back to readthedocs theme

It works out better for source code examples.
Need to move off of mkdocs to fix other issues,
sh...

github.com/ponylang/ponyc - 3acd298e7f2ddc42283c700962279a41d486308d authored almost 9 years ago
Minor formatting fix to signals documentation

github.com/ponylang/ponyc - c0885a566f7066d61cdba346cd48131f2a8e8b5b authored almost 9 years ago
Highlight Pony syntax in documentation examples

github.com/ponylang/ponyc - 36ab0cd1fac758de3745e2b7690e457562fc8b78 authored almost 9 years ago
Escape whitespace correctly for sed

github.com/ponylang/ponyc - c6d3cc9b4f717dee83cb27b4a8a163681ee36272 authored almost 9 years ago
Make yaml in yaml work.

Travis build not running because of ': ' in travis
commands. Have to replae with ':\s' which in ...

github.com/ponylang/ponyc - ecf686b3b8a3d676472d64d74f81feed11b2a92e authored almost 9 years ago
Fix syntax error in travis config

Bad sean. Forgot the ; again.

github.com/ponylang/ponyc - fde8acab32e761194db2c9071f7eeacd42de3aa7 authored almost 9 years ago
Merge pull request #615 from ponylang/options-package-docs

Add options package documentation

github.com/ponylang/ponyc - f3b796cfd248fb0ae6d78315f3e07498cd4c138d authored almost 9 years ago
Add options package documentation

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

github.com/ponylang/ponyc - 6308316e16edd888f0f45a03620a24c88f244b05 authored almost 9 years ago
Merge pull request #593 from georgemarrows/master

Additions to tests for literal inference

github.com/ponylang/ponyc - d6b576fac5407cda070f6531045098ebdaeb6a6e authored almost 9 years ago
Merge branch 'material-theme-for-docs'

github.com/ponylang/ponyc - d216629962028573f730d134cba66b29d7f8ed58 authored almost 9 years ago
Merge branch 'master' into material-theme-for-docs

github.com/ponylang/ponyc - 9b2e305861cc0ae57296c933bb784ccf61e559b2 authored almost 9 years ago
Merge pull request #613 from ponylang/better-name-for-standard-lib-docs

Give standard library documentation a nicer name

github.com/ponylang/ponyc - 6e723e58c999ec034baa815dd15f7c88bc8de64b authored almost 9 years ago
Merge pull request #612 from ponylang/formatting-fix

Minor formatting fix

github.com/ponylang/ponyc - 793301dd482da29529d6a3284653e5ab13c31e0b authored almost 9 years ago
Give standard library documentation a nicer name

github.com/ponylang/ponyc - 2190b3cf73d86ebe570d6c015da62549fdd97a4e authored almost 9 years ago
Switch to material theme for docs

There's numerous issues with the formatting in the readthedocs
theme. Material is far from perfe...

github.com/ponylang/ponyc - 11ec4e96e0e9e5282445be79fa7813dd190ef657 authored almost 9 years ago
Minor formatting fix

github.com/ponylang/ponyc - 45ae6d1cbd436074e41dedb2944ac1a99a8ce354 authored almost 9 years ago
Merge pull request #610 from ponylang/glob-package-docs

Add glob package documentation

github.com/ponylang/ponyc - 74798a77a31c4f76a185be711b90477d545d4dd4 authored almost 9 years ago
Merge pull request #611 from ponylang/math-package-docs

Add math package documentation

github.com/ponylang/ponyc - 77c66d8800f0bf7cd29b7718b44aa7371a17a866 authored almost 9 years ago
Add math package documentation

I *might* have played this one pretty tongue in cheek.

github.com/ponylang/ponyc - e040fd3838f0849535f1c8934565c0d0789f5ccf authored almost 9 years ago
Add glob package documentation

github.com/ponylang/ponyc - bf3fb6aa9011e58ca0ca35c606f013d520a36549 authored almost 9 years ago
Merge pull request #609 from ponylang/ini-package-docs

Add basic ini package documention

github.com/ponylang/ponyc - 730c4fc1b923fc23e9f9b698af30d2736a84da24 authored almost 9 years ago
Merge pull request #608 from ponylang/random-package-docs

Add basic Random package documentation.

github.com/ponylang/ponyc - 5cff60d382a17c13ab2feeee65b48d0b7617b08a authored almost 9 years ago
Add basic ini package documention

github.com/ponylang/ponyc - faf38a951dfd13d4b592a4d3cf3398813e306abe authored almost 9 years ago
Add basic Random package documentation.

Also adds some basic docs on Random trait.

github.com/ponylang/ponyc - 7f4480873b9c5680a1b3aeba5ba9f461e4b223a8 authored almost 9 years ago
Remove unneeded FIXMEs

github.com/ponylang/ponyc - 4dfc83d6ecdae9f0bdcd7894bde9bdbf292dca47 authored almost 9 years ago
Literal inference tests for generics

github.com/ponylang/ponyc - b91073b133cf5e9c56ffaf2e64ebab7b0812d154 authored almost 9 years ago
stricter embedded field types

github.com/ponylang/ponyc - af062ca375231e967e6d37f4759a907b490fb41f authored almost 9 years ago
Add DO and rename check method

github.com/ponylang/ponyc - 8ea337991c3a2831833efe98b683135fd54a4ae2 authored almost 9 years ago
recurse in genfun_vtable_index

github.com/ponylang/ponyc - e0dac0471f13cd8c55adf5df3db97c6eeac31969 authored almost 9 years ago
finalise the cycle detector after all threads have joined

github.com/ponylang/ponyc - a1deebb68f966b1d336e1ef615bcc61eb79c6164 authored almost 9 years ago
fix control structure codegen bugs when the expr has a control type

github.com/ponylang/ponyc - af215f6960c68de8f0302cfd1169629c6dd0b512 authored almost 9 years ago
check typeparam reification with scopes

github.com/ponylang/ponyc - af3ed123452be473a4fac00ba4c6c3fc674934de authored almost 9 years ago
Merge pull request #604 from jeremyheiler/centralize-name-checks

Fix and move name check predicates, and add tests for them

github.com/ponylang/ponyc - ec5af6cec264c848fb66ed2c9f796dd489596c45 authored almost 9 years ago
Fix and move name check predicates, and add tests for them

github.com/ponylang/ponyc - 15c4a26392c11d2f43e8e9c6b9c4d1e1192ae9c1 authored almost 9 years ago
check that a package path is a directory

github.com/ponylang/ponyc - 2b844f00aa9d8deb8cdd60031b78c01825ca76c3 authored almost 9 years ago
allow lambdatypes to appear as type parameter constraints

github.com/ponylang/ponyc - e0ea7e35ad6419ffa3b1ae2627d211e32945887a authored almost 9 years ago
Merge pull request #600 from ponylang/readdir

use readdir instead of readdir_r

github.com/ponylang/ponyc - f2030d0598d719d19844993faeb912c407b86c9e authored almost 9 years ago
Merge pull request #601 from ponylang/builtins-package-docs

Add documentation for the builtin package

github.com/ponylang/ponyc - 26472dd84b5b759273e151f2a71cd1accbf7f534 authored almost 9 years ago
Add documentation for the builtin package

github.com/ponylang/ponyc - 4ce5b0dcaf1e4c051418b69b0de5c702ce6e0f36 authored almost 9 years ago
use readdir instead of readdir_r

github.com/ponylang/ponyc - 6a625842265946e489a75588b95e9d40abbcfa6d authored almost 9 years ago
find a terminating constraint

github.com/ponylang/ponyc - 53730e2836a3e9fd43656667824a4760fb878f00 authored almost 9 years ago
improve error reporting when an expression does not return a value

github.com/ponylang/ponyc - 77e44957fdc5614639ff3826db8b84a71c9ca1bb authored almost 9 years ago
merge master

github.com/ponylang/ponyc - d1098a2ddeca6ad6880232607be36ec0d38dfb04 authored almost 9 years ago
fix type checking errors in default arguments

github.com/ponylang/ponyc - 7bbc17b08f51d95448f40b29be76e8e2d5d7af78 authored almost 9 years ago
Merge pull request #598 from jeremyheiler/centralize-name-checks

Centralize checks for names being private, types, internal tests, and FFI declarations

github.com/ponylang/ponyc - 756a6ce4b82f621cc882fc383bd672cf4d1a43be authored almost 9 years ago
Centralize checks for names being private, types, internal tests, and FFI declarations

github.com/ponylang/ponyc - b8448bc12aa523dd97abf62db07211724435ce19 authored almost 9 years ago
Merge pull request #597 from ponylang/base64-package-docs

Add base64 package documentation

github.com/ponylang/ponyc - 84633b69135ccb11d9f75780687d97d17063d427 authored almost 9 years ago
Merge pull request #596 from ponylang/bureaucracy-package-docs

Add debug package documentation

github.com/ponylang/ponyc - a748aa9806905017db438522cb11e32cc46a5369 authored almost 9 years ago