From 14c8459984ef04604206f94bf84d7679439103c7 Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Mon, 5 Feb 2024 23:48:21 +0100 Subject: [PATCH] Schema floats are now BiggestFloat --- assertions.prs | 2 +- src/schema/assertions.nim | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/assertions.prs b/assertions.prs index 158d2fb..67fc359 100644 --- a/assertions.prs +++ b/assertions.prs @@ -5,6 +5,6 @@ FileSystemUsage = . # This assertion publishes a dataspace that proxies assertions with # an exception for which is pulsed every periodSec. # The pulse resolution is no more than one millisecond. -Pulse = . +Pulse = . XmlTranslation = . diff --git a/src/schema/assertions.nim b/src/schema/assertions.nim index afdbd85..f8cf39c 100644 --- a/src/schema/assertions.nim +++ b/src/schema/assertions.nim @@ -4,7 +4,7 @@ import type Pulse* {.preservesRecord: "pulse".} = object - `periodSec`*: float64 + `periodSec`*: BiggestFloat `proxy`* {.preservesEmbedded.}: Value XmlTranslation* {.preservesRecord: "xml-translation".} = object