CategoricalData / CQL

Categorical Query Language IDE
http://categoricaldata.net
299 stars 22 forks source link

CmdLine interface should re-order declarations like the GUI #42

Closed wisnesky closed 3 years ago

wisnesky commented 4 years ago

The command line interface to CQL does not topologically sort the definitions in the input file before execution, as the GUI executor does.

o1lo01ol1o commented 4 years ago

Does one need to order the definitions manually when running the CmdLine then?

wisnesky commented 4 years ago

Ah, yes. The command line interface will use the same declaration order is the input program. This was by design, to give better control over batch jobs. However, it should probably be made more apparent.

On Jul 14, 2020, at 10:48 AM, Tim Pierson notifications@github.com wrote:

Does one need to order the definitions manually when running the CmdLine then?

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/CategoricalData/CQL/issues/42#issuecomment-658320458, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2QKN4IKHP4RUL4DUHX553R3SK6JANCNFSM4K3WWIQA.

wisnesky commented 3 years ago

the cmd line interface now uses the multi-threaded engine, which re-orders declarations. we'll be pushing new code shortly