Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Crystal Language
A language for humans and computers
Collective -
Host: opensource -
https://opencollective.com/crystal-lang
- Website: https://crystal-lang.org/
- Code: https://github.com/crystal-lang/crystal
Update version in `shard.yml`
github.com/crystal-lang/crystal - straight-shoota opened this pull request 5 months ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request 5 months ago
Revert "Fix: Don't link to undocumented types in API docs"
github.com/crystal-lang/crystal - straight-shoota opened this pull request 5 months ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request 5 months ago
Methods with a return type of `self` automatically return `self`
github.com/crystal-lang/crystal - jwoertink opened this issue 5 months ago
github.com/crystal-lang/crystal - jwoertink opened this issue 5 months ago
Fix misaligned store in `Bool` to union upcasts
github.com/crystal-lang/crystal - HertzDevil opened this pull request 5 months ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request 5 months ago
Ensuring `class_getter` runs exactly once under concurrent access
github.com/crystal-lang/crystal - HertzDevil opened this issue 5 months ago
github.com/crystal-lang/crystal - HertzDevil opened this issue 5 months ago
Don't spawn subprocess if codegen spec uses flags but not the prelude
github.com/crystal-lang/crystal - HertzDevil opened this pull request 5 months ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request 5 months ago
Fix codegen spec for `ProcPointer` of virtual type
github.com/crystal-lang/crystal - HertzDevil opened this pull request 5 months ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request 5 months ago
Fix handle empty string in `String#to_f(whitespace: false)`
github.com/crystal-lang/crystal - Blacksmoke16 opened this pull request 5 months ago
github.com/crystal-lang/crystal - Blacksmoke16 opened this pull request 5 months ago
`Number.new` causes `IndexError` with blank value and `whitespace: false`
github.com/crystal-lang/crystal - Blacksmoke16 opened this issue 5 months ago
github.com/crystal-lang/crystal - Blacksmoke16 opened this issue 5 months ago
Add docs for lib bindings with supported library versions
github.com/crystal-lang/crystal - straight-shoota opened this pull request 5 months ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request 5 months ago
CI: Refactor SSL workflow with job matrix
github.com/crystal-lang/crystal - straight-shoota opened this pull request 5 months ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request 5 months ago
Invalid memory access in release mode with LLVM 18
github.com/crystal-lang/crystal - straight-shoota opened this issue 5 months ago
github.com/crystal-lang/crystal - straight-shoota opened this issue 5 months ago
Doc error for Channel#close, Channel#close? when channel is buffered channel.
github.com/crystal-lang/crystal - zw963 opened this issue 5 months ago
github.com/crystal-lang/crystal - zw963 opened this issue 5 months ago
Update actions/checkout action to v4 - autoclosed
github.com/crystal-lang/crystal - renovate[bot] opened this pull request 5 months ago
github.com/crystal-lang/crystal - renovate[bot] opened this pull request 5 months ago
Implement `#sort_by` inside macros using `Enumerable#sort_by`
github.com/crystal-lang/crystal - HertzDevil opened this pull request 5 months ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request 5 months ago
Support `next` and `break` in macro methods
github.com/crystal-lang/crystal - HertzDevil opened this pull request 5 months ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request 5 months ago
Add `Enumerable#find_value`
github.com/crystal-lang/crystal - jgaskins opened this pull request 5 months ago
github.com/crystal-lang/crystal - jgaskins opened this pull request 5 months ago
Add `LLVM::Builder#finalize`
github.com/crystal-lang/crystal - JarnaChao09 opened this pull request 5 months ago
github.com/crystal-lang/crystal - JarnaChao09 opened this pull request 5 months ago
Fix avoid linking `libpcre` when unused
github.com/crystal-lang/crystal - kojix2 opened this pull request 5 months ago
github.com/crystal-lang/crystal - kojix2 opened this pull request 5 months ago
Add `HashLiteral#has_key?` and `NamedTupleLiteral#has_key?`
github.com/crystal-lang/crystal - kamil-gwozdz opened this pull request 5 months ago
github.com/crystal-lang/crystal - kamil-gwozdz opened this pull request 5 months ago
Fix typos in docs for `Set` and `Hash`
github.com/crystal-lang/crystal - philipp-classen opened this pull request 5 months ago
github.com/crystal-lang/crystal - philipp-classen opened this pull request 5 months ago
Support return types in codegen specs
github.com/crystal-lang/crystal - HertzDevil opened this pull request 5 months ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request 5 months ago
Add minimal LLVM OrcV2 bindings
github.com/crystal-lang/crystal - HertzDevil opened this pull request 5 months ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request 5 months ago
Support LLVM OrcV2 codegen specs
github.com/crystal-lang/crystal - HertzDevil opened this pull request 5 months ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request 5 months ago
Add location info to some `MacroIf` nodes
github.com/crystal-lang/crystal - Blacksmoke16 opened this pull request 5 months ago
github.com/crystal-lang/crystal - Blacksmoke16 opened this pull request 5 months ago
`MacroIf` then/else missing location information
github.com/crystal-lang/crystal - Blacksmoke16 opened this issue 5 months ago
github.com/crystal-lang/crystal - Blacksmoke16 opened this issue 5 months ago
Move `#evented_read`, `#evented_write` into `Crystal::LibEvent::EventLoop`
github.com/crystal-lang/crystal - straight-shoota opened this pull request 5 months ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request 5 months ago
Avoid flush in finalizers for `Socket` and `IO::FileDescriptor`
github.com/crystal-lang/crystal - straight-shoota opened this pull request 5 months ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request 5 months ago
Hide `Hash::Entry` from public API docs
github.com/crystal-lang/crystal - Blacksmoke16 opened this pull request 5 months ago
github.com/crystal-lang/crystal - Blacksmoke16 opened this pull request 5 months ago
`Enumerable` method to find the first truthy block result and return that result
github.com/crystal-lang/crystal - jgaskins opened this issue 5 months ago
github.com/crystal-lang/crystal - jgaskins opened this issue 5 months ago
Fix: Don't link to undocumented types in API docs
github.com/crystal-lang/crystal - spuun opened this pull request 5 months ago
github.com/crystal-lang/crystal - spuun opened this pull request 5 months ago
Update distribution-scripts
github.com/crystal-lang/crystal - straight-shoota opened this pull request 5 months ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request 5 months ago
Refactor interpreter stack code to avoid duplicate macro expansion
github.com/crystal-lang/crystal - straight-shoota opened this pull request 5 months ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request 5 months ago
Deprecate `Pointer.new(Int)`
github.com/crystal-lang/crystal - straight-shoota opened this pull request 5 months ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request 5 months ago
Add `Pointer::Appender#to_slice`
github.com/crystal-lang/crystal - straight-shoota opened this pull request 5 months ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request 5 months ago
[CI] Add test for OpenSSL 3.3
github.com/crystal-lang/crystal - straight-shoota opened this pull request 5 months ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request 5 months ago
Update `LibCrypto` bindings for LibreSSL 3.5+
github.com/crystal-lang/crystal - straight-shoota opened this pull request 5 months ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request 5 months ago
Error: read before assignment to local variable ''
github.com/crystal-lang/crystal - Blacksmoke16 opened this issue 5 months ago
github.com/crystal-lang/crystal - Blacksmoke16 opened this issue 5 months ago
Add `Regex::CompileOptions::MULTILINE_ONLY`
github.com/crystal-lang/crystal - ralsina opened this pull request 5 months ago
github.com/crystal-lang/crystal - ralsina opened this pull request 5 months ago
It's impossible to create a regex that is MULTILINE but not DOT_ALL
github.com/crystal-lang/crystal - ralsina opened this issue 5 months ago
github.com/crystal-lang/crystal - ralsina opened this issue 5 months ago
Compiler error when output directory for object file is missing
github.com/crystal-lang/crystal - straight-shoota opened this issue 5 months ago
github.com/crystal-lang/crystal - straight-shoota opened this issue 5 months ago
Fail to compile in path with whitespace
github.com/crystal-lang/crystal - alanwilter opened this issue 5 months ago
github.com/crystal-lang/crystal - alanwilter opened this issue 5 months ago
Weird compilation error happening only on CI Github Action
github.com/crystal-lang/crystal - noraj opened this issue 5 months ago
github.com/crystal-lang/crystal - noraj opened this issue 5 months ago
`Indexable#each_index(&)` has different return types depending on overload
github.com/crystal-lang/crystal - HertzDevil opened this issue 5 months ago
github.com/crystal-lang/crystal - HertzDevil opened this issue 5 months ago
Optimize `Indexable#each_slice(&)`
github.com/crystal-lang/crystal - HertzDevil opened this pull request 5 months ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request 5 months ago
`Pointer(T).malloc` for strict alignments
github.com/crystal-lang/crystal - HertzDevil opened this issue 5 months ago
github.com/crystal-lang/crystal - HertzDevil opened this issue 5 months ago
Fix explicitly clear deleted `Hash::Entry`
github.com/crystal-lang/crystal - HertzDevil opened this pull request 5 months ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request 5 months ago
`LLVM::Builder` cannot be disposed
github.com/crystal-lang/crystal - JarnaChao09 opened this issue 5 months ago
github.com/crystal-lang/crystal - JarnaChao09 opened this issue 5 months ago
Fix constants in macro expressions to be referenced from the top level
github.com/crystal-lang/crystal - maiha opened this pull request 5 months ago
github.com/crystal-lang/crystal - maiha opened this pull request 5 months ago
Bug: Hash do not clean references to objects in `--release` mode
github.com/crystal-lang/crystal - beta-ziliani opened this issue 5 months ago
github.com/crystal-lang/crystal - beta-ziliani opened this issue 5 months ago
Unaligned loads and stores
github.com/crystal-lang/crystal - HertzDevil opened this issue 5 months ago
github.com/crystal-lang/crystal - HertzDevil opened this issue 5 months ago
Updating and Exposing more the LLVM API
github.com/crystal-lang/crystal - JarnaChao09 opened this issue 5 months ago
github.com/crystal-lang/crystal - JarnaChao09 opened this issue 5 months ago
Creating bindings to OrcJIT
github.com/crystal-lang/crystal - JarnaChao09 opened this issue 5 months ago
github.com/crystal-lang/crystal - JarnaChao09 opened this issue 5 months ago
Make `IO::Buffered#buffer_size=` idempotent
github.com/crystal-lang/crystal - jgaskins opened this pull request 5 months ago
github.com/crystal-lang/crystal - jgaskins opened this pull request 5 months ago
Add `@[Experimental]` to `LLVM::DIBuilder`
github.com/crystal-lang/crystal - HertzDevil opened this pull request 5 months ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request 5 months ago
Add docs about `Pointer`'s alignment requirement
github.com/crystal-lang/crystal - HertzDevil opened this pull request 5 months ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request 5 months ago
`#resume` triggers invalid memory access on Mac
github.com/crystal-lang/crystal - a-alhusaini opened this issue 5 months ago
github.com/crystal-lang/crystal - a-alhusaini opened this issue 5 months ago
`WebSocket.on_close` never triggerred
github.com/crystal-lang/crystal - a-alhusaini opened this issue 5 months ago
github.com/crystal-lang/crystal - a-alhusaini opened this issue 5 months ago
Fix doc comment above annotation with macro expansion
github.com/crystal-lang/crystal - Blacksmoke16 opened this pull request 5 months ago
github.com/crystal-lang/crystal - Blacksmoke16 opened this pull request 5 months ago
Docs comments only appear if they are written directly above `getter`
github.com/crystal-lang/crystal - BigBoyBarney opened this issue 5 months ago
github.com/crystal-lang/crystal - BigBoyBarney opened this issue 5 months ago
Add `Crystal::Macros::TypeNode#has_inner_pointers?`
github.com/crystal-lang/crystal - HertzDevil opened this pull request 5 months ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request 5 months ago
Strict POSIX conformance in utility files
github.com/crystal-lang/crystal - HertzDevil opened this issue 5 months ago
github.com/crystal-lang/crystal - HertzDevil opened this issue 5 months ago
Fix `ReferenceStorage(T)` atomic if `T` has no inner pointers
github.com/crystal-lang/crystal - HertzDevil opened this pull request 5 months ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request 5 months ago
Disable `Tuple#to_static_array` spec on AArch64
github.com/crystal-lang/crystal - HertzDevil opened this pull request 5 months ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request 5 months ago
Fix misaligned stack access in the interpreter
github.com/crystal-lang/crystal - HertzDevil opened this pull request 5 months ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request 5 months ago
Support LLVM 19.1
github.com/crystal-lang/crystal - HertzDevil opened this pull request 5 months ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request 5 months ago
Add `has_key?` to `NamedTupleLiteral` and `HashLiteral`
github.com/crystal-lang/crystal - Blacksmoke16 opened this issue 5 months ago
github.com/crystal-lang/crystal - Blacksmoke16 opened this issue 5 months ago
Option to launch processes as children
github.com/crystal-lang/crystal - stakach opened this issue 6 months ago
github.com/crystal-lang/crystal - stakach opened this issue 6 months ago
Add `WaitGroup.wait` and `WaitGroup#spawn`
github.com/crystal-lang/crystal - jgaskins opened this pull request 6 months ago
github.com/crystal-lang/crystal - jgaskins opened this pull request 6 months ago
Process.on_terminate proc cannot be executed?
github.com/crystal-lang/crystal - lost22git opened this issue 6 months ago
github.com/crystal-lang/crystal - lost22git opened this issue 6 months ago
[CI] Darwin test job fails with `macos-14`
github.com/crystal-lang/crystal - straight-shoota opened this issue 6 months ago
github.com/crystal-lang/crystal - straight-shoota opened this issue 6 months ago
Add `URI.from_json_object_key?` and `URI#to_json_object_key`
github.com/crystal-lang/crystal - nobodywasishere opened this pull request 6 months ago
github.com/crystal-lang/crystal - nobodywasishere opened this pull request 6 months ago
[CI] Update GitHub runner to `macos-14`
github.com/crystal-lang/crystal - straight-shoota opened this pull request 6 months ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request 6 months ago
LLVM 18 breaks 128-bit integers in the interpreter
github.com/crystal-lang/crystal - straight-shoota opened this issue 6 months ago
github.com/crystal-lang/crystal - straight-shoota opened this issue 6 months ago
[CI] Pin package repos for OpenSSL packages
github.com/crystal-lang/crystal - straight-shoota opened this pull request 6 months ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request 6 months ago
crystal i crashes in HAR shard
github.com/crystal-lang/crystal - bararchy opened this issue 6 months ago
github.com/crystal-lang/crystal - bararchy opened this issue 6 months ago
Kqueue event loop (*BSD, macOS)
github.com/crystal-lang/crystal - ysbaddaden opened this pull request 6 months ago
github.com/crystal-lang/crystal - ysbaddaden opened this pull request 6 months ago
A [no overflow check] compiler direective
github.com/crystal-lang/crystal - jzakiya opened this issue 6 months ago
github.com/crystal-lang/crystal - jzakiya opened this issue 6 months ago
Fully qualified name must be used inside a block when assigning to an ivar.
github.com/crystal-lang/crystal - sol-vin opened this issue 6 months ago
github.com/crystal-lang/crystal - sol-vin opened this issue 6 months ago
Disallow `foo.bar(&block) do end`
github.com/crystal-lang/crystal - FnControlOption opened this pull request 6 months ago
github.com/crystal-lang/crystal - FnControlOption opened this pull request 6 months ago
Always use unstable sort for simple types
github.com/crystal-lang/crystal - HertzDevil opened this pull request 6 months ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request 6 months ago
Warn on single-letter macro fresh variables
github.com/crystal-lang/crystal - FnControlOption opened this pull request 6 months ago
github.com/crystal-lang/crystal - FnControlOption opened this pull request 6 months ago
Add JSON parsing UTF-8 spec
github.com/crystal-lang/crystal - Blacksmoke16 opened this pull request 6 months ago
github.com/crystal-lang/crystal - Blacksmoke16 opened this pull request 6 months ago
Add `underscore_to_space` option to `String#titleize`
github.com/crystal-lang/crystal - Blacksmoke16 opened this pull request 6 months ago
github.com/crystal-lang/crystal - Blacksmoke16 opened this pull request 6 months ago
[CI] Update LLVM 18 for `wasm32-test`
github.com/crystal-lang/crystal - straight-shoota opened this pull request 6 months ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request 6 months ago
Streamlining the `WaitGroup` API
github.com/crystal-lang/crystal - jgaskins opened this issue 6 months ago
github.com/crystal-lang/crystal - jgaskins opened this issue 6 months ago
Add `HTTP::Cookie#expire`
github.com/crystal-lang/crystal - a-alhusaini opened this pull request 6 months ago
github.com/crystal-lang/crystal - a-alhusaini opened this pull request 6 months ago
Reword `Pointer#memcmp`'s documentation
github.com/crystal-lang/crystal - HertzDevil opened this pull request 6 months ago
github.com/crystal-lang/crystal - HertzDevil opened this pull request 6 months ago
Add documentation for `NoReturn` and `Void`
github.com/crystal-lang/crystal - nobodywasishere opened this pull request 6 months ago
github.com/crystal-lang/crystal - nobodywasishere opened this pull request 6 months ago
Add doc gen flags for lib, private, and all
github.com/crystal-lang/crystal - nobodywasishere opened this pull request 6 months ago
github.com/crystal-lang/crystal - nobodywasishere opened this pull request 6 months ago
Disallow weird assignments
github.com/crystal-lang/crystal - FnControlOption opened this pull request 6 months ago
github.com/crystal-lang/crystal - FnControlOption opened this pull request 6 months ago
Epoll event loop (linux)
github.com/crystal-lang/crystal - ysbaddaden opened this pull request 6 months ago
github.com/crystal-lang/crystal - ysbaddaden opened this pull request 6 months ago
Don't require linking to libraries in order to generate documentation
github.com/crystal-lang/crystal - nobodywasishere opened this issue 6 months ago
github.com/crystal-lang/crystal - nobodywasishere opened this issue 6 months ago
Failed to update crystal with package managers on Windows
github.com/crystal-lang/crystal - yanecc opened this issue 6 months ago
github.com/crystal-lang/crystal - yanecc opened this issue 6 months ago
Support double splatting on NamedTuple union.
github.com/crystal-lang/crystal - zw963 opened this issue 6 months ago
github.com/crystal-lang/crystal - zw963 opened this issue 6 months ago
Update previous Crystal release 1.13.1
github.com/crystal-lang/crystal - straight-shoota opened this pull request 6 months ago
github.com/crystal-lang/crystal - straight-shoota opened this pull request 6 months ago
sudo dnf install crystal results in error
github.com/crystal-lang/crystal - He1nr1ch opened this issue 6 months ago
github.com/crystal-lang/crystal - He1nr1ch opened this issue 6 months ago