[Nice-commit] Nice/src/bossa/util Debug.java,1.18,1.19
Brought to you by:
bonniot
From: Arjan B. <ar...@us...> - 2004-06-29 18:38:27
|
Update of /cvsroot/nice/Nice/src/bossa/util In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18035/F:/nice/src/bossa/util Modified Files: Debug.java Log Message: Make bossa.util not depend mlsub.typing. Index: Debug.java =================================================================== RCS file: /cvsroot/nice/Nice/src/bossa/util/Debug.java,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** Debug.java 2 Feb 2004 19:21:11 -0000 1.18 --- Debug.java 29 Jun 2004 18:38:16 -0000 1.19 *************** *** 90,104 **** alwaysDumpStack = getBoolean("debug.alwaysDumpStack", false), ! ignorePrelude = getBoolean("debug.ignorePrelude", false); ! ! static ! { ! mlsub.typing.lowlevel.K0.debugK0 = Debug.K0; ! mlsub.typing.lowlevel.Engine.dbg = Debug.engine; ! mlsub.typing.Typing.dbg = Debug.typing; ! mlsub.typing.Enumeration.linkDbg = Debug.linkTests; ! mlsub.typing.Polytype.noSimplify = getBoolean("debug.noSimplify", false); ! } ! public static final String defaultFile = props.getProperty("debug.defaultFile", null); --- 90,96 ---- alwaysDumpStack = getBoolean("debug.alwaysDumpStack", false), ! ignorePrelude = getBoolean("debug.ignorePrelude", false), ! noSimplify = getBoolean("debug.noSimplify", false); ! public static final String defaultFile = props.getProperty("debug.defaultFile", null); |