Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/crystal-lang/crystal

The Crystal Programming Language
https://github.com/crystal-lang/crystal

`StringPool` as a collection

HertzDevil opened this issue 9 months ago
Drop parentheses around `->` inside certain comma-separated lists

HertzDevil opened this pull request 9 months ago
Fix parsing of non-trailing `if` bodies inside macro expressions

HertzDevil opened this pull request 9 months ago
DLL paths no longer resolve to full path

devnote-dev opened this issue 9 months ago
Optimize `HTTP.header_name`

jgaskins opened this pull request 9 months ago
Optimize `Hash#transform_{keys,values}`

jgaskins opened this pull request 9 months ago
Use file handles directly instead of C file descriptors on Win32

HertzDevil opened this pull request 9 months ago
Inconsistent results of `Crystal::ASTNode::Call#id`

HertzDevil opened this issue 9 months ago
Fix: handle pointers in NilableCast codegen

ysbaddaden opened this pull request 9 months ago
Return type restriction on `NilableCast` (`as?`)

straight-shoota opened this issue 9 months ago
Replace `Crystal::Select::When` with `Crystal::When`

HertzDevil opened this pull request 9 months ago
Another undefined const regression on master

Blacksmoke16 opened this issue 9 months ago
Replace `type` declarations for void pointers with `alias` in `libxml2`

straight-shoota opened this pull request 9 months ago
Make `Crystal::Select::When` inherit from `Crystal::ASTNode`

HertzDevil opened this pull request 9 months ago
Add AST node methods for macro-related nodes

HertzDevil opened this pull request 9 months ago
`.as?` doesn't behave like `.as` when casting reference to pointer

ysbaddaden opened this issue 9 months ago
Fix `Crystal::Path#to_macro_id` for global path

straight-shoota opened this pull request 9 months ago
Undefined const regression on master

Blacksmoke16 opened this issue 9 months ago
Union and intersection of `Range`s

jgaskins opened this issue 9 months ago
Add `Array#insert_all`

summer-alice opened this pull request 9 months ago
Move `File.readable?`, `.writable?`, `.executable?` to `File::Info`

straight-shoota opened this pull request 9 months ago
Drop Windows CI workaround for 1.12.0-dev

HertzDevil opened this pull request 9 months ago
maintenance / EOL policy?

noraj opened this issue 9 months ago
Update previous Crystal release 1.12.1

straight-shoota opened this pull request 9 months ago
Crystal update error messages, Part 2

nilslindemann opened this issue 9 months ago
Fix `libpcre2` version detection not working for `-RC{N}` versions

Frityet opened this pull request 9 months ago
Unhandled exception: Invalid Int32: "36-RC1" (ArgumentError)

Frityet opened this issue 9 months ago
crystal compiler bug

stakach opened this issue 9 months ago
Log: delete source from builder cache when finalize

ysbaddaden opened this pull request 9 months ago
Highlight regression bugfixes in changelog

straight-shoota opened this pull request 9 months ago
Log stores keys (sources) indefinitively

beta-ziliani opened this issue 9 months ago
Changelog for 1.12.1

straight-shoota opened this pull request 9 months ago
Fix formatter with whitespace before closing parenthesis

straight-shoota opened this pull request 9 months ago
Formatter error regression

Blacksmoke16 opened this issue 9 months ago
Allow iterating over defined modules

Blacksmoke16 opened this issue 9 months ago
Add method to get an array of modules included in a type

Blacksmoke16 opened this issue 9 months ago
Do not strip the macOS target triple

hovsater opened this pull request 9 months ago
Update version to 1.12.0

straight-shoota opened this pull request 9 months ago
Invalid memory access when dynamically extending type

beta-ziliani opened this issue 9 months ago
Add compiler flags `-Os` and `-Oz` to optimize binary size

ysbaddaden opened this pull request 9 months ago
Add `Regex::MatchOptions` overload for `String#index!`

HertzDevil opened this pull request 9 months ago
Optimize `String#index(Char)` and `#rindex(Char)` for invalid UTF-8

HertzDevil opened this pull request 9 months ago
Discrepancy in `String#rindex` for out-of-bound search offsets

HertzDevil opened this issue 9 months ago
Support `UInt32` and `UInt64` in Log Context

toddsundsted opened this pull request 9 months ago
Make `String#sub` raise `IndexError` if index is equal to size

HertzDevil opened this pull request 9 months ago
Update distribution-scripts

straight-shoota opened this pull request 9 months ago
Audit GH labels

Blacksmoke16 opened this issue 9 months ago
Allow parsing cookies with space in the value

anton7c3 opened this pull request 9 months ago
Can't use Atomic with Int128 or UInt128

MistressRemilia opened this issue 9 months ago
Allow assignment to `_` inside macro expressions

HertzDevil opened this pull request 9 months ago
Abstract def overload with free var

Blacksmoke16 opened this issue 9 months ago
Macro blocks bleed scope

Blacksmoke16 opened this issue 9 months ago
Add the `CTypes` module for common C type aliases

HertzDevil opened this pull request 9 months ago
`previous_def` does not work with top-level funs

HertzDevil opened this issue 9 months ago
Use separate names for constant and class variable internals

HertzDevil opened this pull request 9 months ago
Never raise `IndexError` in `#[]?(Range)`

HertzDevil opened this pull request 9 months ago
Use wrapping arithmetic for `Int::Primitive#unsafe_chr`

HertzDevil opened this pull request 9 months ago
Add `Program#size_t` and `Target#size_bit_width`

ysbaddaden opened this pull request 9 months ago
Handle NaN comparisons in the interpreter

HertzDevil opened this pull request 9 months ago
`Enumerable(T)#to_a` regression with interface type

Blacksmoke16 opened this issue 9 months ago
Do not remove the whitespace in `foo ()` when formatting

HertzDevil opened this pull request 9 months ago
Run `primitives_spec` with the interpreter on CI

HertzDevil opened this pull request 9 months ago
Fix interpreter internal overflow for `UInt128#to_f32` and `#to_f32!`

HertzDevil opened this pull request 9 months ago
Check `UInt16#to_u8` for overflow in the interpreter

HertzDevil opened this pull request 9 months ago
Allow space in cookie value for Set-Cookie header

bararchy opened this issue 9 months ago
`String#byte_index(Regex)`

HertzDevil opened this issue 9 months ago
Add single source of UTF-8 test sequences for specs

HertzDevil opened this pull request 9 months ago
Allow `#fsync` and `#flock_*` on `IO::FileDescriptor`

HertzDevil opened this pull request 9 months ago
Move some `IO::FileDescriptor` specs to the correct file

HertzDevil opened this pull request 9 months ago
Add `Nil` return type restriction to `String::Formatter#consume_substitution`

straight-shoota opened this pull request 9 months ago
Fix `Hash.new(initial_capacity, &block)` doc to use relevant example

lachlan opened this pull request 9 months ago
Fix `Pointer#+(offset: Int64)` doc parameter name typo

lachlan opened this pull request 9 months ago
Fix `Hash#put_if_absent` putting duplicate keys

HertzDevil opened this pull request 9 months ago
Improve documentation for `at_exit` handler conditions

straight-shoota opened this pull request 9 months ago
`Hash#put_if_absent` can put duplicate keys

straight-shoota opened this issue 9 months ago
Natively support CHIPS cookies

Blacksmoke16 opened this pull request 9 months ago
Semantics of `Process.exec` on Windows

HertzDevil opened this issue 9 months ago
Implement `IO#tty?` in Win32

HertzDevil opened this pull request 9 months ago
Implement `File.readable?` and `.writable?` in Win32

HertzDevil opened this pull request 9 months ago
Remove calls to `LibC._setmode`

HertzDevil opened this pull request 9 months ago
Fix `Hash#update` when default block also adds given key

HertzDevil opened this pull request 9 months ago
Distribute `shards.pdb` on Windows

HertzDevil opened this pull request 10 months ago
Use `Makefile.win` for Shards on Windows CI

HertzDevil opened this pull request 10 months ago
Implement pagination for GitHub API in `github-changelog` helper

straight-shoota opened this pull request 10 months ago
Update shards 0.18.0

straight-shoota opened this pull request 10 months ago
Improve OpenSSL module documentation

summer-alice opened this pull request 10 months ago