Nice/src/bossa/modules Compilation.nice,1.32,1.33
Daniel Bonniot <[email protected]> Tue, 05 Apr 2005 12:50:06 +0000
| Newsgroups | gmane.comp.lang.nice.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/nice/Nice/src/bossa/modules
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12728/src/bossa/modules
Modified Files:
Compilation.nice
Log Message:
Properly import bossa.modules from bossa.syntax instead of silently loading it as a java library.
Fixed type of javaTypeConstructors.
Index: Compilation.nice
===================================================================
RCS file: /cvsroot/nice/Nice/src/bossa/modules/Compilation.nice,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** Compilation.nice 11 Mar 2005 17:35:54 -0000 1.32
--- Compilation.nice 5 Apr 2005 12:50:03 -0000 1.33
***************
*** 55,59 ****
Map<String,Package> packages = new HashMap();
! Map<String,mlsub.typing.TypeConstructor> javaTypeConstructors = new HashMap();
nice.tools.visibility.Scope</*VarSymbol*/bossa.syntax.Symbol> javaScope =
new nice.tools.visibility.Scope(name: "java", parent: null);
--- 55,59 ----
Map<String,Package> packages = new HashMap();
! Map<gnu.bytecode.Type, mlsub.typing.TypeConstructor> javaTypeConstructors = new HashMap();
nice.tools.visibility.Scope</*VarSymbol*/bossa.syntax.Symbol> javaScope =
new nice.tools.visibility.Scope(name: "java", parent: null);
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click