msgpack_ext: added string() function for interval#527
msgpack_ext: added string() function for interval#527babyTsakhes wants to merge 1 commit intomasterfrom
Conversation
|
Please, rebase on the |
6cd04f5 to
82c0511
Compare
| values := []int64{ | ||
| ival.Year, | ||
| ival.Month, | ||
| ival.Week, | ||
| ival.Day, | ||
| ival.Hour, | ||
| ival.Min, | ||
| ival.Sec, | ||
| ival.Nsec, | ||
| } |
There was a problem hiding this comment.
It looks like a constant array too.
|
@babyTsakhes any updates here? |
b39838b to
c04a7f5
Compare
9fecc56 to
b4a5165
Compare
|
testing_mac_os (stable, macos-15)35040Z --- PASS: TestFdDialer_Dial/id_response_error (1.00s) |
|
2026-03-12T10:47:42.2373532Z === RUN TestGracefulShutdown |
|
BenchmarkIntervalStringOld-2 2686132 450.5 ns/op 150 B/op 8 allocs/op |
|
func (ival Interval) StringOld() string { } func (ival Interval) String() string { } |
Added function for converting interval type to string, added tests for this function. Added test for decimal conversion. Closes #322
3b611e7 to
97ca153
Compare
|
Please take a look. |
|
RUN TestConnectionHandlerOpenError |
|
testing / testing_mac_os (1.24, macos-14) (push) |
Added function for converting interval type to string, added tests for this function. Added test for decimal conversion.
Closes #322