From e1656f3ca415e79e94025c1f2a865fbe4a35f2e4 Mon Sep 17 00:00:00 2001 From: Docusaurus bot Date: Thu, 7 Nov 2024 07:59:38 +0000 Subject: [PATCH] Deploy website Deploy website version based on 45b5c6be3bc01516b5efd1f964c42080f644eaa5 --- docs/codecs.html | 22 +++++++++++----------- docs/codecs/index.html | 22 +++++++++++----------- docs/modules.html | 16 ++++++++-------- docs/modules/index.html | 16 ++++++++-------- docs/overview.html | 2 +- docs/overview/index.html | 2 +- 6 files changed, 40 insertions(+), 40 deletions(-) diff --git a/docs/codecs.html b/docs/codecs.html index cf3df59c..b0d2f29e 100644 --- a/docs/codecs.html +++ b/docs/codecs.html @@ -68,12 +68,12 @@ // codec = Validated( // codec = ImapErrors( // codec = Codec("long"), -// f = vulcan.Codec$WithValidSchema$$Lambda$15774/0x0000000104364840@ced52e2, -// g = vulcan.Codec$WithValidSchema$$Lambda$15775/0x0000000104364040@60893894 +// f = vulcan.Codec$WithValidSchema$$Lambda$15795/0x00000001043b5840@2f99e072, +// g = vulcan.Codec$WithValidSchema$$Lambda$15796/0x00000001043b5040@4acd310c // ), // validSchema = "long" // ), -// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@5e39a562 +// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@7e44a0b2 // ), // validSchema = {"type":"long","logicalType":"timestamp-millis"} // ), @@ -114,19 +114,19 @@ // codec = Validated( // codec = ImapErrors( // codec = Codec("long"), -// f = vulcan.Codec$WithValidSchema$$Lambda$15774/0x0000000104364840@ced52e2, -// g = vulcan.Codec$WithValidSchema$$Lambda$15775/0x0000000104364040@60893894 +// f = vulcan.Codec$WithValidSchema$$Lambda$15795/0x00000001043b5840@2f99e072, +// g = vulcan.Codec$WithValidSchema$$Lambda$15796/0x00000001043b5040@4acd310c // ), // validSchema = "long" // ), -// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@5e39a562 +// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@7e44a0b2 // ), // validSchema = {"type":"long","logicalType":"timestamp-millis"} // ), // typeName = "Instant" // ), -// f = vulcan.Codec$WithValidSchema$$Lambda$15774/0x0000000104364840@75bdfda8, -// g = vulcan.Codec$WithValidSchema$$Lambda$15775/0x0000000104364040@58fb2994 +// f = vulcan.Codec$WithValidSchema$$Lambda$15795/0x00000001043b5840@4ab13b20, +// g = vulcan.Codec$WithValidSchema$$Lambda$15796/0x00000001043b5040@13aa2506 // )

When we have a newtype where we ensure values are valid, we can use imapError instead.

@@ -145,7 +145,7 @@ // res5: Codec.Aux[Codec.string.AvroType, SerialNumber] = ImapErrors( // codec = Codec("string"), // f = <function1>, -// g = vulcan.Codec$$Lambda$15845/0x000000010441c040@416b33b9 +// g = vulcan.Codec$$Lambda$15866/0x0000000104470840@1e1860c3 // )

Decimals

@@ -305,8 +305,8 @@

// codec = Validated( // codec = UnionCodec( // alts = Append( -// leftNE = Singleton(a = vulcan.Codec$Alt$$anon$6@26d0882b), -// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@1ed282b3) +// leftNE = Singleton(a = vulcan.Codec$Alt$$anon$6@74e50a0a), +// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@4e285bba) // ) // ), // validSchema = ["int","string"] diff --git a/docs/codecs/index.html b/docs/codecs/index.html index cf3df59c..b0d2f29e 100644 --- a/docs/codecs/index.html +++ b/docs/codecs/index.html @@ -68,12 +68,12 @@ // codec = Validated( // codec = ImapErrors( // codec = Codec("long"), -// f = vulcan.Codec$WithValidSchema$$Lambda$15774/0x0000000104364840@ced52e2, -// g = vulcan.Codec$WithValidSchema$$Lambda$15775/0x0000000104364040@60893894 +// f = vulcan.Codec$WithValidSchema$$Lambda$15795/0x00000001043b5840@2f99e072, +// g = vulcan.Codec$WithValidSchema$$Lambda$15796/0x00000001043b5040@4acd310c // ), // validSchema = "long" // ), -// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@5e39a562 +// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@7e44a0b2 // ), // validSchema = {"type":"long","logicalType":"timestamp-millis"} // ), @@ -114,19 +114,19 @@ // codec = Validated( // codec = ImapErrors( // codec = Codec("long"), -// f = vulcan.Codec$WithValidSchema$$Lambda$15774/0x0000000104364840@ced52e2, -// g = vulcan.Codec$WithValidSchema$$Lambda$15775/0x0000000104364040@60893894 +// f = vulcan.Codec$WithValidSchema$$Lambda$15795/0x00000001043b5840@2f99e072, +// g = vulcan.Codec$WithValidSchema$$Lambda$15796/0x00000001043b5040@4acd310c // ), // validSchema = "long" // ), -// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@5e39a562 +// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@7e44a0b2 // ), // validSchema = {"type":"long","logicalType":"timestamp-millis"} // ), // typeName = "Instant" // ), -// f = vulcan.Codec$WithValidSchema$$Lambda$15774/0x0000000104364840@75bdfda8, -// g = vulcan.Codec$WithValidSchema$$Lambda$15775/0x0000000104364040@58fb2994 +// f = vulcan.Codec$WithValidSchema$$Lambda$15795/0x00000001043b5840@4ab13b20, +// g = vulcan.Codec$WithValidSchema$$Lambda$15796/0x00000001043b5040@13aa2506 // )

When we have a newtype where we ensure values are valid, we can use imapError instead.

@@ -145,7 +145,7 @@ // res5: Codec.Aux[Codec.string.AvroType, SerialNumber] = ImapErrors( // codec = Codec("string"), // f = <function1>, -// g = vulcan.Codec$$Lambda$15845/0x000000010441c040@416b33b9 +// g = vulcan.Codec$$Lambda$15866/0x0000000104470840@1e1860c3 // )

Decimals

@@ -305,8 +305,8 @@

// codec = Validated( // codec = UnionCodec( // alts = Append( -// leftNE = Singleton(a = vulcan.Codec$Alt$$anon$6@26d0882b), -// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@1ed282b3) +// leftNE = Singleton(a = vulcan.Codec$Alt$$anon$6@74e50a0a), +// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@4e285bba) // ) // ), // validSchema = ["int","string"] diff --git a/docs/modules.html b/docs/modules.html index f215a542..ca1b18a7 100644 --- a/docs/modules.html +++ b/docs/modules.html @@ -142,8 +142,8 @@

Codec[Day] // res3: Codec.Aux[Int, Day] = ImapErrors( // codec = Codec("int"), -// f = enumeratum.values.Vulcan$$$Lambda$16254/0x0000000104662840@1d05849a, -// g = vulcan.Codec$$Lambda$15845/0x000000010441c040@6850d88f +// f = enumeratum.values.Vulcan$$$Lambda$16275/0x0000000104643040@34e1aa19, +// g = vulcan.Codec$$Lambda$15866/0x0000000104470840@1e482a7d // )

Generic

@@ -195,8 +195,8 @@

// codec = Validated( // codec = UnionCodec( // alts = Append( -// leftNE = Singleton(a = vulcan.Codec$Alt$$anon$6@7253ea6a), -// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@1d66c8d) +// leftNE = Singleton(a = vulcan.Codec$Alt$$anon$6@68712b65), +// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@38b4b8fc) // ) // ), // validSchema = [{"type":"record","name":"First","namespace":"com.example","fields":[{"name":"value","type":"int"}]},{"type":"record","name":"Second","namespace":"com.example","fields":[{"name":"value","type":"string"}]}] @@ -216,8 +216,8 @@

// codec = Validated( // codec = UnionCodec( // alts = Append( -// leftNE = Singleton(a = vulcan.Codec$Alt$$anon$6@1eac7f4d), -// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@39fe8430) +// leftNE = Singleton(a = vulcan.Codec$Alt$$anon$6@628ca074), +// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@214f9b8e) // ) // ), // validSchema = ["int","string"] @@ -303,8 +303,8 @@

Codec[PosInt] // res9: Codec[eu.timepit.refined.api.Refined[Int, eu.timepit.refined.numeric.Positive]] = ImapErrors( // codec = Codec("int"), -// f = vulcan.refined.package$$$Lambda$16276/0x0000000104680040@77439cc1, -// g = vulcan.Codec$$Lambda$15845/0x000000010441c040@425dd58f +// f = vulcan.refined.package$$$Lambda$16297/0x000000010465f040@587e8069, +// g = vulcan.Codec$$Lambda$15866/0x0000000104470840@233281fe // ) Codec.encode[PosInt](1) diff --git a/docs/modules/index.html b/docs/modules/index.html index f215a542..ca1b18a7 100644 --- a/docs/modules/index.html +++ b/docs/modules/index.html @@ -142,8 +142,8 @@

Codec[Day] // res3: Codec.Aux[Int, Day] = ImapErrors( // codec = Codec("int"), -// f = enumeratum.values.Vulcan$$$Lambda$16254/0x0000000104662840@1d05849a, -// g = vulcan.Codec$$Lambda$15845/0x000000010441c040@6850d88f +// f = enumeratum.values.Vulcan$$$Lambda$16275/0x0000000104643040@34e1aa19, +// g = vulcan.Codec$$Lambda$15866/0x0000000104470840@1e482a7d // )

Generic

@@ -195,8 +195,8 @@

// codec = Validated( // codec = UnionCodec( // alts = Append( -// leftNE = Singleton(a = vulcan.Codec$Alt$$anon$6@7253ea6a), -// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@1d66c8d) +// leftNE = Singleton(a = vulcan.Codec$Alt$$anon$6@68712b65), +// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@38b4b8fc) // ) // ), // validSchema = [{"type":"record","name":"First","namespace":"com.example","fields":[{"name":"value","type":"int"}]},{"type":"record","name":"Second","namespace":"com.example","fields":[{"name":"value","type":"string"}]}] @@ -216,8 +216,8 @@

// codec = Validated( // codec = UnionCodec( // alts = Append( -// leftNE = Singleton(a = vulcan.Codec$Alt$$anon$6@1eac7f4d), -// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@39fe8430) +// leftNE = Singleton(a = vulcan.Codec$Alt$$anon$6@628ca074), +// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@214f9b8e) // ) // ), // validSchema = ["int","string"] @@ -303,8 +303,8 @@

Codec[PosInt] // res9: Codec[eu.timepit.refined.api.Refined[Int, eu.timepit.refined.numeric.Positive]] = ImapErrors( // codec = Codec("int"), -// f = vulcan.refined.package$$$Lambda$16276/0x0000000104680040@77439cc1, -// g = vulcan.Codec$$Lambda$15845/0x000000010441c040@425dd58f +// f = vulcan.refined.package$$$Lambda$16297/0x000000010465f040@587e8069, +// g = vulcan.Codec$$Lambda$15866/0x0000000104470840@233281fe // ) Codec.encode[PosInt](1) diff --git a/docs/overview.html b/docs/overview.html index 248212b7..52dacb1b 100644 --- a/docs/overview.html +++ b/docs/overview.html @@ -98,7 +98,7 @@

resolvers += Resolver.sonatypeRepo("snapshots") -libraryDependencies += "com.github.fd4s" %% "vulcan-docs" % "1.11.1+4-902b6375-SNAPSHOT" +libraryDependencies += "com.github.fd4s" %% "vulcan-docs" % "1.11.1+5-45b5c6be-SNAPSHOT"

Dependencies

Refer to the table below for dependencies and version support across modules.

diff --git a/docs/overview/index.html b/docs/overview/index.html index 248212b7..52dacb1b 100644 --- a/docs/overview/index.html +++ b/docs/overview/index.html @@ -98,7 +98,7 @@

resolvers += Resolver.sonatypeRepo("snapshots") -libraryDependencies += "com.github.fd4s" %% "vulcan-docs" % "1.11.1+4-902b6375-SNAPSHOT" +libraryDependencies += "com.github.fd4s" %% "vulcan-docs" % "1.11.1+5-45b5c6be-SNAPSHOT"

Dependencies

Refer to the table below for dependencies and version support across modules.