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

Updates release notes for PR #3992

github.com/ponylang/ponyc - 626bc740e9f1a958bf05a6eb33d8ddfa33083670 authored almost 3 years ago
Add additional methods to itertools (#3992)

Previously there were methods for `Iter` within `itertools` which, while originally planned, whe...

github.com/ponylang/ponyc - 786d21c979e19a7ab402e3c270861a64040e03ba authored almost 3 years ago
Change some pure compilation tests into runner tests (#3996)

The code is easier to maintain when its not in C strings so we
decided to transition any that a...

github.com/ponylang/ponyc - 6a5583ef8e9561dd7bff3ff7a97e1a15f438de1d authored almost 3 years ago
Update CHANGELOG for PR #3988

github.com/ponylang/ponyc - 670f0eb0487743edb5792ecc8879ac0d98472f05 authored almost 3 years ago
Updates release notes for PR #3988

github.com/ponylang/ponyc - 1ae75a706d0093b12ecc9bda864490fde9c90448 authored almost 3 years ago
Expose additional scheduler info via the runtime_info package (#3988)

* WIP

* Release notes

github.com/ponylang/ponyc - 4acc70ad2c90f8ad5a0436ff914de7095b029dff authored almost 3 years ago
Updates release notes for PR #4000

github.com/ponylang/ponyc - 0bbaf881d82f6017b551aed9ef425c52f1b43f87 authored almost 3 years ago
Update CHANGELOG for PR #4000

github.com/ponylang/ponyc - 950b65090c652001e65850ee2c9777189ccad0ab authored almost 3 years ago
Remove out parameter from `pony_os_stdin_read` (#4000)

The signature of the `pony_os_stdin_read` function has been simplified to remove the `bool* out_...

github.com/ponylang/ponyc - f4d8fe2cd74aea9034bdcf2c42c99987ad0c411b authored almost 3 years ago
Fix bug in #3993 (#3999)

github.com/ponylang/ponyc - 8db04b01e21772fcd9a0473e49fd4737b10dc336 authored almost 3 years ago
Fix package-level example in "files" (#3998)

The example program in the "files" package would not compile because
there was an unnecessary `...

github.com/ponylang/ponyc - 4758bcfb7f52396845cf9d8243fbabbf8b65ca3a authored almost 3 years ago
Updates release notes for PR #3994

github.com/ponylang/ponyc - c7a2b0e39b51c07fd8f3eaff324bbdb81571fb37 authored almost 3 years ago
Update CHANGELOG for PR #3994

github.com/ponylang/ponyc - c9ce2a329a3580ec8bb242a0e95e4f62f846ab14 authored almost 3 years ago
Update LLVM to 13.0.1 (#3994)

This change updates our LLVM submodule to llvmorg-13.0.1

github.com/ponylang/ponyc - a87c35329bffab1aa32eb1fd60f6afc9264c3c36 authored almost 3 years ago
Update CHANGELOG for PR #3995

github.com/ponylang/ponyc - 78089cfbc0a70729aad598fa3d3a2b2fc7fa48fe authored almost 3 years ago
Updates release notes for PR #3995

github.com/ponylang/ponyc - 54d1e33aeafbfb86b048ad8e8a1532cd5a5ae350 authored almost 3 years ago
Revert "prevent non-opaque structs from being used as behaviour parameters" (#3995)

The bug that [#3781](https://github.com/ponylang/ponyc/pull/3781) aka "prevent non-opaque struct...

github.com/ponylang/ponyc - cee12b95b145e8657c8cd5da25f841019fda2031 authored almost 3 years ago
Update CHANGELOG for PR #3993

github.com/ponylang/ponyc - ae11e97c197fd5abebad78c2a1b2b09665f24096 authored almost 3 years ago
Updates release notes for PR #3993

github.com/ponylang/ponyc - a06f06fcd3b4b92bdd366819ee74014e023d8cd3 authored almost 3 years ago
Fix runtime crash when tracing class iso containing struct val (#3993)

Prior to this fix, you could crash the runtime if you sent a `val` struct wrapper in an `iso` cl...

github.com/ponylang/ponyc - 76ec21542087b175bd0d6097149313ba05b62ff6 authored almost 3 years ago
Refactor how ponyint_cpu_core_pause is called (#3989)

We were doing extra work in `ponyint_cpu_core_pause` that wasn't used
when we weren't going to ...

github.com/ponylang/ponyc - c63b8a78be17b5bffcafdd15bb6fbd58be736295 authored almost 3 years ago
Have ponylang-main label issues to discuss during sync

github.com/ponylang/ponyc - b218ce1fe16c6f72d8c5f2f1759b62e1c2bb3238 authored almost 3 years ago
Update CHANGELOG for PR #3990

github.com/ponylang/ponyc - 9b5530f51ba3497050699215a815ba9f1cfcf475 authored almost 3 years ago
Updates release notes for PR #3990

github.com/ponylang/ponyc - 52bdf128c57852b998ea6723da5f47de7d362d46 authored almost 3 years ago
Stop creating prebuilt ponyc releases for Ubuntu 21.04 (#3990)

It reached its end-of-life in January 2022.

Closes #3982

github.com/ponylang/ponyc - fa14028562cc827438472c8f31c7a74e0d3036ef authored almost 3 years ago
Small formatting fix

github.com/ponylang/ponyc - b96b7c04876f3243a7cd3f8df39feacbd9def058 authored almost 3 years ago
Formatting fix for release notes

github.com/ponylang/ponyc - 1e3e2ed4e3bd82533945e9d50f864477256e2835 authored almost 3 years ago
Updates release notes for PR #3984

github.com/ponylang/ponyc - 91b5a1ac6b6a90461e16689ef43d61426f0ad914 authored almost 3 years ago
Update CHANGELOG for PR #3984

github.com/ponylang/ponyc - 60665f1512830e8442e34a71b503885b39f8aaf6 authored almost 3 years ago
Add a pony primitive that exposes scheduler information (#3984)

Previously, when users wanted to optimize the parallelizing work based on the maximum number of ...

github.com/ponylang/ponyc - 2f1e7c910503964ff59840d6e007724963e2e9d6 authored almost 3 years ago
Rotate release notes as part of the 0.47.0 release

github.com/ponylang/ponyc - 0c9622e019722255d9edb64a134355d077f4a211 authored almost 3 years ago
Add unreleased section to CHANGELOG post 0.47.0 release

github.com/ponylang/ponyc - 186b0797a3dbd7e9cd9452fca1fc06550a7d3ec7 authored almost 3 years ago
Update VERSION in preparation for 0.47.0 release

github.com/ponylang/ponyc - 79627611b5caa9f413851a05ef43a3eb0f82747c authored almost 3 years ago
Update CHANGELOG.md in preparation for 0.47.0 release

github.com/ponylang/ponyc - 14a25f04bdac28c780a9cb2d2449e5d39879d4a9 authored almost 3 years ago
Update "discuss during sync" automation

We do some cleanup now and remove the label when we close an issue
or a pull request.

github.com/ponylang/ponyc - 76011c2c2841f49abe0ada5b1b28e7bc2dea179f authored almost 3 years ago
Add automation for tracking new items to discuss during sync calls

github.com/ponylang/ponyc - 96289021947d71b6660f03e96e2de603358cb5a8 authored almost 3 years ago
Update CHANGELOG for PR #3978

github.com/ponylang/ponyc - 6eee58525a5c30ef300185c26e0bafdf0ed2a34d authored almost 3 years ago
Updates release notes for PR #3978

github.com/ponylang/ponyc - e581d8534f1d262db92955b2ae95f9c3dbcfb25d authored almost 3 years ago
Add "nodoc" annotation (#3978)

The can be used to control the pony compilers documentation generation,
any structure that can ...

github.com/ponylang/ponyc - 3fdddf2e37667e21dc978c49c762e42805fb3b66 authored almost 3 years ago
Add README for each examples/ entry (#3788)

github.com/ponylang/ponyc - 55f4e3c2b7e6682c24e2256274be99c8971b3431 authored almost 3 years ago
Make some "minimal-cases" runnable (#3977)

github.com/ponylang/ponyc - 7b4e7defeb5e7912c9af92893810013b08a58101 authored almost 3 years ago
Revert "Merge GitHub and CirrusCI failure notification (#3969)"

This reverts commit 50fe98936b4b39e622314b51705a0598c7928ed8.

github.com/ponylang/ponyc - 324d22184f93bd37c66ffde4402bf6f4dddaa702 authored almost 3 years ago
collections: Add examples for each function (#3904)

github.com/ponylang/ponyc - bc214a36f2336c250078f480b4bea43a721aeb4a authored almost 3 years ago
Update CHANGELOG for PR #3980

github.com/ponylang/ponyc - 6ad5dcf26da021c26c4ef08f5ff343b3794c7d42 authored almost 3 years ago
Updates release notes for PR #3980

github.com/ponylang/ponyc - 5009bbdf73192eca69372214bb7019a6cb85e040 authored almost 3 years ago
Fix compiler assertion failure when assigning error to a variable (#3980)

Builds upon @mateus-md work on #3894, fixes #3823.

When this is squashed and merged, the comm...

github.com/ponylang/ponyc - 9d2426d358492601c8fa495f32309456ffe11a52 authored almost 3 years ago
Turn off flakey Windows network tests (#3979)

They aren't providing any value at the moment as we assume all
failures are the flakiness. We c...

github.com/ponylang/ponyc - 56a669ae8fd950196c39babfcc41e2864e68c25d authored almost 3 years ago
Update CHANGELOG for PR #3973

github.com/ponylang/ponyc - fe2cccd6612b45fd849b7bf20bdff4300f7a80aa authored almost 3 years ago
Updates release notes for PR #3973

github.com/ponylang/ponyc - fd245b46e664636bb5f716230ae170558b7dce44 authored almost 3 years ago
Don't allow interfaces to have private methods (#3973)

When Pony allowed interfaces to have private methods, it was possible to use an interface to bre...

github.com/ponylang/ponyc - 4f0a2dd0b3ced63aa492d4d915a979a00f05645d authored almost 3 years ago
Fix compilation issue with clang 13 / gcc 11 on linux 5.15 (#3972)

github.com/ponylang/ponyc - 69bef64b27dbb938733d30c489360abc034292aa authored almost 3 years ago
Updates release notes for PR #3975

github.com/ponylang/ponyc - ca368192917b76bb43e0892d4f14cbdf18e1f7d6 authored almost 3 years ago
Update CHANGELOG for PR #3975

github.com/ponylang/ponyc - 34b35dbf7b94a8857a31bdf831aa4a50fadd3198 authored almost 3 years ago
Remove library mode option from ponyc (#3975)

From the very early days of the Pony runtime, a "library mode" has been around that allows you t...

github.com/ponylang/ponyc - 956c9d9806924527c606f4b9f0e32f92046a1630 authored almost 3 years ago
Changelog and release notes for 3974

GH actions that normally handle this didn't run because GH is having
some issues.

github.com/ponylang/ponyc - 115bf6625e7c3d30e981058ff00138a948e95546 authored almost 3 years ago
Fix issue that could lead to a muted actor being run (#3974)

A small logical flaw was discovered in the Pony runtime backpressure system that could lead to a...

github.com/ponylang/ponyc - 324453aeeee48d8eb0ed08a5493b9e9ef9635656 authored almost 3 years ago
Fix issue that could lead to a muted actor being run (#3974)

A small logical flaw was discovered in the Pony runtime backpressure system that could lead to a...

github.com/ponylang/ponyc - bc927a619a139cd1270a723613652b4506005ae1 authored almost 3 years ago
Add note to INSTALL that we only offer AMD64 builds (#3976)

Closes #3646

github.com/ponylang/ponyc - fb78d024798ac7ae5f3be9e9630e4c02cf76d1b3 authored almost 3 years ago
Turn off verbose output from libponyc test runner

github.com/ponylang/ponyc - 065d70a9b7116195fbfda37f761fdd1ca4231cd7 authored almost 3 years ago
Updates release notes for PR #3971

github.com/ponylang/ponyc - 842bef7940e33ff89fd6f8b30b81697f113c856f authored almost 3 years ago
Update CHANGELOG for PR #3971

github.com/ponylang/ponyc - 2217a1040b16a7748d0c9a908aad47c19f69a6f6 authored almost 3 years ago
Fix return checking in behaviours and constructors (#3971)

Our checks to make sure that the usage of return in behaviours and constructors was overly restr...

github.com/ponylang/ponyc - a6d14caab3e11df59a7fa10d5e59801204815248 authored almost 3 years ago
Remove trailing whitespace in refer tests

github.com/ponylang/ponyc - f19ef11a43104a761600838b2b69404e0525966f authored almost 3 years ago
Actually pass arg to internal.x86.cpuid (#3970)

in order to get all the possible information out of the cpuid instructions.
Previously it has o...

github.com/ponylang/ponyc - 8c8306a8b4e1f42afa2b19a6007987901b0864c8 authored almost 3 years ago
Updates release notes for PR #3965

github.com/ponylang/ponyc - eea94aed96c18536875d99c3b1fbc5fc208ea596 authored almost 3 years ago
Update CHANGELOG for PR #3965

github.com/ponylang/ponyc - e2ef1c7898a56253dc60c2f0a6bab24b980eb6e7 authored almost 3 years ago
Remove simplebuiltin compiler option (#3965)

github.com/ponylang/ponyc - f32f61c4e5d539f56468e2b30fe3fb70afda80f9 authored almost 3 years ago
Merge GitHub and CirrusCI failure notification (#3969)

github.com/ponylang/ponyc - 50fe98936b4b39e622314b51705a0598c7928ed8 authored about 3 years ago
More CI testing to get zulip notifications correct

github.com/ponylang/ponyc - 4b72ca9c9112909e75c3ebacda4920c856cd6ecf authored about 3 years ago
Try to get cirrus failures notifications working as intended

The intent with the cirrus failures workflow is to send alerts
to Zulip for scheduled job failur...

github.com/ponylang/ponyc - c103fe9c240a61dbf723520bd2140a33141e433b authored about 3 years ago
Remove CI test

github.com/ponylang/ponyc - 5d6e76f9bc5c4f3523e9e9dc2277dbd569095eb4 authored about 3 years ago
Log CirrusCI check_suite failures to see what information is available

github.com/ponylang/ponyc - 5757fc58f350e636620967c5d05a737398f30da7 authored about 3 years ago
Remove stray temporary release notes file

m1.md was incorporated into the correct final release version file but
for some reason the tempo...

github.com/ponylang/ponyc - 3a344e745d64dc495c5a94cb2ec6f37d7108052f authored about 3 years ago
Rotate release notes as part of the 0.46.0 release

github.com/ponylang/ponyc - 955ed0e15449d78f9a7ce7f25c55913329d8d2d5 authored about 3 years ago
Add unreleased section to CHANGELOG post 0.46.0 release

github.com/ponylang/ponyc - 41356e751b9cd589ee9148297254589f23ad8db4 authored about 3 years ago
Update VERSION in preparation for 0.46.0 release

github.com/ponylang/ponyc - afda8d1408bd4fc6ff420fb25e80f7ee91f3933c authored about 3 years ago
Update CHANGELOG.md in preparation for 0.46.0 release

github.com/ponylang/ponyc - f10a169b38e5ec9da2289a2747d5f94ebb17413c authored about 3 years ago
Updates release notes for PR #3962

github.com/ponylang/ponyc - 07efaf45ebaee9bc30b350f6a359c9ee88812e8c authored about 3 years ago
Update CHANGELOG for PR #3962

github.com/ponylang/ponyc - 1743890bff2dff4c39a9ceec09b6dc79002c159e authored about 3 years ago
Change type of Env.root to AmbientAuth (#3962)

Implements RFC #65.

Co-authored-by: Matthias Wahl <[email protected]>

github.com/ponylang/ponyc - c9e96c8dad11fa7aad91c3cf32a9feec1ceaeff4 authored about 3 years ago
Updates release notes for PR #3960

github.com/ponylang/ponyc - 12466227bb253b600b7a3ee995b56b442d02b6e2 authored about 3 years ago
Update CHANGELOG for PR #3960

github.com/ponylang/ponyc - b928c37f8ff0ee6ac652951d28f4ef3a270ab3ea authored about 3 years ago
Previously, in the `pony.h` header that exposes the "public API" of the Pony runtime, information about the size of an actor struct was published as public information. (#3960)

github.com/ponylang/ponyc - 4319be85a10c8a35d6d92bf81bb198edb7373f6e authored about 3 years ago
Add package names to style guide (#3958)

github.com/ponylang/ponyc - d1d5ed83b83dac6150af54f937ffd0b898a07d16 authored about 3 years ago
Update CHANGELOG for PR #3955

github.com/ponylang/ponyc - f3dfbd0d17b7e2be64438fe6ae5f1f8536598fd2 authored about 3 years ago
Updates release notes for PR #3955

github.com/ponylang/ponyc - 2033608b1273f03bf0b2647691ba2776643e253c authored about 3 years ago
Stop creating CentOS 8 prebuilt ponyc releases (#3955)

CentOS 8 has been end-of-lifed.

github.com/ponylang/ponyc - 5e6a7d2597ba2820a027d1b448da75edb1f7ed08 authored about 3 years ago
Fix bad yaml

github.com/ponylang/ponyc - 9a4e0c0688d0b580aa3001396073a9d06e8e458c authored about 3 years ago
Add manual stdlib documentation update task

github.com/ponylang/ponyc - 676067aaf28eec48f534616e85fb99b5a496a6a1 authored about 3 years ago
Fix CHANGELOG error

github.com/ponylang/ponyc - 06a22864534122386d38d4497a49b42c494adcdf authored about 3 years ago
Rotate release notes as part of the 0.45.2 release

github.com/ponylang/ponyc - 92342e239fa6f7787afb42871ccb6b644ece6a17 authored about 3 years ago
Update CHANGELOG.md in preparation for 0.45.2 release

github.com/ponylang/ponyc - 08e6b3e9f811dec9501f9a955ec1d97e6d915b2d authored about 3 years ago
Hopefully fix access issue with switch to checkout action v2

github.com/ponylang/ponyc - 592d5295db31434edd59d2777270b0ffe901b158 authored about 3 years ago
Add unreleased section to CHANGELOG post 0.45.2 release

github.com/ponylang/ponyc - 69794cf66119f409c79a9f8190e50b93271ed387 authored about 3 years ago
Update VERSION in preparation for 0.45.2 release

github.com/ponylang/ponyc - 2e03c3f3a349f51b0a7dac54d9d822ecae956d7c authored about 3 years ago
Update CHANGELOG.md in preparation for 0.45.2 release

github.com/ponylang/ponyc - 0bba5467fe834777056380789495e3f11612390d authored about 3 years ago
Update CHANGELOG for PR #3880

github.com/ponylang/ponyc - 725fac75381c35da5803c83bd00fbd552261f099 authored about 3 years ago
Updates release notes for PR #3880

github.com/ponylang/ponyc - fa5a2daadd180fac8c874518ad3bc7647120079f authored about 3 years ago
Add build instructions for 64-bit Raspbian (#3880)

Closes #3872

github.com/ponylang/ponyc - 9322d310450f0dc1261f673ff29906f7ded6534c authored about 3 years ago
Updates release notes for PR #3949

github.com/ponylang/ponyc - ae9680d46683665684474ad052c2e04a786df958 authored about 3 years ago