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

Merge branch 'master' of https://github.com/CausalityLtd/ponyc

github.com/ponylang/ponyc - d261e145cb3eb3d663bb1c8315b28eea15fcfbb9 authored about 9 years ago by sylvanc <[email protected]>
include caps in typearg and tuple element names

github.com/ponylang/ponyc - a3326590f7525ca43b4612d520ffa1d069677028 authored about 9 years ago by sylvanc <[email protected]>
Update grammar file

github.com/ponylang/ponyc - 1891a2f67c67fcccea978805b81b49c182f5bfc4 authored about 9 years ago by andymcn <[email protected]>
Syntax for value formal parameters

github.com/ponylang/ponyc - 1ba5c4f383cfb21c27424503bdca5dd8d48993d7 authored about 9 years ago by andymcn <[email protected]>
move to a separate file

github.com/ponylang/ponyc - 4f85353f89bd05789eaa5e7d3b2a22e6e07c6caa authored about 9 years ago by Matt Kulukundis <[email protected]>
Merge branch 'master' into prefix

github.com/ponylang/ponyc - 38084931d719a213bf17f856a910873d24c34cc8 authored about 9 years ago by Matt Kulukundis <[email protected]>
Merge branch 'master' into glob

github.com/ponylang/ponyc - abc2636b00a10c5b7e906955af1962c7f6a43313 authored about 9 years ago by Matt Kulukundis <[email protected]>
Added a bool() method to String to provide String to Bool conversion, similar to String to I** conversions

github.com/ponylang/ponyc - 7de64f7cfbb270c575747230d605aceb9c8a39a8 authored about 9 years ago by cquinn <[email protected]>
Merge pull request #458 from Andrea/better-error

Better error message for changing state in non-ref function

github.com/ponylang/ponyc - 3a19d7db3f5e24489b7b236fa041d667a3f95525 authored about 9 years ago by andymcn <[email protected]>
Change to suggested error

When attempting to change state within a function and the function doesn' t have `ref`

github.com/ponylang/ponyc - 7cbf7d3824f475aa15ffb5e6822c47eac940dab4 authored about 9 years ago by Andrea <[email protected]>
Merge branch 'master' of https://github.com/CausalityLtd/ponyc

github.com/ponylang/ponyc - 545fc782dbd86d80f659dd57271a52d43f481469 authored about 9 years ago by sylvanc <[email protected]>
use the compacted trait count in gendesc

github.com/ponylang/ponyc - 7f6dc3842599bc3b9fa7d43d250490e60cff6c7d authored about 9 years ago by sylvanc <[email protected]>
Better error message

I am wondering if a better error message might help. Perhaps the message could be even better or...

github.com/ponylang/ponyc - abbd859314e0e155d17ef499bd32af8c350c33f5 authored about 9 years ago by Andrea <[email protected]>
Improve travis yml file indentation

github.com/ponylang/ponyc - 82055e4b32f26da7330877d0d869fd83fdc0bd2f authored about 9 years ago by andymcn <[email protected]>
extract lambda to a helper

github.com/ponylang/ponyc - 7295cd69e8f0c49d06e12193f01c1af44c9c7019 authored about 9 years ago by Matt Kulukundis <[email protected]>
fix a bunch of syntax nits

github.com/ponylang/ponyc - 454ce73a897e436b71757dec24b6df08cc4836ff authored about 9 years ago by Matt Kulukundis <[email protected]>
Merge branch 'master' into glob

github.com/ponylang/ponyc - b896aec921456b794f021c74bb8aed15f291f8ea authored about 9 years ago by Matt Kulukundis <[email protected]>
remove run method now the test have env

github.com/ponylang/ponyc - 3a67b666e3f205385a6ea0893fcce23da6514a53 authored about 9 years ago by Matt Kulukundis <[email protected]>
Fix Windows build and travis

github.com/ponylang/ponyc - dbd16daaafcd03a2eefed394cac33d192691e9f1 authored about 9 years ago by andymcn <[email protected]>
use reified types in genmatch

github.com/ponylang/ponyc - 425f2602b729039829094ad9c35910b8715a26ca authored about 9 years ago by sylvanc <[email protected]>
merge master

github.com/ponylang/ponyc - 8479ed7844640335a21b942032ecb1f21cdce556 authored about 9 years ago by sylvanc <[email protected]>
new subtype and viewpoint code

github.com/ponylang/ponyc - ae3bb028433c37db02452c971613009df86a13b3 authored about 9 years ago by sylvanc <[email protected]>
make common_prefix return iso

github.com/ponylang/ponyc - e92f3244c46e3a09cc0b7ef71bd1d4224a08f63e authored about 9 years ago by Matt Kulukundis <[email protected]>
make readline do common prefix completion

github.com/ponylang/ponyc - 1ccb80d716a041c402c6067350ba0facc90aac6d authored about 9 years ago by Matt Kulukundis <[email protected]>
Add Strings.common_prefix

github.com/ponylang/ponyc - bf10bec45f615f0622fab8056b326813ae95bd0f authored about 9 years ago by Matt Kulukundis <[email protected]>
make readline do common prefix completion

github.com/ponylang/ponyc - addd7deba8e4aa97a3218db31a2a142aab05985e authored about 9 years ago by Matt Kulukundis <[email protected]>
make common_prefix return iso

github.com/ponylang/ponyc - b2165ccf340057afd80769e75b7f9baa9e66c5dd authored about 9 years ago by Matt Kulukundis <[email protected]>
Add Strings.common_prefix

github.com/ponylang/ponyc - d931dcbb195cfbd87443596bf57d06ee037b0313 authored about 9 years ago by Matt Kulukundis <[email protected]>
Add unordered variants to array_eq and use them

github.com/ponylang/ponyc - 7e491a8b9a4b330e947171a21b1a0c496cf6b768 authored about 9 years ago by Matt Kulukundis <[email protected]>
include start of string anchor in text

github.com/ponylang/ponyc - 8cd33dfff64f416eb4de24145b04b6d3ae77f6f5 authored about 9 years ago by Matt Kulukundis <[email protected]>
remove unused functions

github.com/ponylang/ponyc - bc9980c45b673abbdb5cc877afbdcf8957cddaff authored about 9 years ago by Matt Kulukundis <[email protected]>
Fix #450 - LLVMConstNamedStruct assertion

LLVMDumpType(g->desc_type)[10] -> [2 x i32]*
LLVMDumpValue(args[10]) -> [1 x i32] [i32 129]

The...

github.com/ponylang/ponyc - a3b49d1772682f8f5f302df0056d6a60e5f1b4d6 authored about 9 years ago by Matt Kulukundis <[email protected]>
Fix the test

github.com/ponylang/ponyc - bf01d5ac0f5805cb570fd70516d85bac058af01b authored about 9 years ago by Matt Kulukundis <[email protected]>
Clean up types and tests a bit

github.com/ponylang/ponyc - 6fad803a880637a6534ddff7f373d4280d16eda3 authored about 9 years ago by Matt Kulukundis <[email protected]>
Commit for bug reporting

- Make WalkHandler a ref
- add naive glob/iglob
- add Path.split()
- add tests

github.com/ponylang/ponyc - 793a204f4119510463ca6136319ef69630a60ef5 authored about 9 years ago by Matt Kulukundis <[email protected]>
Update to latest head

- handle substring half open
- switch to [IU]Size types

github.com/ponylang/ponyc - fd2b35bb043e459dadb3e9772765238c1b961cf0 authored about 9 years ago by Matt Kulukundis <[email protected]>
Merge branch 'master' into glob

github.com/ponylang/ponyc - b12ce6142878b18cca1564fba4bbeb7acb8c3660 authored about 9 years ago by Matt Kulukundis <[email protected]>
Merge branch 'glob' of github.com:fowles/ponyc into glob

github.com/ponylang/ponyc - 3c66d6befc4c2a1993373fc3f97b6d3897dfa133 authored about 9 years ago by Matt Kulukundis <[email protected]>
Fix FFI declarations when no type definitions are present

github.com/ponylang/ponyc - 434d7b8a5b4e619181b8c7c39a815fd62c0f4766 authored about 9 years ago by andymcn <[email protected]>
Lexint double cast rounding unit tests

github.com/ponylang/ponyc - 8aea62793ca9110ab0994c1b57d13628d48909f3 authored about 9 years ago by andymcn <[email protected]>
Fixing lexer shifting of 128 bit ints by constant 0 in release builds on OS X

github.com/ponylang/ponyc - 98a5a9ad8dbf7294e172d25a096fbd57e8a4260e authored about 9 years ago by andymcn <[email protected]>
Lexint unit tests and minor fixes

github.com/ponylang/ponyc - 4fc002dce0db3b9e454f57b7e9666e8f6f3be680 authored about 9 years ago by andymcn <[email protected]>
Tidy up test only lexer symbols

github.com/ponylang/ponyc - e00cfbcc0d25ba64817fc8dc062744e5a00d30e4 authored about 9 years ago by andymcn <[email protected]>
Reimplement partial application as sugar for a lambda to fix type parameter handling

github.com/ponylang/ponyc - 9554a29deed4ec25d7fb3c28eade6f34853379ff authored about 9 years ago by andymcn <[email protected]>
transitioning to bintray

github.com/ponylang/ponyc - c039973bfa07e150b96d5fca9b2d7bab34b047d0 authored about 9 years ago by sylvanc <[email protected]>
cleanup travis

github.com/ponylang/ponyc - f237150a49e9b3817578978136fe11a7615ddfba authored about 9 years ago by sylvanc <[email protected]>
fix cast on 32-bit freebsd

github.com/ponylang/ponyc - 4ae6d8af7b03520b13dbd27b12dd8411dfe8bcbf authored about 9 years ago by sylvanc <[email protected]>
Fix minor scoping anomalies

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

github.com/ponylang/ponyc - 2076b527d4ff7b87d35690cc81c9db87670c2fd8 authored about 9 years ago by sylvanc <[email protected]>
say semicolon explicitly

github.com/ponylang/ponyc - e6eccbfb4aa3b78f89c8557d937404e7088d2622 authored about 9 years ago by sylvanc <[email protected]>
Merge pull request #443 from SeanTAllen/echo-example

Add echo server example

github.com/ponylang/ponyc - 8931a833fd9fa9dd07ab94e82ec9f27ca4d31afe authored about 9 years ago by andymcn <[email protected]>
Add echo server example

github.com/ponylang/ponyc - b1b17cdd8ab9f2d965d1e729eff872adaef653c0 authored about 9 years ago by Sean T Allen <[email protected]>
Stop release build failing due to debug only function

github.com/ponylang/ponyc - 1af9b8d4a9c901f2ef81ce8ae7ca0185ab7d3ae8 authored about 9 years ago by andymcn <[email protected]>
Improve tree check to check sequence scopes

github.com/ponylang/ponyc - 07324c5e4e9e5470c63e22ecfb5bb5074778917e authored about 9 years ago by andymcn <[email protected]>
cap sets can only appear in typeparam constraints

github.com/ponylang/ponyc - 7d4a02c76bae7ca967d61f3aa7dce753e9ccd8c9 authored about 9 years ago by sylvanc <[email protected]>
Make Compare primitives Equatable

github.com/ponylang/ponyc - f21c0ad44391aa978bdf5d80b621b672893d2e1d authored about 9 years ago by andymcn <[email protected]>
Add ne and eq to primitives AFTER traits are handled

github.com/ponylang/ponyc - 11c9be717618ee1f08cb89fb651f29b743689cd9 authored about 9 years ago by andymcn <[email protected]>
Fix Windows socket assert to allow for errors

github.com/ponylang/ponyc - 904f4e1aa496462467f085f5a476ac4d95474351 authored about 9 years ago by andymcn <[email protected]>
Merge pull request #438 from Diltsman/fix_kernel32_path

Fix kernel32 path

github.com/ponylang/ponyc - c112d1438e25631f43d8be0fd45e4139a737efc9 authored about 9 years ago by andymcn <[email protected]>
Get correct kernel32 directory

The kernel32 path only worked for Windows SDK 8.1. This will now work
for Windows SDK 8.0, 8.1,...

github.com/ponylang/ponyc - de64f48f3da09c6a32110316441590b8ab902c27 authored about 9 years ago by Daniel Dilts <[email protected]>
Merge remote-tracking branch 'refs/remotes/CausalityLtd/master'

github.com/ponylang/ponyc - 65fcc0777b81414e14f07de4b6ed774f965cf105 authored about 9 years ago by Daniel Dilts <[email protected]>
Assert 64bit Windows handles really are <32 bits

github.com/ponylang/ponyc - 371bfe6ce205bee3bf70fac2afa83c76a4a9b462 authored about 9 years ago by andymcn <[email protected]>
Merge pull request #433 from Diltsman/fix2015build

Fix VS2015 build

github.com/ponylang/ponyc - b9f9e0ee7324e8a455f3f95399790bf8fb787c2c authored about 9 years ago by andymcn <[email protected]>
Merge pull request #432 from Diltsman/master

Increase ProductVersion Length

github.com/ponylang/ponyc - b5d443eed89906bf7b6571676c04f4ca9e2c377d authored about 9 years ago by andymcn <[email protected]>
Increase MAX_VER_LEN to 20

Give extra length in case there is a longer ProductVersion in the
future.

github.com/ponylang/ponyc - b732e22652bd7449cf6dd549df4f026f87c12562 authored about 9 years ago by Daniel Dilts <[email protected]>
Increase MAX_VER_LEN to 11

Windows 10 SDK has a version number that is 11 characters long.

github.com/ponylang/ponyc - 9b00019a452e36365bbfb7b245222c050ab4d055 authored about 9 years ago by Daniel Dilts <[email protected]>
Merge remote-tracking branch 'refs/remotes/CausalityLtd/master'

github.com/ponylang/ponyc - d6eb80e01d7f5a620ee2b8021d79c6a99edba2eb authored about 9 years ago by Daniel Dilts <[email protected]>
Extra casts to eliminate C4312 (conversion to HANDLE of greater size

VS2015 has a warning C4312: 'type cast': conversion from 'int' to
'HANDLE' of greater size. Thi...

github.com/ponylang/ponyc - 0e8c506fda2eaa0f3cd97df9987c43d2ea74be04 authored about 9 years ago by Daniel Dilts <[email protected]>
Merge remote-tracking branch 'refs/remotes/CausalityLtd/master' into fix2015build

github.com/ponylang/ponyc - 87dbd5bc7bf0d63ec463173c0d6451c1f9055c23 authored about 9 years ago by Daniel Dilts <[email protected]>
Fix SDK detection for Windows 10

github.com/ponylang/ponyc - 5d2640c3d7caafadf54fb2d4930aa77230790104 authored about 9 years ago by andymcn <[email protected]>
Merge pull request #431 from jonas-l/compare-sub-negative-offset

Compare substrings when negative offsets given

github.com/ponylang/ponyc - 2e0a32ea143381495e0e28e1da17b6cb446e604d authored about 9 years ago by andymcn <[email protected]>
Compare substrings when negative offsets given

Negative offset is relative to string and depends on its size. This
dictates that offset has to ...

github.com/ponylang/ponyc - a9e80d7deb0a541c7a46d6e923478d24f96eb02a authored about 9 years ago by Jonas Lasauskas <[email protected]>
Improve Array method comments

github.com/ponylang/ponyc - 1cccf8fd56ae16406caf7bce97abf567ff9c1901 authored about 9 years ago by andymcn <[email protected]>
Tidy up on PonyTest timeouts

github.com/ponylang/ponyc - dc5209cf695b120a162ebca7166ac6280e32af20 authored about 9 years ago by andymcn <[email protected]>
equivalent interfaces use the same typeid during codegen

github.com/ponylang/ponyc - f91442e17283f37105abd456f193cff2dcf3aefa authored about 9 years ago by sylvanc <[email protected]>
Fix single element tuples on lhs of assign

github.com/ponylang/ponyc - 308525fb915146b3559592bcd0e2724091ea5874 authored about 9 years ago by andymcn <[email protected]>
Fix JSON parse error reporting

github.com/ponylang/ponyc - 4c4e750feb3285b5111563dab33bb53e2339a4f8 authored about 9 years ago by andymcn <[email protected]>
Add PonyTest long test timeouts

github.com/ponylang/ponyc - de74e4b43148540dbf06a6551918ef035cf0c11d authored about 9 years ago by andymcn <[email protected]>
limit String._alloc to USize.max_value

github.com/ponylang/ponyc - 0103b02e5a96574eb50214ed313c1b1ff49b6337 authored about 9 years ago by sylvanc <[email protected]>
update changelog

github.com/ponylang/ponyc - b75efc1f778f103881adc6cc239f8fe62c0ed605 authored about 9 years ago by sylvanc <[email protected]>
prepare broadcast test for a timeout

github.com/ponylang/ponyc - 07d3507b80f802698d5b213d70dc6e578ec9908c authored about 9 years ago by sylvanc <[email protected]>
Merge pull request #428 from jemc/fix/string-half-open

Clean up uses of String.substring and codepoints methods after #417.

github.com/ponylang/ponyc - 6a090cfcbcaf720079ad6bfd16d2ab0974029393 authored about 9 years ago by andymcn <[email protected]>
Separate __zu and string literals with a space

VS2015 parses the pair of double quotes (after macro substitution as a
user-defined literal. Se...

github.com/ponylang/ponyc - e95639b770a65fc15b5a7a58e3a09911fd1954ef authored about 9 years ago by Daniel Dilts <[email protected]>
Clean up uses of String.substring and codepoints methods after #417.

github.com/ponylang/ponyc - dd178da4a8ad0c33454a7820a0416f8e45c2ace4 authored about 9 years ago by Joe Eli McIlvain <[email protected]>
fix telemetry build error

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

github.com/ponylang/ponyc - b575534a86eb434e71dfd644144376d376d1cdf7 authored about 9 years ago by sylvanc <[email protected]>
reduce 32-bit actor pad size

github.com/ponylang/ponyc - f2efd558bec47927b71643d014036ce29d48afa3 authored about 9 years ago by sylvanc <[email protected]>
fix 32-bit pad size

github.com/ponylang/ponyc - e5642ff17850cd3a602b75e8284f88ef16495dbe authored about 9 years ago by Sylvan Clebsch <[email protected]>
Add --astpackage command line option to print AST for just the main package

github.com/ponylang/ponyc - 26561e2299ae5ad98654916cb256b0009b88d23a authored about 9 years ago by andymcn <[email protected]>
interface subtyping takes receiver cap into account

github.com/ponylang/ponyc - 05cba5205c2af51af1fdcd32001b181a0da17073 authored about 9 years ago by sylvanc <[email protected]>
generate correct return type for inherited new/be

github.com/ponylang/ponyc - 484f2109c32a73d5347e6a7426be266e9dacd18c authored about 9 years ago by sylvanc <[email protected]>
Merge pull request #417 from jonas-l/string-half-open-range

String half-open range

github.com/ponylang/ponyc - 87fcb40c731e7acedeeb6c8d8c88d2dfb9f87ed8 authored about 9 years ago by andymcn <[email protected]>
Use half-open range for String.cut()

Initial inclusive range implementation was inspired by languages like R,
Julia, Lua. It turned o...

github.com/ponylang/ponyc - 810a4fd64eaf39415135e2e2994c7b9106c8a117 authored about 9 years ago by Jonas Lasauskas <[email protected]>
Use half-open range for String.codepoints()

Initial inclusive range implementation was inspired by languages like R,
Julia, Lua. It turned o...

github.com/ponylang/ponyc - c6e02e874819bc38bdaa5d56422e657dd608c9d1 authored about 9 years ago by Jonas Lasauskas <[email protected]>
Use half-open range for String.substring()

Initial inclusive range implementation was inspired by languages like R,
Julia, Lua. It turned o...

github.com/ponylang/ponyc - c4613910f5ed7bab23a5e55d0de88ccc14f85714 authored about 9 years ago by Jonas Lasauskas <[email protected]>
Fix gcc build

github.com/ponylang/ponyc - 3316fc18ae8a10aec7f42a0d0136a131d0962c45 authored about 9 years ago by andymcn <[email protected]>
Fix compound tuple subtyping

github.com/ponylang/ponyc - bf198b808139b79cfafa6ac5adc3ce3e1abfd77a authored about 9 years ago by andymcn <[email protected]>
Improve error messages for missing structure terminators

github.com/ponylang/ponyc - 1a2e3ac4d23a1938a5b2d7ce4af1f2d476f7a141 authored about 9 years ago by andymcn <[email protected]>
Merge pull request #412 from jonas-l/exact-length-substring

Return exact length substring

github.com/ponylang/ponyc - 43465b1723269208b7c1b6849dc9537c20b4acf7 authored about 9 years ago by andymcn <[email protected]>
fix soft U128.f64

github.com/ponylang/ponyc - 9e4480cfb6d9d4c8253c7a11cd0273789a307901 authored about 9 years ago by sylvanc <[email protected]>