Issues
- 3
`Process::Status`: What is a _normal_ exit?
#15231 opened by straight-shoota - 8
long-running fiber performance loss since 1.14.0
#15214 opened by zw963 - 1
`ECR::Lexer#consume_control` should raise `Crystal::SyntaxException` instead of `Exception`
#15220 opened by nobodywasishere - 1
Making `LLVM::ABI` a private API
#15227 opened by HertzDevil - 1
`Log.error(exception: exception) {}` is a no-op
#15221 opened by oprypin - 1
[Doc] mention Colorize::ColorANSI enum in the colorize doc
#15190 opened by zw963 - 3
`Process::Status#exit_code` returns 0 on signal exit
#15228 opened by straight-shoota - 1
Handle 0X in String to integer conversions
#15237 opened by RX14 - 2
BUG: trying to downcast TCPSocket+ (Crystal::VirtualType) <- TCPSocket (Crystal::NonGenericClassType)
#15200 opened by zw963 - 3
Proper handling of special characters in HTTP Cookies
#15218 opened by straight-shoota - 1
SPEC - undefined method 'includes?'
#15230 opened by dcalixto - 0
- 2
Disallow type declarations for local variables in scopes where it's impossible to call them
#15223 opened by nobodywasishere - 4
Module validation failed: inlinable function call in a function with debug info must have a !dbg location
#15202 opened by BigBoyBarney - 2
Formatting BigDecimal loses precision
#15203 opened by JayXon - 2
Compiler error doing BigInt shifts: 3.to_big_i << n
#15201 opened by jzakiya - 0
Add optional `name` argument to `WaitGroup#spawn`
#15188 opened by spuun - 3
- 9
Scope method
#15185 opened by BigBoyBarney - 6
Remove VERSION constant from crystal init
#15183 opened by BigBoyBarney - 1
BUG: called type_id for Array(Config)+.class (Crystal::VirtualMetaclassType) (Exception)
#15181 opened by zw963 - 0
Self assignment syntax error inside macro code only when running formatter
#15180 opened by HertzDevil