From 9157fe87813d3b69ddcfa8d001ffa56c4531cc61 Mon Sep 17 00:00:00 2001 From: Docusaurus bot Date: Tue, 17 Sep 2024 10:03:21 +0000 Subject: [PATCH] Deploy website Deploy website version based on d48919c55cee30b43a1035403090c69e37c3f764 --- 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 ac6cb48c..be350fec 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$16577/0x000000010451d040@643ab9ac, -// g = vulcan.Codec$WithValidSchema$$Lambda$16578/0x000000010451c040@7e7b68e0 +// f = vulcan.Codec$WithValidSchema$$Lambda$15807/0x00000001043be040@14480b0f, +// g = vulcan.Codec$WithValidSchema$$Lambda$15808/0x00000001043bd040@24ca162b // ), // validSchema = "long" // ), -// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@4e512a7d +// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@59805468 // ), // validSchema = {"type":"long","logicalType":"timestamp-millis"} // ), @@ -114,19 +114,19 @@ // codec = Validated( // codec = ImapErrors( // codec = Codec("long"), -// f = vulcan.Codec$WithValidSchema$$Lambda$16577/0x000000010451d040@643ab9ac, -// g = vulcan.Codec$WithValidSchema$$Lambda$16578/0x000000010451c040@7e7b68e0 +// f = vulcan.Codec$WithValidSchema$$Lambda$15807/0x00000001043be040@14480b0f, +// g = vulcan.Codec$WithValidSchema$$Lambda$15808/0x00000001043bd040@24ca162b // ), // validSchema = "long" // ), -// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@4e512a7d +// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@59805468 // ), // validSchema = {"type":"long","logicalType":"timestamp-millis"} // ), // typeName = "Instant" // ), -// f = vulcan.Codec$WithValidSchema$$Lambda$16577/0x000000010451d040@6838750e, -// g = vulcan.Codec$WithValidSchema$$Lambda$16578/0x000000010451c040@7ee025b3 +// f = vulcan.Codec$WithValidSchema$$Lambda$15807/0x00000001043be040@2ed981ed, +// g = vulcan.Codec$WithValidSchema$$Lambda$15808/0x00000001043bd040@6932f169 // )

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$16648/0x0000000104639040@37342a +// g = vulcan.Codec$$Lambda$15878/0x000000010440c840@728a5d75 // )

Decimals

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

// codec = Validated( // codec = UnionCodec( // alts = Append( -// leftNE = Singleton(a = vulcan.Codec$Alt$$anon$6@6ea04f81), -// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@50497ba8) +// leftNE = Singleton(a = vulcan.Codec$Alt$$anon$6@4131332e), +// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@422307b5) // ) // ), // validSchema = ["int","string"] diff --git a/docs/codecs/index.html b/docs/codecs/index.html index ac6cb48c..be350fec 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$16577/0x000000010451d040@643ab9ac, -// g = vulcan.Codec$WithValidSchema$$Lambda$16578/0x000000010451c040@7e7b68e0 +// f = vulcan.Codec$WithValidSchema$$Lambda$15807/0x00000001043be040@14480b0f, +// g = vulcan.Codec$WithValidSchema$$Lambda$15808/0x00000001043bd040@24ca162b // ), // validSchema = "long" // ), -// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@4e512a7d +// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@59805468 // ), // validSchema = {"type":"long","logicalType":"timestamp-millis"} // ), @@ -114,19 +114,19 @@ // codec = Validated( // codec = ImapErrors( // codec = Codec("long"), -// f = vulcan.Codec$WithValidSchema$$Lambda$16577/0x000000010451d040@643ab9ac, -// g = vulcan.Codec$WithValidSchema$$Lambda$16578/0x000000010451c040@7e7b68e0 +// f = vulcan.Codec$WithValidSchema$$Lambda$15807/0x00000001043be040@14480b0f, +// g = vulcan.Codec$WithValidSchema$$Lambda$15808/0x00000001043bd040@24ca162b // ), // validSchema = "long" // ), -// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@4e512a7d +// logicalType = org.apache.avro.LogicalTypes$TimestampMillis@59805468 // ), // validSchema = {"type":"long","logicalType":"timestamp-millis"} // ), // typeName = "Instant" // ), -// f = vulcan.Codec$WithValidSchema$$Lambda$16577/0x000000010451d040@6838750e, -// g = vulcan.Codec$WithValidSchema$$Lambda$16578/0x000000010451c040@7ee025b3 +// f = vulcan.Codec$WithValidSchema$$Lambda$15807/0x00000001043be040@2ed981ed, +// g = vulcan.Codec$WithValidSchema$$Lambda$15808/0x00000001043bd040@6932f169 // )

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$16648/0x0000000104639040@37342a +// g = vulcan.Codec$$Lambda$15878/0x000000010440c840@728a5d75 // )

Decimals

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

// codec = Validated( // codec = UnionCodec( // alts = Append( -// leftNE = Singleton(a = vulcan.Codec$Alt$$anon$6@6ea04f81), -// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@50497ba8) +// leftNE = Singleton(a = vulcan.Codec$Alt$$anon$6@4131332e), +// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@422307b5) // ) // ), // validSchema = ["int","string"] diff --git a/docs/modules.html b/docs/modules.html index 52355510..a7c339a5 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$17057/0x000000010480d840@6538d79d, -// g = vulcan.Codec$$Lambda$16648/0x0000000104639040@746ef7a5 +// f = enumeratum.values.Vulcan$$$Lambda$16287/0x000000010464b840@55c71965, +// g = vulcan.Codec$$Lambda$15878/0x000000010440c840@8f59744 // )

Generic

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

// codec = Validated( // codec = UnionCodec( // alts = Append( -// leftNE = Singleton(a = vulcan.Codec$Alt$$anon$6@55b8f4c6), -// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@47dd1728) +// leftNE = Singleton(a = vulcan.Codec$Alt$$anon$6@36220c45), +// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@1ea9e310) // ) // ), // 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@4fc9917), -// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@2af26fe4) +// leftNE = Singleton(a = vulcan.Codec$Alt$$anon$6@41034ca7), +// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@1d57fd73) // ) // ), // 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$17079/0x0000000104827840@1354a23c, -// g = vulcan.Codec$$Lambda$16648/0x0000000104639040@7da4157a +// f = vulcan.refined.package$$$Lambda$16309/0x0000000104667840@593aef7d, +// g = vulcan.Codec$$Lambda$15878/0x000000010440c840@744bea42 // ) Codec.encode[PosInt](1) diff --git a/docs/modules/index.html b/docs/modules/index.html index 52355510..a7c339a5 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$17057/0x000000010480d840@6538d79d, -// g = vulcan.Codec$$Lambda$16648/0x0000000104639040@746ef7a5 +// f = enumeratum.values.Vulcan$$$Lambda$16287/0x000000010464b840@55c71965, +// g = vulcan.Codec$$Lambda$15878/0x000000010440c840@8f59744 // )

Generic

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

// codec = Validated( // codec = UnionCodec( // alts = Append( -// leftNE = Singleton(a = vulcan.Codec$Alt$$anon$6@55b8f4c6), -// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@47dd1728) +// leftNE = Singleton(a = vulcan.Codec$Alt$$anon$6@36220c45), +// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@1ea9e310) // ) // ), // 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@4fc9917), -// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@2af26fe4) +// leftNE = Singleton(a = vulcan.Codec$Alt$$anon$6@41034ca7), +// rightNE = Singleton(a = vulcan.Codec$Alt$$anon$6@1d57fd73) // ) // ), // 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$17079/0x0000000104827840@1354a23c, -// g = vulcan.Codec$$Lambda$16648/0x0000000104639040@7da4157a +// f = vulcan.refined.package$$$Lambda$16309/0x0000000104667840@593aef7d, +// g = vulcan.Codec$$Lambda$15878/0x000000010440c840@744bea42 // ) Codec.encode[PosInt](1) diff --git a/docs/overview.html b/docs/overview.html index 38b1d427..bf00f856 100644 --- a/docs/overview.html +++ b/docs/overview.html @@ -98,7 +98,7 @@

resolvers += Resolver.sonatypeRepo("snapshots") -libraryDependencies += "com.github.fd4s" %% "vulcan" % "1.11.0+9-a4ef1ab5-SNAPSHOT" +libraryDependencies += "com.github.fd4s" %% "vulcan" % "1.11.0+10-d48919c5-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 38b1d427..bf00f856 100644 --- a/docs/overview/index.html +++ b/docs/overview/index.html @@ -98,7 +98,7 @@

resolvers += Resolver.sonatypeRepo("snapshots") -libraryDependencies += "com.github.fd4s" %% "vulcan" % "1.11.0+9-a4ef1ab5-SNAPSHOT" +libraryDependencies += "com.github.fd4s" %% "vulcan" % "1.11.0+10-d48919c5-SNAPSHOT"

Dependencies

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