msgpack_ext: added string() function for interval#527
Conversation
|
Please, rebase on the |
6cd04f5 to
82c0511
Compare
|
@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 { } |
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 Co-authored-by: Oleg Jukovec <oleg.jukovec@gmail.com>
97ca153 to
277a91d
Compare
Added function for converting interval type to string, added tests for this function. Added test for decimal conversion.
Closes #322