nevalang / neva

🌊 Dataflow programming language with static types and implicit parallelism. Compiles to native code and Go
https://nevalang.org
MIT License
91 stars 7 forks source link

src/main.neva:0:0 All component inports are unused #622

Open Catya3 opened 4 months ago

Catya3 commented 4 months ago

Describe the bug The error seems to lack source line information which makes it hard to correct

To Reproduce Steps to reproduce the behavior:

  1. Create a new component Foo
  2. Add a inport sig
  3. Don't use it
  4. See error

Expected behavior We have the line number of the component at fault