• R/O
  • SSH

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Castle: The best Real-Time/Embedded/HighTech language EVER. Attempt 2


Commit MetaInfo

Révisiondf1a9a3baec700b2fc0141267914e1c831a39b55 (tree)
l'heure2024-03-10 01:09:51
AuteurAlbert Mietus < albert AT mietus DOT nl >
CommiterAlbert Mietus < albert AT mietus DOT nl >

Message de Log

Make pyanalyse/pyreverse: no color, as it hides the lines in a class

Change Summary

Modification

diff -r 99b0da1612af -r df1a9a3baec7 Mk/pyanalyse.mk
--- a/Mk/pyanalyse.mk Sat Mar 09 15:26:03 2024 +0100
+++ b/Mk/pyanalyse.mk Sat Mar 09 17:09:51 2024 +0100
@@ -9,8 +9,8 @@
99 pyanalyse pyreverse: ${PYREVERSE_dir}
1010 for P in ${PYREVERSE_PKGS}; do \
1111 echo "PYANALYSE::" $$P "...";\
12- pyreverse -d ${PYREVERSE_dir} -o ${PYREVERSE_FORMAT} ${PYREVERSE_OPTIONS} -p $$P-noModules -mn --colorized --max-color-depth=42 $$P ;\
13- pyreverse -d ${PYREVERSE_dir} -o ${PYREVERSE_FORMAT} ${PYREVERSE_OPTIONS} -p $$P-Modules -my --colorized --max-color-depth=42 $$P ;\
12+ pyreverse -d ${PYREVERSE_dir} -o ${PYREVERSE_FORMAT} ${PYREVERSE_OPTIONS} -p $$P-noModules -mn --max-color-depth=42 $$P ;\
13+ pyreverse -d ${PYREVERSE_dir} -o ${PYREVERSE_FORMAT} ${PYREVERSE_OPTIONS} -p $$P-Modules -my --max-color-depth=42 $$P ;\
1414 done
1515 @echo ".. done. Result; see: ./${PYREVERSE_dir}"
1616