Commit Graph

229 Commits

Author SHA1 Message Date
Kathy Gray
c666a5cae2 Added Java Class and Java Union to the menu items only appearing in Java
languages, using register-capability

svn: r3162
2006-05-31 22:30:33 +00:00
Kathy Gray
9ee8f07902 Added language capabilities for Profj, and the Java example box
svn: r3155
2006-05-31 19:14:10 +00:00
Kathy Gray
a1cda35b2a svn: r3143 2006-05-31 04:14:39 +00:00
Kathy Gray
f72cc3c675 Corrected button running into resize-box; window not closing on tab close; and
preference problem for disabling testing 

svn: r3141
2006-05-30 22:34:45 +00:00
Robby Findler
0d98327eae added a capability to change the title of the Scheme menu
svn: r3124
2006-05-30 17:40:39 +00:00
Robby Findler
b6372a2e22 infrastrure for capabilities added (and added first capabilities)
svn: r3119
2006-05-30 14:54:10 +00:00
Kathy Gray
86cafcc1a1 Merged testing branch in with trunk-- merge -r 2619:3114 branches/kathyg
svn: r3115
2006-05-30 05:24:21 +00:00
Eli Barzilay
1fca26c61d * Made DrScheme show tools sorted by spec paths, and not show #<path:...> when
there is no name
* Added tool-names entries for tools that were missing it

svn: r3035
2006-05-24 18:03:10 +00:00
Kathy Gray
a74548cd95 Correction to no reachable return bug in the presence of loops. Slight modifications to parse-error messages.
svn: r2911
2006-05-11 21:20:31 +00:00
Kathy Gray
7c4c832269 Corrected bug in initializing an array with { }
svn: r2827
2006-04-27 21:47:30 +00:00
Kathy Gray
a3eb06d5b2 Corrected error of unreachable return in if without else and no return.
svn: r2805
2006-04-26 17:33:37 +00:00
Kathy Gray
f0564d5746 Correction to bug for accessing private field
svn: r2791
2006-04-26 04:33:09 +00:00
Kathy Gray
f0fe9a4d47 Corrected a bug with packages and protected access
svn: r2711
2006-04-19 03:09:31 +00:00
Kathy Gray
584624a02d svn: r2647 2006-04-09 19:09:33 +00:00
Kathy Gray
524dbb1cbe Corrected bug in statements after loop, running same language in two
windows/tabs, substring off by one error, spelling error in error message

svn: r2591
2006-04-04 17:42:06 +00:00
Eli Barzilay
6744633338 Moved (and improved) sort! etc from Swindle to mzlib/list.ss
* Expose sort!, merge! and merge, since they're also useful

* Made `mergesort' be an alias for `sort'.

* Removed it all from Swindle

* Removed `sort' from compat.ss

* Needed to adjust a few other files, no problems but
  graphics/value-turtles provides its own version of `merge'

svn: r2542
2006-03-30 09:39:30 +00:00
Kathy Gray
165779f4b1 Corrected cast to String bug, punctuation and spelling errors in some error messages
svn: r2445
2006-03-16 19:55:51 +00:00
Kathy Gray
1c85dd7504 Bug fix for order of field evaluation
svn: r2342
2006-03-02 06:00:54 +00:00
Kathy Gray
9469edc6f1 Arity bug in build-info fix.
svn: r2328
2006-02-28 05:38:32 +00:00
Kathy Gray
70193deb1d Corrected the following bugs:
Cleaned up language and highlighting for parse-error of three ids in a row.
Removed () from many method error messages.
Eliminated scheme-error when introducing overloaded method in subclass.

svn: r2292
2006-02-21 06:29:08 +00:00
Kathy Gray
ce5eca215c Corrected bugs:
abstract class implementing interface does not have to fully implement it
  super.METHOD(...) now fails when super method is abstract

svn: r2291
2006-02-20 23:10:04 +00:00
Kathy Gray
0b777b2b5a Correction to bug in cycle detection. Updates to graphics library interface
svn: r2248
2006-02-15 23:33:51 +00:00
Kathy Gray
ea0239841a Corrected parse error, where the parsers were raising an error directly, with no source.
(note to self: parsers still raise an error dirrectly for one case with cast, but with source).

svn: r2164
2006-02-07 21:05:12 +00:00
Kathy Gray
b3947cc82f Corrected reference before defined bug, including allowing the cases where Java allows it, and making sure that we won't get <undefined> when that happens.
svn: r2149
2006-02-07 04:54:48 +00:00
Kathy Gray
50be82dd6a Correction to printing function for data with cycles
svn: r2144
2006-02-06 18:36:48 +00:00
Kathy Gray
ab0d89060e Modified error reports for field declaration and not ending a class
svn: r2124
2006-02-04 23:16:18 +00:00
Kathy Gray
c0d057056a Correction to recompiling on a version chance
svn: r2052
2006-01-30 22:07:40 +00:00
Kathy Gray
f73ccaaf95 Changes to reflect name change of draw2 to graphics, tests for cyclic uses of interfaces
svn: r2009
2006-01-27 22:17:22 +00:00
Kathy Gray
90685c3a3b Fixed typo bug
svn: r1982
2006-01-26 17:58:58 +00:00
Kathy Gray
e9ab189fcb Correction to int/float-double conversions, and Image printing
svn: r1936
2006-01-24 06:46:47 +00:00
Kathy Gray
8bb5b50cf9 svn: r1934 2006-01-23 21:47:05 +00:00
Kathy Gray
cbb9f7bdf6 Bug correction for classes with private methods
svn: r1920
2006-01-21 23:14:52 +00:00
Kathy Gray
581ee0783c Correction to bugs with accessing fields of wrapped java objects, and using == in the presence of dynamic.
svn: r1880
2006-01-20 04:12:33 +00:00
Kathy Gray
455a1c65a7 Bug fixes for inheriting from a compiled class (loss of modifiers), inner class lookup in composite files, and
code to recompile java files when the version number changes.

svn: r1856
2006-01-18 05:18:15 +00:00
Kathy Gray
3c6a8d5046 Assorted inner class bug fixes
svn: r1745
2006-01-02 22:38:09 +00:00
Kathy Gray
7251f03287 Correction to interface types
svn: r1624
2005-12-15 23:04:22 +00:00
Kathy Gray
93bab6de21 svn: r1605 2005-12-13 00:02:53 +00:00
Kathy Gray
08b57461d7 Corrected immutable string bug, and refined bug fix for casts
svn: r1604
2005-12-12 23:54:14 +00:00
Kathy Gray
b21e637ec3 svn: r1589 2005-12-12 04:30:30 +00:00
Kathy Gray
fedbf9e0c8 Correcting a bug with returning a dynamic value
svn: r1588
2005-12-12 03:51:20 +00:00
Kathy Gray
40990e30e3 Corrected problem with cast accepting too many programs (and ==, and cast to dynamic)
svn: r1585
2005-12-11 23:57:06 +00:00
Kathy Gray
d4a450a93b Updated docs for 300 and fixed bug with lexing non-supported specials
svn: r1562
2005-12-07 22:00:15 +00:00
Kathy Gray
f0b24a9f27 svn: r1514 2005-12-03 19:40:55 +00:00
Kathy Gray
8f1898eda7 Fix to null.m() bug
svn: r1433
2005-11-29 08:15:41 +00:00
Kathy Gray
e44c0b9e65 Assorted bug fixes, mostly with dynamic
svn: r1421
2005-11-28 05:54:42 +00:00
Kathy Gray
6cd0f93eb4 Corrected bug allowing value after return for void method in full/dynamic
svn: r1399
2005-11-24 18:16:58 +00:00
Kathy Gray
b8e937ac1f Corrected a bug where name collision was possible in wrappers for dynamic
svn: r1384
2005-11-23 18:31:56 +00:00
Kathy Gray
bba3643e76 Fixed parsing bugs and immutable string error
svn: r1358
2005-11-21 06:16:39 +00:00
Kathy Gray
1feb623798 svn: r1343 2005-11-17 23:05:07 +00:00
Kathy Gray
2df0524b8a Corrections to parsing errors and String library
svn: r1342
2005-11-17 22:42:38 +00:00
Kathy Gray
e1a4d090f6 Adding instanceof to Intermediate
svn: r1318
2005-11-14 22:35:42 +00:00
Kathy Gray
f5c3b8aa6c Merged 1145:1303 from branches/kathyg (only collects/profj directory)
Changes Beginner to have interfaces; assorted bug fixes

svn: r1305
2005-11-14 04:51:09 +00:00
Robby Findler
40517379bd improved not-a-language language
svn: r1241
2005-11-06 20:55:39 +00:00
Robby Findler
3535a75479 merged 1227:1237 -- another draft of initial language. hope this one is better
svn: r1238
2005-11-06 03:29:26 +00:00
Kathy Gray
990f73e698 Changes to speed up expansion of compiled code
svn: r1144
2005-10-24 20:44:46 +00:00
Kathy Gray
faf7d088c4 Modified error message for contracts
svn: r1097
2005-10-16 17:14:45 +00:00
Matthew Flatt
f9b58b05b7 avoid defining keyword?
svn: r965
2005-10-04 16:07:43 +00:00
Kathy Gray
6e6e54d411 Fixed infinite loop bug in parse-error
svn: r839
2005-09-12 17:11:51 +00:00
Kathy Gray
38f85dce57 Fix to catching exceptions
svn: r786
2005-09-07 18:33:23 +00:00
Kathy Gray
346fec9154 Fixed parsing bugs in advanced
svn: r700
2005-08-29 20:18:19 +00:00
Kathy Gray
2067df9916 Fixed parsing bug in advanced, and array initialization bug
svn: r687
2005-08-26 18:41:21 +00:00
Kathy Gray
0108566138 Fixed two bugs in advanced: one with printing, the other with identifiers in for loops
svn: r625
2005-08-21 15:19:19 +00:00
Kathy Gray
04264c3f8f Documentation for dynamic commit
svn: r569
2005-08-08 21:47:02 +00:00
Kathy Gray
1e802969f9 svn: r568 2005-08-08 21:26:03 +00:00
Kathy Gray
6418b30860 Updated doc.txt to speak about dynamic
svn: r566
2005-08-08 16:50:25 +00:00
Kathy Gray
7ed2a33211 fixed error message bug for naming a method the same as the constructor
svn: r550
2005-08-04 18:12:41 +00:00
Kathy Gray
38ae4e952b Fixed a bug where interfaces were not being properly mirrored for dynamic use,
also adds ability to use graphics in the interactions window for Full Java

svn: r506
2005-07-30 18:31:11 +00:00
Kathy Gray
bc5db8e3df svn: r415 2005-07-21 14:39:22 +00:00
Kathy Gray
4d63cd4701 Various bug fixes, for dynamic, beginner, and example boxes
svn: r389
2005-07-18 03:40:45 +00:00
Kathy Gray
57e8d8dab4 Fixing dynamic bug, and adding Util.error
svn: r334
2005-07-04 21:32:23 +00:00
Kathy Gray
541cf4b7ad Removed debugging printf
svn: r328
2005-07-04 19:40:01 +00:00
Kathy Gray
d94aa9230d Fixed a hex lexing error
svn: r291
2005-07-01 23:57:13 +00:00
Kathy Gray
cddd4e4e66 svn: r283 2005-06-30 19:29:41 +00:00
Kathy Gray
b6cf15b4b7 Temporarily fixes a recompilation problem
svn: r282
2005-06-30 19:22:41 +00:00
Kathy Gray
fdc3e5d0e4 Made test-boxes work in ProfessorJ
svn: r219
2005-06-19 15:38:35 +00:00
Kathy Gray
7f7d9bb7fb Corrected a bug in ProfJ tool for interacting with Large letters
svn: r101
2005-06-15 16:31:51 +00:00
Eli Barzilay
daa18fcba0 typos
svn: r66
2005-06-08 00:28:39 +00:00
Kathy Gray
095c8dbb87 Adding dynamic type and interoperability support to ProfJ; also brings profj up to date after the switch from cvs to svn
svn: r50
2005-06-02 04:36:59 +00:00
Eli Barzilay
017d151d59 Adding collects, with all the right properties (except eoln-style).
svn: r3
2005-05-27 18:56:37 +00:00