cjheath / activefacts-compositions

Create and represent composite schemas, schema transforms and data transforms over a fact-based model
MIT License
1 stars 3 forks source link

cannot load such file -- activefacts/input/constellation #23

Open DanielHeath opened 4 years ago

DanielHeath commented 4 years ago

Steps to reproduce:

cjheath commented 4 years ago

Do it again with DEBUG=exception bundle exec schema_compositor please, and report the stack trace.

require 'activefacts/input/$EXT' should only happen when you have EXT as a registered input extension

DanielHeath commented 4 years ago

ahh, it's trying to do magic with the filename instead of reading bytes from STDIN. Filename must be cql, no piping input.

cjheath commented 4 years ago

I could set it up to handle"-.cql" as an input designator. At least it shouldn't give an obscure error message.