LiveRamp / reslang

A language for describing resource-oriented APIs & turning them into Swagger or resource diagrams. Oriented around the concepts we want to expose in the APIs.
Apache License 2.0
23 stars 7 forks source link

Reslang Executable is Outdated #105

Closed njaczko closed 4 years ago

njaczko commented 4 years ago

Looks like the reslang executable hasn't been updated in a year. README.md still recommends using the executable for running Reslang.

@liveandrew Do you intend to keep the executable up to date? If so, maybe it would be helpful to tag it with a version or include some Deployment section in the Readme that reminds contributors to rebuild the executable every time. Otherwise, maybe we should just delete the executable and remove it from the docs.

njaczko commented 4 years ago

In the meantime, how do I re-build the executable or run Reslang un-containerized without using the Github Package Registry? Is the Github Package Registry up to date?

liveandrew commented 4 years ago

hmm i never deal with that side - where is the actual executable?

liveandrew commented 4 years ago

i think @davinchia is the person who created the executable etc?

njaczko commented 4 years ago

It turns out some of the issues were just breaking changes recently added to Reslang, but it appeared that CJ and I were observing some unexpected errors when using the executable. I'll re-open if we can provide more information about those errors.