From eb0e2911c05acd2b6fdb57c55dd3df943b7e9f40 Mon Sep 17 00:00:00 2001 From: Mark Canlas Date: Wed, 3 Aug 2022 15:47:38 -0400 Subject: [PATCH] notes --- .../src/test/scala/com/htmlism/scratchpad/FeatureSpec.scala | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scratchpad/src/test/scala/com/htmlism/scratchpad/FeatureSpec.scala b/scratchpad/src/test/scala/com/htmlism/scratchpad/FeatureSpec.scala index 2a5e569..77efc5d 100644 --- a/scratchpad/src/test/scala/com/htmlism/scratchpad/FeatureSpec.scala +++ b/scratchpad/src/test/scala/com/htmlism/scratchpad/FeatureSpec.scala @@ -29,4 +29,7 @@ class FeatureSpec extends AnyFunSuite with Matchers: ignore("the write payload is a typesafe enum") {} + // intializations must be constant + // cannot involve reading from a register, that is a side-effect + // can also support 16-bit initializations ignore("initializations of the same value and register are aggregated") {}