elitzur-avro/src/main/scala/com/spotify/elitzur/converters/avro/AvroConverter.scala (6 lines): - line 93: //TODO: This assumes validation has not been done. Can we verify this at compile time - line 99: //TODO: This assumes validation has already been done. Can we verify this at compile time - line 154: //TODO: This assumes validation has not been done. Can we verify this at compile time - line 159: //TODO: This assumes validation has already been done. Can we verify this at compile time - line 172: //TODO: This assumes validation has not been done. Can we verify this at compile time - line 206: //TODO: Initialize lazily maybe? elitzur-core/src/main/scala/com/spotify/elitzur/validators/Validator.scala (2 lines): - line 102: //TODO: micro-optimize - line 297: // TODO: Same circular dereference/construction here elitzur-core/src/main/scala/com/spotify/elitzur/validators/ValidationStatus.scala (1 line): - line 115: //TODO: Remove this, should not be saving unvalidated data, Only added for simple benchmarking build.sbt (1 line): - line 151: // TODO add the rest of the team elitzur-avro/src/main/scala/com/spotify/elitzur/converters/avro/dynamic/dsl/AvroAccessorException.scala (1 line): - line 22: // TODO: Update docs on Dynamic and Magnolia based Elitzur and link it to exception below elitzur-avro/src/main/scala/com/spotify/elitzur/converters/avro/dynamic/DynamicAccessorCompanion.scala (1 line): - line 56: // TODO: Optimize the method below by introducing changes to Elitzur-Core to allow non-implicit elitzur-core/src/main/scala/com/spotify/elitzur/validators/ValidatorMacros.scala (1 line): - line 121: // TODO this doesn't show up when using c.warning. We might want to use that