You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New command line option temp to specify where to generate the intermediate code files. If not specified, it defaults to ./gactar-temp in the directory gactar was run from. The directory will be created if it does not exist. (#94)
Web UI now allows the user to select which frameworks to run from the ones available on the server. (#100)
Added TypeScript interfaces for all endpoints (in api.ts).
Added new /api/frameworks endpoint to get info on frameworks available on the server. (#99)
The /api/run endpoint now accepts an optional list of frameworks to run. If not specified, it will run on all available frameworks. (#97)
The return data for /api/run now includes the full path to the intermediate code file in the property filePath.