locationtech / geotrellis

GeoTrellis is a geographic data processing engine for high performance applications.
http://geotrellis.io
Other
1.33k stars 360 forks source link

minor fixes for compilation errors under 2.13 (backwards-compatible with 2.11 and 2.12) #3348

Closed philvarner closed 3 years ago

philvarner commented 3 years ago

Signed-off-by: philvarner philvarner@gmail.com

Overview

  1. fix regex literal missing . before r
  2. replace use of type Unit with instance ()
  3. replace use of replaceAllLiterally with replace
  4. fix several ambiguous nullary arg references that no longer compile in 2.13

Checklist

Demo

none

Notes

none