Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add IntelliJ IDEA formatting instructions

...

  • Align parameters on different lines in the same column
  • Align the arrows of consecutive single-line case statements

Likewise, if you are coding using IntelliJ IDEA, you must explicitly check two options are disabled by default (File→Settings, Editor Scala, Spaces tab):

  • Import braces
  • Around '@' in pattern bindings

64-bit vs. 32-bit

Our goal is all-64-bit capabilities. Unfortunately, many Java and Scala libraries do not allow offsets or positions larger than a signed 32-bit Int can hold.

...