lf-lang / lingo

Package manager and build tool for the Lingua Franca coordination language
BSD 2-Clause "Simplified" License
4 stars 1 forks source link

Feeding LFC the JSON via stdin #31

Open tanneberger opened 1 year ago

tanneberger commented 1 year ago

JSON via Stdin

We currently pass JSON using the --json={} option, but it would be cleaner to use stdin.

Steps

tanneberger commented 10 months ago

This is not relevant anymore we agreed that we ignore the problem and say that lingo only will work with the non gradle lfc version

lhstrh commented 10 months ago

I still think that it's worth doing this because it is cleaner than passing JSON as CLI args...

tanneberger commented 9 months ago

@lhstrh Do we want this in lingo v0.2?

lhstrh commented 9 months ago

Sure!

tanneberger commented 9 months ago

How is the lfc site of things doing ?

lhstrh commented 9 months ago

I'm working on it. Still chasing down mysterious bugs: https://github.com/lf-lang/lingua-franca/actions/runs/6369165649

I will add more robust handling of the JSON as well...