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
Disallow typeof in type restrictions
9518cabc0b91062aebd148b6f25fa3795fc9e2c7 authored about 7 years ago by Ary Borenszweig <[email protected]>
9518cabc0b91062aebd148b6f25fa3795fc9e2c7 authored about 7 years ago by Ary Borenszweig <[email protected]>
Merge pull request #4631 from MakeNowJust/fix/crystal-format/show-backtrace-when-bug-found
Format: show backtrace when formatting bug found
ea4187c57018001a6f0863e3d77b38f3c7c89246 authored about 7 years ago by Ary Borenszweig <[email protected]>
Use Exception#inspect_with_backtrace to show an error
c24cc2e18efc60e1df6229e3a87e2d686df85425 authored about 7 years ago by TSUYUSATO Kitsune <[email protected]>
c24cc2e18efc60e1df6229e3a87e2d686df85425 authored about 7 years ago by TSUYUSATO Kitsune <[email protected]>
Format: show backtrace when formatting bug found
backtrace is useful to fix a bug.
f8759df326153a1b47ae494526cae46f040ff322 authored about 7 years ago by TSUYUSATO Kitsune <[email protected]>
Format: show backtrace only on single file mode
5039fb61a5447b26e166597381a93a9f25f717f6 authored about 7 years ago by TSUYUSATO Kitsune <[email protected]>
5039fb61a5447b26e166597381a93a9f25f717f6 authored about 7 years ago by TSUYUSATO Kitsune <[email protected]>
Format: show error message too when formatting bug found
36243bce02658ef1804f60b60f31e4ec4a906c04 authored about 7 years ago by TSUYUSATO Kitsune <[email protected]>
36243bce02658ef1804f60b60f31e4ec4a906c04 authored about 7 years ago by TSUYUSATO Kitsune <[email protected]>
Remove useless comma
0cacfa0bd6abf33de6439e5e993f15fade68d4f4 authored about 7 years ago by TSUYUSATO Kitsune <[email protected]>
0cacfa0bd6abf33de6439e5e993f15fade68d4f4 authored about 7 years ago by TSUYUSATO Kitsune <[email protected]>
Merge pull request #5139 from asterite/refactor/5136-http-client-post-form
HTTP::Client: use required named argument `form` instead of post_form and put_form
1ac888096bcb6b308f08c6bd74bbd6d902a357c0 authored about 7 years ago by Ary Borenszweig <[email protected]>
Merge pull request #5188 from luislavena/refactor-day-of-the-week
Relocate and document Time::DayOfWeek
6d1a6a71880bf596ad37484e323b3f87f7817967 authored about 7 years ago by Ary Borenszweig <[email protected]>
Relocate and document Time::DayOfWeek
Consolidate `Time::DayOfWeek` definition inside `Time`, adding documentation
and examples on its...