Commit Graph

7720 Commits

Author SHA1 Message Date
Jacob Matthews
879307289b A bug fix, an error-message improvement, and new docs.
svn: r1947
2006-01-24 20:15:37 +00:00
Carl Eastlund
114a4dab65 Honu: updating from branch
ast.ss
- Massive name changes for clarity
- Added structure contracts
private/tools/general.ss
- Moved from utils.ss
contract.ss
- Removed define and contract utilities (now using PLaneT tools)

svn: r1946
2006-01-24 19:54:15 +00:00
Jacob Matthews
fbc5fc7555 Misc. bugfixes for exceptional cases
svn: r1945
2006-01-24 19:11:16 +00:00
Jacob Matthews
cfee2d5429 Fixing require that caused a cyclic dependency
svn: r1940
2006-01-24 16:42:05 +00:00
Jacob Matthews
a4adc29d52 .
svn: r1939
2006-01-24 16:41:36 +00:00
Eli Barzilay
aaaefa9bc3 Welcome to a new PLT day.
svn: r1937
2006-01-24 09:20:02 +00:00
Kathy Gray
e9ab189fcb Correction to int/float-double conversions, and Image printing
svn: r1936
2006-01-24 06:46:47 +00:00
Jacob Matthews
2b8e2efbb8 .
svn: r1935
2006-01-23 21:54:13 +00:00
Kathy Gray
8bb5b50cf9 svn: r1934 2006-01-23 21:47:05 +00:00
Jay McCarthy
46b83f1872 strange build-path bug
svn: r1933
2006-01-23 15:30:00 +00:00
Jay McCarthy
30b48f9b68 string->number is the worst
svn: r1932
2006-01-23 15:14:39 +00:00
Eli Barzilay
759365481a Welcome to a new PLT day.
svn: r1931
2006-01-23 09:20:02 +00:00
Jacob Matthews
b8666df469 .
svn: r1930
2006-01-23 06:15:23 +00:00
Robby Findler
a3a3b3ef13 fixed mime.types file
svn: r1929
2006-01-22 21:58:52 +00:00
Robby Findler
b270a847a9 added contract to build-struct-names
svn: r1928
2006-01-22 15:46:46 +00:00
Eli Barzilay
da843fd06c Welcome to a new PLT day.
svn: r1925
2006-01-22 09:20:02 +00:00
Kathy Gray
cbb9f7bdf6 Bug correction for classes with private methods
svn: r1920
2006-01-21 23:14:52 +00:00
Robby Findler
2577fe88f3 merged in Jacob's changes and fixed a few bugs
svn: r1919
2006-01-21 21:36:24 +00:00
Jay McCarthy
5009320ff3 supporting external mime-types file
svn: r1915
2006-01-21 19:10:11 +00:00
Jacob Matthews
b4b965180e Bugfix for package crashing bug
svn: r1914
2006-01-21 19:01:36 +00:00
Robby Findler
4b27eba829 partial fix for the bug where tabs scroll positions move around when switching tabs
svn: r1913
2006-01-21 18:12:56 +00:00
Eli Barzilay
f1c0a36200 Welcome to a new PLT day.
svn: r1912
2006-01-21 09:20:02 +00:00
Robby Findler
417571e4d8 pr 7833
svn: r1910
2006-01-21 02:02:14 +00:00
Jacob Matthews
e9b8eda964 .Added support for creating and deleting development links to the planet cmd-line tool.
svn: r1906
2006-01-20 22:48:29 +00:00
Eli Barzilay
e1df8982ca Welcome to a new PLT day.
svn: r1882
2006-01-20 09:20:01 +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
Jacob Matthews
19435656d0 Added support for a hard-link file that will hopefully ease development burdens
svn: r1876
2006-01-20 00:40:38 +00:00
Chongkai Zhu
66074b867f Debug bottum added
svn: r1875
2006-01-19 23:23:27 +00:00
Guillaume Marceau
038c69c3ef implemented pattern matching locations
svn: r1872
2006-01-19 17:43:00 +00:00
Carl Eastlund
24b9e2f5c7 Reverted changes which broke setup-plt.
svn: r1871
2006-01-19 15:05:51 +00:00
Eli Barzilay
7efb1e0db6 fix sorting of "hw1a" "hw1b" etc
svn: r1868
2006-01-19 13:04:41 +00:00
Eli Barzilay
1f7cffecae changing the output file prefix changes some other defaults
svn: r1867
2006-01-19 09:54:00 +00:00
Eli Barzilay
6108f2dafd typo in log message
svn: r1865
2006-01-19 06:35:07 +00:00
Carl Eastlund
830f29891c Honu: continued implementation of contract helpers.
svn: r1860
2006-01-18 23:30:02 +00:00
Carl Eastlund
07c86de139 Honu: BROKEN (will fix in upcoming checkin)
- added current partial changes to todo list
- renamed most ast structs (haven't propagated)
- added contracts to some ast structs (haven't finished)
- removed define,provide,contract helpers from utils.ss
- started contracts.ss for those and others
- began writing define-structs,provide,contract
  for defining hierarchies of structs at once

svn: r1859
2006-01-18 22:54:17 +00:00
Eli Barzilay
bebce2bb3d Welcome to a new PLT day.
svn: r1857
2006-01-18 09:20:02 +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
Carl Eastlund
3bdd7c603d Updated Honu goals
svn: r1855
2006-01-17 23:52:17 +00:00
Carl Eastlund
8efd89de41 Honu:
- Updated todo list
- Promoted "name" field of member ASTs to member (rather than field/method/etc.)
- Added false? function
- Added extend-fenv for formal parameters
- Removed class env (folded in with lexical env)
- Added abstraction for member names of a type
- Added abstractions for enforcing distinct types and names
- Updated mixin typing rule

svn: r1854
2006-01-17 23:07:15 +00:00
Kathy Gray
6a2fb814ea Corrected a bug where empty boxes were not being erased of cue-text after
the first focus. Added a call to clear-cue-text on write.

svn: r1853
2006-01-17 22:29:15 +00:00
Matthew Flatt
f81cf986b5 Java example boxes: omit cue text from save-and-loaded or cut-and-paste boxes
svn: r1850
2006-01-17 20:35:57 +00:00
Eli Barzilay
9e6f6a67b0 removed debugging line
svn: r1849
2006-01-17 20:24:44 +00:00
Matthew Flatt
6bfe687783 put mzscheme in charge of freeing getaddrinfo records that it creates
svn: r1848
2006-01-17 19:45:27 +00:00
Eli Barzilay
b1442e74c4 deal with :eval? properly
svn: r1846
2006-01-17 10:40:06 +00:00
Eli Barzilay
7f8bb5c68f Welcome to a new PLT day.
svn: r1845
2006-01-17 09:20:02 +00:00
Eli Barzilay
513fcbca40 fix and set svn:eol-style
svn: r1843
2006-01-16 20:32:19 +00:00
Jay McCarthy
7a35f717ba adding test
svn: r1842
2006-01-16 20:00:21 +00:00
Robby Findler
12c7c0b6c6 added this, bound in ->r and ->pp contracts, when used in object-contract
svn: r1841
2006-01-16 18:42:11 +00:00
Carl Eastlund
d93594fe2a Honu: Added todo list to cce-notes.txt
svn: r1840
2006-01-16 18:25:03 +00:00
Eli Barzilay
ac89eb6ef2 Welcome to a new PLT day.
svn: r1839
2006-01-16 09:20:01 +00:00