simplesurance / baur

An incremental task runner for mono repositories.
GNU General Public License v2.0
360 stars 11 forks source link

status + ls outputs: improve JSON field types #531

Closed fho closed 8 months ago

fho commented 8 months ago

ls outputs: change bytes and duration JSON types to numerical ones

Instead of using string as types for duration (seconds) and Bytes, use a float for the duration and an uint64 for bytes.


status: change RunID JSON type from int to string

It is an opaque type that should also support non numerical characters, change the RunID type in JSON format to string.