- Nov 07, 2014
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
- Nov 06, 2014
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
The syntax for specifying the base type of an enum, `enum Name < BaseType` has been deprecated. Use `enum Name : BaseType`
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
- Nov 05, 2014
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
Properties (property, setter, getter) can now be restricted to a type with the syntax `property name :: Type`
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
Compiler: can run `crystal spec file:line`
-
Ary Borenszweig authored
-
Ary Borenszweig authored
Spec: `describe`, `it` and `pending` capture file and line information and that is shown at the end when there are failures (similar to RSpec)
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
- Nov 04, 2014
-
-
Juan Wajnerman authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
- Nov 03, 2014
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
`typeof(self)` as a macro def return type makes `self` resolve to the most specific type, not to the type where the macro was defined
-
Ary Borenszweig authored
-
- Nov 02, 2014
-
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-
Ary Borenszweig authored
-