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

Build failure fix when configured with `PONY_USE_MEMTRACK`

The PR #3284 introduced a mechanism to track runtime memory use for
debugging purposes. However,...

github.com/ponylang/ponyc - cdd1ff2051f5898534c22fa6d315ec02fc8059c7 authored over 3 years ago
Updates release notes for PR #3860

github.com/ponylang/ponyc - ca31f0253c8c820a66a8aadd147ab4e4f0b59e6a authored over 3 years ago
Update CHANGELOG for PR #3860

github.com/ponylang/ponyc - e6eab38d5cf18eb3c40f2b3bda773684e8676d6e authored over 3 years ago
Fix non-release build crashes on Arm

The code removed in this commit dates to the very first Arm 32 support
that Sylvan added. It app...

github.com/ponylang/ponyc - 5652869f8809ed6b39c7c12386074b283fcbea11 authored over 3 years ago
Update CHANGELOG for PR #3854

github.com/ponylang/ponyc - 70130dcf4b9677c3adb29bfe345789fa1bf9209b authored over 3 years ago
Updates release notes for PR #3854

github.com/ponylang/ponyc - d0f4c288f97c45411d6a46370855573a4a657f44 authored over 3 years ago
Fix erratic cycle detector triggering on some Arm systems

This commit reworks tick usage to be safe with tick values that wrap around.

Most of our tick v...

github.com/ponylang/ponyc - d75fd82b9178ea05cb8cc8aedd6a3f2271854f69 authored over 3 years ago
Don't remember test "binaries" after running tests

When debugging issues that happen on occassion, if you build the
tests via a command line like `...

github.com/ponylang/ponyc - 20ce3461bfe4eaa5cc22b30e9eb81e210be275b2 authored over 3 years ago
Fix formatting

github.com/ponylang/ponyc - cc7ee06d75b8f32be12ba895c97881fbd5e05769 authored over 3 years ago
Upload "libs" cache as soon as it is done populating

Makes debugging when there's no cache easier as if you get a failure
later, you'll have your new...

github.com/ponylang/ponyc - 228359b36c6e3ea6143c8d6a0a811755028284e6 authored over 3 years ago
Send event when nightly windows build is available

github.com/ponylang/ponyc - f01f4351517c3eee2d374587bac60793a2e5dbac authored over 3 years ago
Silence gcc false positive

The strncat call is perfectly safe. It wasn't previously giving a warning
but as of gcc-11, that...

github.com/ponylang/ponyc - 41db85a51edf8620f60dc7fd103ea2c0160300d9 authored over 3 years ago
Updates release notes for PR #3844

github.com/ponylang/ponyc - 65b0668e3e3537e48c18ac574f108268d4626c67 authored over 3 years ago
Update CHANGELOG for PR #3844

github.com/ponylang/ponyc - 88f59f08784c3583ed5aab603396bc9bd02a127d authored over 3 years ago
Add release notes

github.com/ponylang/ponyc - 367c2d9b74976a7d4c6389fd3f7ae98caeff5b57 authored over 3 years ago
RM options package

github.com/ponylang/ponyc - ffc56a25eb102e5d225647208bf03bdac30480c8 authored over 3 years ago
Fix typo in comments.

This was probably meant to be "underlying" and not "unlying".

github.com/ponylang/ponyc - 7a3f8f0c5f652e9bbaaee42474efa9be384d1f11 authored over 3 years ago
Small formatting fix in Dockerfile

github.com/ponylang/ponyc - 10272ecfbd63aac96f073af5fb2554d132250b7e authored over 3 years ago
Add concurrency controls to release workflows

github.com/ponylang/ponyc - 43f0a7fadbfa2d808fbb9837ed95a27da960eae2 authored over 3 years ago
Rotate release notes as part of the 0.44.0 release

github.com/ponylang/ponyc - a85af361a5f742be052f78fbef716891f2f5a0c7 authored over 3 years ago
Add unreleased section to CHANGELOG post 0.44.0 release

github.com/ponylang/ponyc - 1cc0ad6bbfe758d0334b42ae9f8da50a4a24e421 authored over 3 years ago
Update VERSION in preparation for 0.44.0 release

github.com/ponylang/ponyc - 48084fe40e9f95fa9d87d3782b0cf4acbdd9bca1 authored over 3 years ago
Update CHANGELOG.md in preparation for 0.44.0 release

github.com/ponylang/ponyc - 2dea5358092ef6c23c8be205e4a7b36c5c548a58 authored over 3 years ago
Add missed RFC 70 items

github.com/ponylang/ponyc - 2728ed5a1660b1311c720f657245db3593684275 authored over 3 years ago
Fix process test after RFC 70

This test was added on PR #3817, which was missed by PR #3819
since it wasn't rebased.

github.com/ponylang/ponyc - a09d25632b188b2e65c3c43ad009146e4cdd9411 authored over 3 years ago
Removes release notes from changelog labelless PR #3819

github.com/ponylang/ponyc - 843c787b7b782300426c18113d9519b1ebde9101 authored over 3 years ago
Update FilePath constructors to allow a non-partial way to create a FilePath (#3819)

Implementation of RFC #702.

https://github.com/ponylang/rfcs/blob/main/text/0070-filepath-con...

github.com/ponylang/ponyc - 35965c4bbe21e873e07b4c958571bedb80d70394 authored over 3 years ago
Fix make error on MacOS

uname -o isn't supported on MacOS, however, -s and works on all
platforms that we support via po...

github.com/ponylang/ponyc - 72e83ced036b9914e9a4c2e5221157c3c4d0ce24 authored over 3 years ago
Silence GCC false positive strncopy warning which causes debug build failures

Closes #3806

github.com/ponylang/ponyc - fbfae6ec83f0b57a70b4998bf75d1aa86c8f5574 authored over 3 years ago
Update CHANGELOG for PR #3831

github.com/ponylang/ponyc - 0c3b8a9d01b5f3cd06bad66b3b8de3c28887f05e authored over 3 years ago
Updates release notes for PR #3831

github.com/ponylang/ponyc - 4015c645cd84031672a2db5ca64a3edf7774a301 authored over 3 years ago
Fix a compile-time crash related to Pony-specific optimizations.

Ticket #3784 tracked an issue related the MergeMessageSend optimization pass, which does Pony-sp...

github.com/ponylang/ponyc - dd09bf94bc2fa9d181eca148f9330021061a2d65 authored over 3 years ago
Rotate release notes as part of the 0.43.2 release

github.com/ponylang/ponyc - fb04ec24a56a396d08110ca94ace4f6179bd91c6 authored over 3 years ago
Add unreleased section to CHANGELOG post 0.43.2 release

github.com/ponylang/ponyc - 3f40c9d8f96aab59868ee70afb4ccaf03c2c8783 authored over 3 years ago
Update VERSION in preparation for 0.43.2 release

github.com/ponylang/ponyc - 825937cad0aaea23cf0f0d94bd171ca11c0abdb6 authored over 3 years ago
Update CHANGELOG.md in preparation for 0.43.2 release

github.com/ponylang/ponyc - 60ce5b257fe5ab30f01d607ec90be6218b4649fb authored over 3 years ago
Mainline cmake patch from nixpkgs to improve compatibility (#3822)

github.com/ponylang/ponyc - 5e68c2e1704b5c82939d2976e42fba90509ea08d authored over 3 years ago
Fix Unix TCPConnecting

github.com/ponylang/ponyc - d3116de6ddbe2577aa508a1fd724def9343cf34c authored over 3 years ago
Correct bad LLVM config string

github.com/ponylang/ponyc - 2da0e0fd4691f81bc3d8621ca958b44669a2917c authored over 3 years ago
Updates release notes for PR #3827

github.com/ponylang/ponyc - 956e48dc4c16fd8e1db0d8b6d024b1d17afaf28e authored over 3 years ago
Update CHANGELOG for PR #3827

github.com/ponylang/ponyc - 03e3f7ba559d7693ccc38ff868df46dddceeef4f authored over 3 years ago
Stop standalone libponyc from needing zlib (#3827)

When we switched to LLVM 12, there was a 2nd def to set to off to
avoid needing to be linked wit...

github.com/ponylang/ponyc - e889706241ed0dce14f8eadeae8f00aaf7a0aff1 authored over 3 years ago
Clean up apk installs in alpine docker latest

github.com/ponylang/ponyc - 58f2656b097373265311d3968957a21d0e4f80c1 authored over 3 years ago
Updates release notes for PR #3816

github.com/ponylang/ponyc - 6177f0be98072be176b0c580a737d1b576929f52 authored over 3 years ago
Update CHANGELOG for PR #3816

github.com/ponylang/ponyc - 1818b1c066b14a618e378ba101561ce9d4379172 authored over 3 years ago
Cleanup and fixes for Windows sockets (#3816)

On Windows the `TCPConnection` code was not immediately unsubscribing to ASIO events when trying...

github.com/ponylang/ponyc - d50259f981d48a99da63e261b0d1b2bde092c9c7 authored over 3 years ago
Change camel case field names to snake case in `process` package (#3821)

The field names violated the style guide.

Closes #3818

github.com/ponylang/ponyc - e63676974509b83beca8607e55dff78a2a84b352 authored over 3 years ago
Add logging of GH event for any failure alerts we send to Zulip

We are getting some alerts for PRs that we shouldn't. It looks like
it might be because the PR i...

github.com/ponylang/ponyc - 108f40de00f0abea022e89496a7a66bb828a6b4c authored over 3 years ago
Updates release notes for PR #3817

github.com/ponylang/ponyc - 351b7ea351e44dd45eb84fd15f3767ceca1d85f2 authored over 3 years ago
Update CHANGELOG for PR #3817

github.com/ponylang/ponyc - 96d717478c9934f24a907d6610c2f1c14d238312 authored over 3 years ago
Clean up child process exits on Windows (#3817)

In Windows we are closing the process handle when the process successfully exits. However, the w...

github.com/ponylang/ponyc - 1e5abdf8896867381f0ac4f1c0375b717c2d3173 authored over 3 years ago
Rotate release notes as part of the 0.43.1 release

github.com/ponylang/ponyc - c83552c339960a7cf71155081a7a58df4e4a7862 authored over 3 years ago
Add unreleased section to CHANGELOG post 0.43.1 release

github.com/ponylang/ponyc - e41610136997d8a2c9137b20e44c3c9653f10043 authored over 3 years ago
Update VERSION in preparation for 0.43.1 release

github.com/ponylang/ponyc - 14edd81469d3c4e4af9dc478911601cadf785502 authored over 3 years ago
Update CHANGELOG.md in preparation for 0.43.1 release

github.com/ponylang/ponyc - 5cb9db8a62636c6abc0f9539551e7d5b98f10cf7 authored over 3 years ago
Documentation touch up

github.com/ponylang/ponyc - 98660ecafe42d82df9d36b3ac2e5133f5dd9545f authored over 3 years ago
Update CHANGELOG for PR #3813

github.com/ponylang/ponyc - 1e17d1183a5ad573b15c91406f16b91b39610b3d authored over 3 years ago
Updates release notes for PR #3813

github.com/ponylang/ponyc - 913ec4cd68e766eac2706a88ab3f3e470c7549c0 authored over 3 years ago
Make working with promises of promises easier (#3813)

Adds `flatten_next` method to `Promise`. `flatten_next` makes working
with types like `Promise[...

github.com/ponylang/ponyc - 88782c5f59aeeefbaab240c6b26432e889fd5e16 authored over 3 years ago
Package-level documentation (#3281) (#3785)

github.com/ponylang/ponyc - 829b5c0ef9767e7e0c1287e0c5d7b9eb12697c1f authored over 3 years ago
Fix incorrect TRIPLE_OS name for rocky linux 8

github.com/ponylang/ponyc - f3233b84c40a93a24f80b91e3b958fe1a3ab9b91 authored over 3 years ago
Rename FileMode.os to FileMode.u32

Joe pointed out that the previous (not yet released change) that made
FileMode._os could be bett...

github.com/ponylang/ponyc - b5520999fd3a7f52c9feabe6280479498334d4de authored over 3 years ago
Updates release notes for PR #3809

github.com/ponylang/ponyc - 68850b442c188a5d70f912b1e4daefb02f317d21 authored over 3 years ago
Update CHANGELOG for PR #3809

github.com/ponylang/ponyc - 77a800b3ef678f3883ef1ea8b2c548be00c19ed9 authored over 3 years ago
Make FileMode._os public

FileMode has always had a private method for getting an integer
representation of the file mode....

github.com/ponylang/ponyc - afc8770c313ac0869906b3854b178e4b463fe4c6 authored over 3 years ago
Updates release notes for PR #3808

github.com/ponylang/ponyc - 99498a31762b8b177f757cf14c8557da279690d9 authored over 3 years ago
Update CHANGELOG for PR #3808

github.com/ponylang/ponyc - d248191af025dea9363f2da2be360b72ddf555ed authored over 3 years ago
Fixed compiler build issues on FreeBSD host

github.com/ponylang/ponyc - b1a6d7f6cc0cf696c6b8f1f4d87e1cef6c779e15 authored over 3 years ago
Update Ubuntu 18.04 builder environment

For some reason when we switched to LLVM 12, the cloudsmith tool
broke. One of its dependencies,...

github.com/ponylang/ponyc - fa6b46603f974b22f710c3de96efc2f99c8356d2 authored over 3 years ago
Rotate release notes as part of the 0.43.0 release

github.com/ponylang/ponyc - 7f958f9db9da9a6ba202cccf199a32836dea0f90 authored over 3 years ago
Add unreleased section to CHANGELOG post 0.43.0 release

github.com/ponylang/ponyc - af86a3bf7e2bf8d02b1d1b6bb2adb168921f7b8a authored over 3 years ago
Update VERSION in preparation for 0.43.0 release

github.com/ponylang/ponyc - a1bdb4ca41366ab12e7f108b971b0dc7e17cb17d authored over 3 years ago
Update CHANGELOG.md in preparation for 0.43.0 release

github.com/ponylang/ponyc - dde37b901c244083086c81979bc4337acd7a504f authored over 3 years ago
Update to release-bot action 0.6.1

github.com/ponylang/ponyc - f17464e35f472a110e09c015f9d4026ff7a14f24 authored over 3 years ago
Remove unneeded logging from action

github.com/ponylang/ponyc - c71bd3ca4ac2813f08cbd9659bc8d20d8fa44b53 authored over 3 years ago
Add action to send a notification of non-PR CirrusCI failures to Zulip

github.com/ponylang/ponyc - e65a066ff9735300fd3ad542eb3e6d0ba59f3823 authored over 3 years ago
Remove extra debug print [skip ci]

github.com/ponylang/ponyc - f51a6b9020ba89a9c6b6ffe5b5b6ff52398af173 authored over 3 years ago
Remove outdated LLVM code

We had a ton of code related to older unsupported LLVM versions.
This PR commit removes them all...

github.com/ponylang/ponyc - 66f6c7252e32ff402aff836e0d16e695424b50af authored over 3 years ago
Updates release notes for PR #3745

github.com/ponylang/ponyc - 8d41d6650b48b9733cd675df199588e6fccc6346 authored over 3 years ago
Update CHANGELOG for PR #3745

github.com/ponylang/ponyc - fad6855dc21e444d1b507732e4338faea7b4388b authored over 3 years ago
Update Pony to use LLVM 12.0.0

- Update the LLVM submodule to `llvmorg-12.0.0`
- Update the JIT code to work with LLVM 12.
- Up...

github.com/ponylang/ponyc - a76e8f17bdbce181352dcb5827150840fb6022e7 authored over 3 years ago
Removes release notes from changelog labelless PR #3801

github.com/ponylang/ponyc - 626e0286c6f186467c96a070bb7dc8d55a890e9b authored over 3 years ago
Allow cross-compiling Pony runtime bitcode target. (#3801)

This change allows one to cross-compile the `libponyrt.bc` target in CMake, so that you can comp...

github.com/ponylang/ponyc - 9c8b317033178bb55b6e016117c73b4f03ac7410 authored over 3 years ago
Update CHANGELOG for PR #3781

github.com/ponylang/ponyc - 665e729a1b52dd3523a0f676904fca0daff58bc3 authored over 3 years ago
Updates release notes for PR #3781

github.com/ponylang/ponyc - e9bfa5c8c261419064fed7b10248f9ed179bcb84 authored over 3 years ago
Prevent non-opaque structs from being used as behaviour parameters (#3781)

github.com/ponylang/ponyc - 5cdb0c3357db5d19c4729e943420d1cf51532c3b authored over 3 years ago
Update CHANGELOG for PR #3799

github.com/ponylang/ponyc - e26569383397c992b4952cd998e6b71691d634e1 authored over 3 years ago
Updates release notes for PR #3799

github.com/ponylang/ponyc - 5cb6017991e88214050ad03872aaf30d49b0cd08 authored over 3 years ago
Fix the calculation of "is prime" for numbers after 1321. (#3799)

Co-authored-by: Ryan Hagenson <[email protected]>

github.com/ponylang/ponyc - 4197988e64773cda16584a1b9b18ee82298178e6 authored over 3 years ago
Fix ponyint_cpu_tick for Apple ARM.

While looking at M1 stuff, I noticed that this function was using the wrong
implementation for m...

github.com/ponylang/ponyc - 197b952d3d753a15a088d9a1bb9043295d588280 authored over 3 years ago
Updates release notes for PR #3798

github.com/ponylang/ponyc - 1633f0f174d1cb0c44c845f4dc2e34a3c3f89987 authored over 3 years ago
Update CHANGELOG for PR #3798

github.com/ponylang/ponyc - 4f2e9322ffc57aa92526588a55a4a4470251a5bf authored over 3 years ago
Fix MacOS version mismatch warnings when linking Pony programs (#3798)

It turns out, from our testing, that `macosx-version-min` isn't needed.
We tested building pony...

github.com/ponylang/ponyc - c6ca3a8da66425b1d253e5d258fed1a6cd3cf432 authored over 3 years ago
Add missing LLVM CI cache buster values (#3797)

Apparently, we never set for FreeBSD and MacOS builds. I noticed today
when I needed to bust th...

github.com/ponylang/ponyc - 4a775e066334fdc0e1cdc920d3d6ae39e75dbc7c authored over 3 years ago
Change minimum supported MacOS API version to 10.14 part 2

Missed in part 1.

github.com/ponylang/ponyc - 0f0aaf1b311f40e1067f937aaeeb916f957f8196 authored over 3 years ago
Update MacOS CI infrastructure to xcode 12.5 (#3795)

github.com/ponylang/ponyc - c25eddb31918727fb8d0ec5ac80789642108dc4e authored over 3 years ago
Update CHANGELOG for PR #3794

github.com/ponylang/ponyc - de85b40446538546e55f9c21bb8c6998bebddc15 authored over 3 years ago
Updates release notes for PR #3794

github.com/ponylang/ponyc - 635f3ca03860c6e9840541f92f71f1bf132000a8 authored over 3 years ago
Change minimum supported MacOS API version to 10.14 (#3794)

github.com/ponylang/ponyc - 41ff37cafc9fcef8a298f78f8a49feb6d0691e39 authored over 3 years ago
Update CHANGELOG for PR #3793

github.com/ponylang/ponyc - 10a99487ce28b5226326c774988d47967bfcf8cb authored over 3 years ago