Skip to content

Added std::env for managing environment data

Yorick Peterse requested to merge std-env into master

Details

This implements the std::env module, allowing Inko programs to obtain and manipulate environment variables and related data. This includes a cross-platform way of obtaining the user's home directory, and the temporary directory.

Corresponding issue

#136 (closed)

Checklist

  • Added tests
  • Added documentation
  • Update the website with the new instructions Will be done separately so I can reorganise some of the documentation
  • Implement std::env.working_directory=
  • Implement std::env.working_directory
  • Implement std::env.arguments
  • Inko source code follows the Inko style guide
Edited by Yorick Peterse

Merge request reports