Skip to content

Memory manager redesign

Compare
Choose a tag to compare
@holzkohlengrill holzkohlengrill released this 07 Aug 16:34
· 202 commits to master since this release
4b4aaf6
  • Complete redesign of the memory manager
    • Compiler specific parts are now encapsulated
    • This will help to integrate new parsers for other compilers then GHS
    • Introduced a dev-guide which explains how to integrate new parsers
  • Fixed --noprompt behaviour
  • Migrated to the new pypiscout (v2.0.0+) logger version which supports log levels and more variants for logging
  • Made Emma Visualisers behaviour of the --dir --project and --subdir clearer and rewrote the behaviour handling. We also added an overview of this behaviour in the documentation.
  • Replacement of all print()s to pypiscout messages in order to fully support log levels
  • Minor changes