From 02d5f6e4e988b2a801a4fddc100a4ad0b916d6bc Mon Sep 17 00:00:00 2001 From: Sam El-Husseini Date: Mon, 6 Jul 2020 14:09:45 -0700 Subject: [PATCH] Deprecated advanced compilation script and add deprecation warning (#4021) --- tests/compile/compile.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/tests/compile/compile.sh b/tests/compile/compile.sh index 232ada8c7..a0013fa2f 100755 --- a/tests/compile/compile.sh +++ b/tests/compile/compile.sh @@ -1,4 +1,18 @@ #!/bin/bash +# +# Deprecation warning: (July 2020) +# This advanced compilation test script has been deprecated in favour of +# npm run test:compile:advanced +# +# The script will be removed from Blockly core in Q4 of 2020. +# +echo "Deprecation warning: (July 2020)" +echo "This advanced compilation test script has been deprecated in favour of" +echo " npm run test:compile:advanced" +echo "" +echo "The script will be removed from Blockly core in Q4 of 2020." +echo "" + echo "Executing compile.sh from $(pwd)" # Find the Blockly project root if pwd is the root