Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Releases: Para-Lang/para-cli

Development Release v0.1.dev7

27 Jan 00:24
Compare
Choose a tag to compare
Pre-release

v0.1.dev7 - 2022-01-27

Added

  • New file logging.py responsible for graphical logging onto the console
  • New additional helper command paraproj for setting up and configuring a
    Para project, where unique commands may be run for compilation.
  • New submodule paralang_cli.scripts for containing the main CLI and side
    CLI tools
  • Banner Print function utils.cli_print_paraproj_banner() for printing the
    banner for the command paraproj

Changed

  • Renamed module para_ext_cli to paralang_cli and renamed all prefixes
    to para
  • Moved the graphical functions and classes from parabase_cli.logging to
    paralang_cli.logging to allow the usage of graphical logging only in
    combination with the CLI module. This also allows the usage of regular
    logging in the main module paralang_base

Removed

  • Unneeded command para c-init, as the configuration of the C compiler will
    be done from now on using the tool paraproj, which will allow project-wide
    configuration.

Development Release v0.1.dev6

10 Nov 20:22
20453ed
Compare
Choose a tag to compare
Pre-release

v0.1.dev6

Changed

  • Deleted the file entry_cli.py in the main repo, and moved the function
    here. This function can now be called using cli_run(); This means that
    the main repo and module can only be run as module, and the CLI is a
    fully separate entity.

Development Release v0.1.dev5

07 Oct 15:02
74f43d2
Compare
Choose a tag to compare
Pre-release

v0.1.dev5

Added

  • Moved CLI from the main repo to its independent repo. Changes will appear from this version on here, as well as on the main repo.