bijection-macros/src/main/scala/com/twitter/bijection/macros/impl/CaseClassToMap.scala (3 lines): - line 40: // TODO the only diff between this and the above is the case match and the converters. it's easy to gate this on the boolean - line 50: // TODO can make error handling better? - line 68: ) // TODO cache these bijection-core/src/main/scala-2.12-/com/twitter/bijection/StringBijections.scala (2 lines): - line 49: // TODO: Instead of throwing, escape the separator in the encoded string. - line 70: * allowed we can map that to the empty collection: TODO add a Tag appoach to Say that N has no bijection-core/src/main/java/com/twitter/bijection/codec/Base64.java (2 lines): - line 275: // TODO could be simplified if there is no requirement to reject invalid line sep when length <=0 - line 468: // TODO not currently tested; perhaps it is impossible? bijection-core/src/main/scala/com/twitter/bijection/Bufferable.scala (2 lines): - line 51: /* TODO add a lowest priority where T <: java.io.Serializable - line 90: // TODO Bufferable should integrate with injection bijection-macros/src/main/scala/com/twitter/bijection/macros/impl/CaseClassToTuple.scala (2 lines): - line 56: // TODO can make error handling better - line 102: //TODO test serialization of them bijection-core/src/main/scala-2.13+/com/twitter/bijection/StringBijections.scala (2 lines): - line 49: // TODO: Instead of throwing, escape the separator in the encoded string. - line 70: * allowed we can map that to the empty collection: TODO add a Tag appoach to Say that N has no bijection-core/src/main/scala/com/twitter/package.scala (1 line): - line 35: * TODO: Remove in 0.6.0. bijection-core/src/main/scala-2.13+/com/twitter/bijection/BufferableVersionSpecific.scala (1 line): - line 58: // TODO we could add IntBuffer/FloatBuffer etc.. to have faster implementations Array[Int] bijection-clojure/src/main/scala/com/twitter/bijection/clojure/ClojureBijections.scala (1 line): - line 26: // TODO: Fill in bijections between data structures. bijection-scrooge/src/main/scala/com/twitter/bijection/scrooge/ScroogeCodecs.scala (1 line): - line 79: // TODO: add ThriftEnum codecs bijection-core/src/main/scala-2.12-/com/twitter/bijection/Bijection.scala (1 line): - line 125: * arguments of type B into a single B. Useful for converting input functions to "reduce". TODO: bijection-core/src/main/scala/com/twitter/bijection/Conversion.scala (1 line): - line 35: // TODO: fix this? bijection-core/src/main/scala-2.12-/com/twitter/bijection/BufferableVersionSpecific.scala (1 line): - line 28: // TODO we could add IntBuffer/FloatBuffer etc.. to have faster implementations Array[Int] bijection-core/src/main/scala-2.13+/com/twitter/bijection/Bijection.scala (1 line): - line 133: * arguments of type B into a single B. Useful for converting input functions to "reduce". TODO: