History of src/0dev.org/encoding/fibonacci/fib_test.go of 4b9f9bff3989c6d9

History of the file that is called src/0dev.org/encoding/fibonacci/fib_test.go at check-in 4b9f9bff3989c6d9

2015-01-01
15:19
[fibonacci] renamed Writer->Encoder, Reader->Decoder. [mtf] moved package mtf to encoding\mtf file: [7b29d51e21] check-in: [cb736e7ad3] user: spaskalev, branch: trunk, size: 2174 [annotate] [blame] [check-ins using] [diff]
14:11
Initial implementation and test of fibonacci.Reader(io.Reader) io.Reader that decodes bytes encoded from fibonacci.Writer(..). CC at 97.5% file: [33c293fd3b] check-in: [4b9f9bff39] user: spaskalev, branch: trunk, size: 2172 [annotate] [blame] [check-ins using] [diff]
06:34
Fixed Decode's length return and added a test for it. Reduce encoder's buffer to 2 bytes. CC at 98.3% file: [0734e0cdf2] check-in: [ea97951fcd] user: spaskalev, branch: trunk, size: 1742 [annotate] [blame] [check-ins using] [diff]
05:30
Added a proper test for fibonacci.Writer that writes 0-255, converts the resulting bits to a string and compares against the result of Numbers.Code for each value. file: [5ea0aed96e] check-in: [c7c8d6445f] user: spaskalev, branch: trunk, size: 1658 [annotate] [blame] [check-ins using] [diff]
04:58
Added fibonacci.Writer(io.Writer) io.Writer that encodes bytes. file: [76f99cbcd6] check-in: [93fcb281a1] user: spaskalev, branch: trunk, size: 1623 [annotate] [blame] [check-ins using] [diff]
2014-12-30
22:59
Dropped the Nth method and return a populated slice by fibonacci.New(size). Changed all access to direct indexing. CC at 100% file: [ecd601a44e] check-in: [ffb139e305] user: spaskalev, branch: trunk, size: 489 [annotate] [blame] [check-ins using] [diff]
14:03
Added: Added encoding/fibonacci (cc: 100%) file: [5949178ed8] check-in: [7a1684ea05] user: spaskalev, branch: trunk, size: 513 [annotate] [blame] [check-ins using]