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
new! initializers use #to_*! to avoid overflow if the value is out of range of the target type
051a6d321a27482f504ce5ce247b1b878240d523 authored about 6 years agoAdding noted for future raising of OverflowError
7136750f398442b80c8388a1eb184bcd6e920de0 authored about 6 years agoa27ad60745fdf07028f0f5f511e4bc6756123fb5 authored about 6 years ago
db1294af7792638d6719dda65fbae6cab227bd53 authored about 6 years ago
2b7f80e866057837b947097023ff7abcd2a23ce8 authored about 6 years ago
5502b00c9482b20ed872ea0583a5fe90d91b1e84 authored about 6 years ago
Fixed #7237
a8f16e7f2a97d647ed02d6deb0146c75ba8d05b8 authored about 6 years ago59788834554399f7fe838487a83eb466e55c6408 authored about 6 years ago
221f3aa3c6eb3610f9b60499aa1a590e1e99ef91 authored about 6 years ago
66e02d0058e4018d33725b1031410dd9882e160c authored about 6 years ago
Improves Crystal code in example, updates and fixes hyperlinks, improve wording.
d12ce2cc6240513007ec539b178db4e53254a3da authored about 6 years agoThis fixes a bunch of typos and improves some wording.
25db8a30891647955e671c1f1068e5ff836a48ac authored about 6 years agoRemove :nodoc: from Chunk and add short description to Chunk::Drop and Chunk::Alone
3dffcce68b2c61dc1170f2a3e6f7c61b9210784a authored about 6 years agoa757509c8016d39c1a90c1d7b89b784e22030e14 authored about 6 years ago
a80bd43a47f306f39d1b27ebdcdf3637ff5a65ac authored about 6 years ago
a2a319f3bcaaf061d4f92639de87d3a8cd6ab4b1 authored about 6 years ago
* Add JSON::Any#to_yaml
* Add YAML::Any.to_json
d09d543aec51354ec4e4745d8bab3cb4574b0ec5 authored about 6 years ago* Check the cipher flags to see if the cipher supports aead
Supports checking if a cipher sup...
929003bc7a05a6c4da41d4fcac9c4d65e883e2c0 authored about 6 years agoThis will allow early failure on formatting issues and keep useful spec failure in the long run.
d6f9f1dcae76ba118d7fdc6b32656edf426e934a authored about 6 years ago884f7d7a2973401ac7c8bd82b55cf1a322bce2a4 authored about 6 years ago
8d66192e2997b1ea3a54d5d0fa51413047233ff8 authored about 6 years ago
da19b2e52d051ba2ec4e737275e3cea576823771 authored about 6 years ago
Fix Time::Span initializer from big seconds and sleep with big seconds
dd40c175137e6e19dea2b66bf6a272490f495c46 authored about 6 years agoca3452bfd90842c1dafc5aedd12d60ae56dc9ecf authored about 6 years ago
20a01dddaa48cbd5bb3d6fc57a37d21d262dc75d authored about 6 years ago
da9d865a168533c16a0a6b7ad4f07bf666dad6b0 authored about 6 years ago
Wrap loc pragma and expression by `#<loc:push>` and `#<loc:pop>`.
74c65ce6b8dde60f867468bfd4ce0cfcd11c8331 authored about 6 years ago46a30020e8138224696e5dcbe287e6f431b2251b authored about 6 years ago
afafdc334a56b6d36f2f15fb29ecc793f243d4d3 authored about 6 years ago
f8346e0c1bae914b72e35190e6ab628202d7d34d authored about 6 years ago
SOURCE_DATE_EPOCH is the standard for reproducible builds; using it
means most groups that care...
d60f89ab09c3bb726ee9885f91a1c01ce3d6e072 authored about 6 years ago
d8ab28e1accd02997848f6dd6e5b83c98b77b4f2 authored about 6 years ago
* Format: keep trailing spaces in macros
Currently the formatter removes trailing spaces in m...
79becb235d9a2a34dd40183605d11ebfbe9a2f85 authored about 6 years agoFixed #7183
76b25102bb0762b764dd594519fc24e687a5e8cd authored about 6 years agodfe7cf82624b66d703dbec05580ad7882ea094f7 authored about 6 years ago
a667e5e5c6f0dd0248d4549aae73c67bd0b43788 authored about 6 years ago
f4678101e0a6cc951acf8ac74bb70189a24b08b0 authored about 6 years ago
Formatter: fix bug related to typeof inside generic type
a18e85f9028f348cb00f1da35497671aaee6f6e6 authored about 6 years agoCompiler: allow trailing commas inside tuple types
d87e23c6f1ce20903f062224d7771d27607a856b authored about 6 years agoe789c084ece72a87bd2ee6e439f4abbf92bc95ad authored about 6 years ago
f94fbde46b6a97454f79b43a2edf5a6af0047b10 authored about 6 years ago
Compiler: remove very old `nil?` error on pointer types
54a2e3323eef1948cdaeaa63b19b31eb1594009d authored about 6 years ago9d87df564566398c56b75345f3bb3cbd986fa406 authored about 6 years ago
5a3f04c4563af46613877f54a5dcceb475205616 authored about 6 years ago
a5436f8c35449a185fa8f544c095b50014357f97 authored about 6 years ago
Replace inappropriate uses of `Time.now`
c9e92ce31ae18940de4a3c773217ca07fc06665a authored about 6 years ago7a4e254c3c578128cb07fd7724739b687dad9d2c authored about 6 years ago
7b315d8052a01db83073d68cfcde2db2c008b249 authored about 6 years ago
b16832c1843a091e009015e69ebd19ae3fcfab62 authored about 6 years ago
47725d10b2e47e9e462464c17b6f3b7e4461a35e authored about 6 years ago
And also update doc.
cbea5cac9e5ba6db4359d2b0ee2df67d7a1bafd6 authored about 6 years ago* Macro: Annotation#[] behaves like NamedTupleLiteral#[]
Fixed #7149
* Fix Annotation#[] t...
dda0f779b3e2dec6f95bf2cb2f0bb74729f67b16 authored about 6 years ago6bdadcbe54f1571e56da0883e5227b26730b63c0 authored about 6 years ago
1154cb827781e5eea515ca597e1bd119ce34ea55 authored about 6 years ago
* Add `Enumerable#to_h(&block)`
* Enforce Tuple on block return type
* Apply @asterite's s...
24f545a7b961ced4ebbf458d865404b6fa7d02ed authored about 6 years ago53ed9e925e76d49beb234fa361490000a4fe5d7b authored about 6 years ago
It will be transmitted as UTC time anyway, so there is no point in assigning a time zone.
1834e4fd414633f9e4cc327032603e49c7f7df25 authored about 6 years agoThe time value is converted to Unix time anyway, so there is no point in assigning a time zone.
7df1121e821febbefc013df74d99d11d257fa041 authored about 6 years ago4bf9b38419a1fa0fab07528a60c05693f3fa326a authored about 6 years ago
Add `Iterator#slice_after`
30212064383ca791d8c70dc4daac2b655cafb326 authored about 6 years ago58ff5608c9b0afcbcbdc3c8e16b9a5ab804ef282 authored about 6 years ago
* Add location to all expanded macro arguments
* Refactor implementation
Thank you @asteri...
9c42d31daf1331e31ba2c07679571acea699fa7a authored about 6 years ago5db46a13401212635e168e1eb0ae006c7213802f authored about 6 years ago
6ba79a258247603dbbb688050911ba156ef71f33 authored about 6 years ago
a5e2340ed61babffdb52256f0acb49bfbfe23f64 authored about 6 years ago
4754d53e4aa6bd73e813a95f90aaf299ca7c0dde authored about 6 years ago
a740c926df5dc75ab69699fa1e1e3377882760f1 authored about 6 years ago
* Make Complex descendant of Number
* Added #to_* conversion methods to Complex
* Complex ...
e00cf8c9a1de03de3a518dbdd6cea39c7d4c1b30 authored about 6 years ago* Add --format option
* Remove type 'sss'
* Reuse README reading
* Use %w for the array...
ecdb8db244b1dfc8a96dc5728b72edc047c83978 authored about 6 years ago4f5c55d2c22dc79c90cdbd2bc0bdb6f25a4c662b authored about 6 years ago
dd267487a6423cf1fc93baf3a2b302132dbc32ad authored about 6 years ago
5f9ed9e315bf3ae44481a2cdc9afe8f70f627148 authored about 6 years ago
470bbd50918118d6255ae35ae07a8a4ce1b1b153 authored about 6 years ago
eebdb3b87124fdb69ff7a7f099fd0bcd77bc507e authored about 6 years ago
Fixed #7065
36d1c58c66a1e67d7fcbc1d61d51b738ab078143 authored about 6 years ago1ce91617d8b54ce28b5751937b8b6c962bcea426 authored about 6 years ago
* Format: prevent conflicting between nested tuple types and macro expressions
Fixed #7095
...
7ae9076d14424c42439e0f5b64ff5239fa979d54 authored about 6 years agocc1dcdc08485e48a46948a423a14bb689b46d365 authored about 6 years ago
* compiler: Introduce non-nilable read_file macro
The original (nilable) macro has been renam...
f3a2c574fda6d076317a128cf005000a65c0f65e authored about 6 years ago4e3831fa39e8a4c7224187bdbe8b6a57ff30ce61 authored about 6 years ago
8e34f595094b76d7922a3e2e35ff6ee25b036bd3 authored about 6 years ago
e09d7963222b7b592d119199be21d5cee6bf1b2d authored about 6 years ago
32813c0dedabd88c5c23c3e98d030a2fb6d6220f authored about 6 years ago
Fixed #6637
Until now `crystal docs` needs to define public toplevel method for
generating `...
Add MIME registry
5387248407cd6d8d14004d3e63ed6f183d152306 authored about 6 years ago* Refactor filename resolution logic out of `interpret_run`
* Remove redundant var assignment
0ff1ef0c43ccce13db895c96b7589d713b632e3b authored about 6 years ago3a2b940132c94b845f4ffc853497c9c1a3d16e20 authored about 6 years ago
* Use third-person singular
It is my failure since #7029. Sorry...
* Doc: prevent XSS via ...
c0a6716a343fb50ae3e389edee4e09e550f4df54 authored about 6 years agoFixed #7046
52b2e6bccd42b37971e7f2642c2e4e0ea1e6e80d authored about 6 years agoe4a128fe6707a21b3e37397315ce25df521d508c authored about 6 years ago
c022585588321e8959c1451cb003f6bd91675fd7 authored about 6 years ago
3025fef588f899280f558fbd2040bcc985410925 authored about 6 years ago
2c98f7c17d623e4ae044a5b9f7778ee2638706e2 authored about 6 years ago
3df580d0f7d2cff6aeb72115b8256cb2fba63188 authored about 6 years ago
735b0bec13a327b5e0a9cea57e66d95613778e9b authored about 6 years ago
1d762ea7635698f46c719fd9122a1c1bd6c997ee authored about 6 years ago
Fixed #7052
b9c87125bb83a1a60fea11488cdf1cf5c7a54d2f authored about 6 years agoc7181beb12d511f95880ae013a1d8f280eba4d34 authored about 6 years ago
5339c830c2e1b08c93078483cb4771002b851567 authored about 6 years ago