Skip to content

Env var for pipeline and separation of Stax Core and linker

Tristan Le Granché requested to merge (removed):4817_env_var_for_linker into master

Stax Core and linker are now completely separated.

  • Suppress all references of project_config in Stax Core
  • Update ProductionManager
  • Update README file
  • Make some pep8 inspection and clean

User projects are now provided by the linker instead of project .json files. project.json files may still be used on the linker side but that's not Stax concern anymore. Closes #20 (closed)

Edited by Tristan Le Granché

Merge request reports