File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -33,5 +33,3 @@ $ p6 -e'int.Range.max.say'
33
33
9223372036854775807
34
34
35
35
• attribute defaults are ignored when the class has submethod BUILD
36
-
37
-
Original file line number Diff line number Diff line change 1
1
• PASS more tests
2
2
3
- • Buf vs Str - binary data (+ tests)
3
+ • Str/Buf/Blob - binary data (+ tests)
4
4
5
- Current thought: remove the meaning of "binary" as currently is
5
+ Current thought: remove the meaning of "binary" as currently is
6
6
implemented, as everything is valid Str already.
7
7
8
- Add binary support by allowing *real* binary (images, raw data)
9
- by adding a Buf entry in CSV::Field and use that instead of the
8
+ Add binary support by allowing *real* binary (images, raw data)
9
+ by adding a Blob entry in CSV::Field and use that instead of the
10
10
current Str $.text by using CATCH blocks.
11
11
12
12
When fetching the field, check if Buf is set and return that (if
13
13
possible)
14
14
15
+ Str = String of characters
16
+ Buf = Mutable buffer for binary data
17
+ Blob = Common interface for binary large objects
18
+
15
19
• csv () function
16
20
17
21
• Documentation
You can’t perform that action at this time.
0 commit comments