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

Some `#[]?(Range)` methods can still raise `IndexError`

HertzDevil opened this issue 11 months ago
Fix: init schedulers before we spawn fibers

ysbaddaden opened this pull request 11 months ago
Enable `@[Primitive(:va_arg)]` semantic spec on Windows

HertzDevil opened this pull request 11 months ago
Never discard ivar initializer inside `.allocate` and `.pre_initialize`

HertzDevil opened this pull request 11 months ago
Remove the prelude from some compiler specs

HertzDevil opened this pull request 11 months ago
Fix crash stack trace decoding on macOS

HertzDevil opened this pull request 11 months ago
Can't instantiate a UNIXSocket instance in the interpreter

MistressRemilia opened this issue 11 months ago
Interpreter bug when `require "http/server"`

Vici37 opened this issue 11 months ago
Using `lld-link` as a linker

HertzDevil opened this issue 11 months ago
Unable to run interpreter after building

Vici37 opened this issue 11 months ago
Fix macro `Crystal::LIBRARY_PATH.split` when cross-compiling

HertzDevil opened this pull request 11 months ago
Update copyright year in NOTICE.md

HertzDevil opened this pull request 11 months ago
Install system dependencies in the Windows GUI installer

HertzDevil opened this pull request 11 months ago
Do not allocate memory in the segmentation fault signal handler

HertzDevil opened this pull request 11 months ago
Allow block after bracket call syntax

homonoidian opened this pull request 11 months ago
Can't initialize a struct inside `#pre_initialize`

ysbaddaden opened this issue 11 months ago
Fix System V ABI for packed structs with misaligned fields

HertzDevil opened this pull request 11 months ago
Fix `Proc#call` that takes and returns large extern structs by value

HertzDevil opened this pull request 11 months ago
SIGBUS on AArch64 when `Proc` returns large extern struct by value

HertzDevil opened this issue 11 months ago
Support asynchronous file I/O on Windows

HertzDevil opened this pull request 11 months ago
Make `FileUtils.mv` work across filesystems on Windows

HertzDevil opened this pull request 11 months ago
Add `CRYSTAL_CONFIG_LIBRARY_RPATH` compiler config

straight-shoota opened this pull request 11 months ago
Add `CRYSTAL_CONFIG_CC` compiler config

straight-shoota opened this pull request 11 months ago
Replace some Microsoft C runtime funs with Win32 equivalents

HertzDevil opened this pull request 11 months ago
Don't copy DLL to output directory if file already exists

HertzDevil opened this pull request 11 months ago
Permission denied opening `libiconv.dll`

Blacksmoke16 opened this issue 11 months ago
Add MSVC invalid parameter handler

HertzDevil opened this pull request 11 months ago
Linking against the debug MSVC runtime libraries

HertzDevil opened this issue 11 months ago
Make 128-bit integers 16-byte-aligned on x86-64 for LLVM <18

HertzDevil opened this pull request 11 months ago
Make equality between `Complex` and other numbers exact

HertzDevil opened this pull request 11 months ago
Fix `#hash` for the `Big*` number types

HertzDevil opened this pull request 11 months ago
Add `BigRational#%`, `#tdiv`, `#remainder`

HertzDevil opened this pull request 11 months ago
`YAML::Any#dig` does not accept a string key

syeopite opened this issue 11 months ago
Add `Crystal::Hasher.reduce_num` and `#number`

HertzDevil opened this pull request 11 months ago
Comparisons between integers and floats are inexact

HertzDevil opened this issue 11 months ago
Fix spelling in `spec/std/uri/params_spec.cr`

jbampton opened this pull request 11 months ago
Fix spelling in `lib/reply/spec/history_spec.cr`

jbampton opened this pull request 11 months ago
Command prompt escaping in `Process.quote_windows`

HertzDevil opened this issue 11 months ago
Change some line endings from CRLF to LF

HertzDevil opened this pull request 12 months ago
Compiler crash when using a TypeDeclaration in the wrong spot

jwoertink opened this issue 12 months ago
Ensure Windows time zone specs request `SeTimeZonePrivilege` properly

HertzDevil opened this pull request 12 months ago
Fix docs `:inherit:` pragma for `Indexable#first`

lachlan opened this pull request 12 months ago
Static linking mode fails on Arch Linux

amini-allight opened this issue 12 months ago
Installing system dependencies in the Windows GUI installer

HertzDevil opened this issue 12 months ago
Fix: Atomics and Locks (ARM, AArch64, X86)

ysbaddaden opened this pull request 12 months ago
Respect `--static` on Windows

HertzDevil opened this pull request 12 months ago
Mention RFC process in contribution instructions

straight-shoota opened this pull request 12 months ago
Drop Nikola sponsor mention from Readme

straight-shoota opened this pull request 12 months ago
Fix stack corruption in union-to-union casts

HertzDevil opened this pull request 12 months ago
Implement new UUID versions (V6, V7, V8)

philipp-kempgen opened this issue 12 months ago
Fix: don't run thread specs with the interpreter

ysbaddaden opened this pull request 12 months ago
Unwanted line break added by the formatter

hutou opened this issue 12 months ago
Windows Nightly Regression

Blacksmoke16 opened this issue 12 months ago
Spec: Time is not reported accurately

apainintheneck opened this issue 12 months ago
Relax `delegate`'s setter detection

HertzDevil opened this pull request 12 months ago
`LLVM::TargetData` cannot be disposed

HertzDevil opened this issue 12 months ago
Crystal tool context/implementations with ECR

nobodywasishere opened this issue 12 months ago
Respect alignments above `alignof(Void*)` inside union values

HertzDevil opened this pull request 12 months ago
Fix format for `asm` with comments

straight-shoota opened this pull request 12 months ago
Support LLVM 18.1

HertzDevil opened this pull request 12 months ago
Document builtin constants

straight-shoota opened this pull request 12 months ago
[CI] Upgrade from old machine images approaching EOL

straight-shoota opened this pull request 12 months ago
[CI] Upgrade `resource_class` for `test_preview_mt`

straight-shoota opened this pull request 12 months ago
Codegen: on demand distribution to forked processes

ysbaddaden opened this pull request 12 months ago
Add memory barrier to `Mutex#unlock` on aarch64

jgaskins opened this pull request 12 months ago
Fix end locations of `Alias` nodes

HertzDevil opened this pull request 12 months ago
Add `ReferenceStorage` for manual allocation of references

HertzDevil opened this pull request 12 months ago
Update `shell.nix` to nixpkgs-23.11

HertzDevil opened this pull request 12 months ago
Add macro methods for `Asm` and `AsmOperand`

HertzDevil opened this pull request 12 months ago
Fix name locations of `FunDef` and `External` nodes

HertzDevil opened this pull request 12 months ago
Ensure `Crystal::Visitor#visit` returns `Bool`

HertzDevil opened this pull request 12 months ago
Use correct string size for `LLVM::Type#inline_asm`

HertzDevil opened this pull request 12 months ago
Do not handle inline assembly with `"intel"` flag as AT&T syntax

HertzDevil opened this pull request 12 months ago
Add macro methods for `Primitive`

HertzDevil opened this pull request 12 months ago
Add macro methods for `TypeOf`

HertzDevil opened this pull request 12 months ago
Add macro methods for `Alias`

HertzDevil opened this pull request 12 months ago
Respect `NO_COLOR` in the compiler

HertzDevil opened this pull request 12 months ago
Move `Spec` context state into `Spec::CLI`

HertzDevil opened this pull request 12 months ago
Fix `Colorize.enabled?`'s documentation

HertzDevil opened this pull request almost 1 year ago
Thread: set name

ysbaddaden opened this pull request almost 1 year ago
Actual nightly releases on Windows

straight-shoota opened this issue almost 1 year ago
Fix: opening/reading from fifo/chardev files are blocking the thread

ysbaddaden opened this pull request almost 1 year ago
`libssl` bindings fall back to ancient library version

straight-shoota opened this issue about 1 year ago
Mise plugin for Crystal

ylluminate opened this issue about 1 year ago
Interpreter: fix fiber's resumable property

ysbaddaden opened this pull request about 1 year ago
Update previous Crystal release - 1.11.2

straight-shoota opened this pull request about 1 year ago
require "big" fails for Nix package

trans opened this issue about 1 year ago
Changelog for 1.11.2

straight-shoota opened this pull request about 1 year ago
Use versioned file names for build artifacts in Windows CI

straight-shoota opened this issue about 1 year ago
Update GH Actions

renovate[bot] opened this pull request about 1 year ago
[RFC] Ambiguity in the `File` namespace API

straight-shoota opened this issue about 1 year ago
Drop pinning Dwarf version 2 for android

straight-shoota opened this pull request about 1 year ago
Fix missing `cause` parameter from `IO::Error#initialize`

straight-shoota opened this pull request about 1 year ago
IO::Error no parameter named 'cause'

jwoertink opened this issue about 1 year ago