scautable icon indicating copy to clipboard operation
scautable copied to clipboard

Empty file

Open Quafadas opened this issue 9 months ago • 0 comments

  test("Some random CSV files") {
    // val whiskey = CSV.absolutePath(Generated.resourceDir0 + "testFile" + Generated.pathSep + "whiskey.csv").toSeq
    // assert(whiskey.length == 86)

    val longRow = CSV.absolutePath(Generated.resourceDir0 + "testFile" + Generated.pathSep + "empty_file.csv").toSeq
    longRow.toSeq.take(10).ptbln
  }

crashes compiler what's the right behaviour? can we emity a warning and not crash?

Quafadas avatar May 08 '25 16:05 Quafadas