Added Slice and use that in IO. For now there are no extra checks. Also: fixed...
Added Slice and use that in IO. For now there are no extra checks. Also: fixed some things in the compiler and added Enumerable#join(separator, io, &block)
Showing
- samples/meteor.cr 10 additions, 10 deletionssamples/meteor.cr
- spec/std/enumerable_spec.cr 6 additions, 0 deletionsspec/std/enumerable_spec.cr
- spec/std/io/string_io_spec.cr 1 addition, 1 deletionspec/std/io/string_io_spec.cr
- src/array.cr 1 addition, 4 deletionssrc/array.cr
- src/char.cr 1 addition, 1 deletionsrc/char.cr
- src/compiler/crystal/compiler.cr 10 additions, 6 deletionssrc/compiler/crystal/compiler.cr
- src/enumerable.cr 7 additions, 1 deletionsrc/enumerable.cr
- src/file.cr 5 additions, 5 deletionssrc/file.cr
- src/file_utils.cr 2 additions, 2 deletionssrc/file_utils.cr
- src/float.cr 1 addition, 1 deletionsrc/float.cr
- src/int.cr 1 addition, 1 deletionsrc/int.cr
- src/io.cr 16 additions, 8 deletionssrc/io.cr
- src/io/buffered_io.cr 14 additions, 14 deletionssrc/io/buffered_io.cr
- src/io/c_file_io.cr 2 additions, 2 deletionssrc/io/c_file_io.cr
- src/io/console.cr 1 addition, 1 deletionsrc/io/console.cr
- src/io/file_descriptor_io.cr 4 additions, 4 deletionssrc/io/file_descriptor_io.cr
- src/io/pointer_io.cr 2 additions, 2 deletionssrc/io/pointer_io.cr
- src/io/string_io.cr 5 additions, 5 deletionssrc/io/string_io.cr
- src/prelude.cr 1 addition, 0 deletionssrc/prelude.cr
- src/raise.cr 3 additions, 3 deletionssrc/raise.cr
Please register or sign in to comment