qorf / quorum-language

The primary repository for the Quorum Programming Language
BSD 3-Clause "New" or "Revised" License
12 stars 6 forks source link

Misleading compiler error: "Main.quorum was specified as the starting point of the program..." #27

Closed alleew closed 1 year ago

alleew commented 2 years ago

When running the code below, it produces a very misleading error which does not provide any context or line number to fix the actual problem. The code below will reproduce the error. The actual problem line is on line 3.

use Libraries.Compute.Statistics.DataFrame DataFrame frame frame Load:("data/wineReviews.csv")

andreas-stefik commented 1 year ago

Fixed in 13f1d73d5.