From c6958c1ccf4adace55c786e2dad0847e3ace0bda Mon Sep 17 00:00:00 2001 From: Carsten Grohmann Date: Thu, 29 Oct 2020 09:16:28 +0100 Subject: [PATCH] Update to Transcrypt 3.7 --- .gitignore | 4 ++-- Makefile | 2 +- OOMAnalyser.html | 9 +++++---- requirements.txt | 2 +- 4 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 178f142..e3db365 100644 --- a/.gitignore +++ b/.gitignore @@ -3,11 +3,11 @@ # Byte-compiled / optimized / DLL files *.py[cod] -# Environments +# Virtual environment env/ # IntelliJ project files .idea # Generated (compiled) JavaScript code -__javascript__/ \ No newline at end of file +__target__/ \ No newline at end of file diff --git a/Makefile b/Makefile index ff41e78..47c736d 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ clean: @find $(BASE_DIR) -depth -type f -name "*.pyo" -exec rm -f {} \; @find $(BASE_DIR) -depth -type f -name "*.orig" -exec rm -f {} \; @find $(BASE_DIR) -depth -type f -name "*~" -exec rm -f {} \; - @$(RM) --force --recursive __javascript__ + @$(RM) --force --recursive __target__ #+ Remove all automatically generated and Git repository data distclean: clean venv-clean diff --git a/OOMAnalyser.html b/OOMAnalyser.html index e9e093e..5932b41 100644 --- a/OOMAnalyser.html +++ b/OOMAnalyser.html @@ -1,7 +1,7 @@ - + OOM Analyser @@ -792,6 +792,7 @@ function goBack() {
  • Show additional information in process table
  • Add sorting process table
  • Fix: Trigger process isn't part of process table
  • +
  • Update to Transcrypt 3.7
  • ...
  • @@ -838,10 +839,10 @@ function goBack() {

    Installation steps

      -
    1. Create an own directory and add a __javascript__ subdirectory
    2. +
    3. Create an own directory and add a __target__ subdirectory
    4. Download the HTML file to the main directory and - the JavaScript file to the - __javascript__ subdirectory + the JavaScript file to the + __target__ subdirectory
    5. Open the file OOMAnalyser.html in your favourite browser.
    diff --git a/requirements.txt b/requirements.txt index 3a17dd0..5ded1ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -Transcrypt==3.6.101 +Transcrypt