From b03ea39c2a5d29c0c675f444ef056fabd22635d8 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 2 Dec 2005 22:36:38 +0000 Subject: [PATCH] no more OPENBUGS; Help Desk points to the bug report db svn: r1506 --- collects/help/servlets/release/bugs.ss | 17 ----------------- notes/drscheme/OPENBUGS | 16 ---------------- notes/mred/OPENBUGS | 11 ----------- notes/mzscheme/OPENBUGS | 11 ----------- notes/stepper/OPENBUGS | 23 ----------------------- 5 files changed, 78 deletions(-) delete mode 100644 notes/drscheme/OPENBUGS delete mode 100644 notes/mred/OPENBUGS delete mode 100644 notes/mzscheme/OPENBUGS delete mode 100644 notes/stepper/OPENBUGS diff --git a/collects/help/servlets/release/bugs.ss b/collects/help/servlets/release/bugs.ss index 6c904ca132..e9532f5ae1 100644 --- a/collects/help/servlets/release/bugs.ss +++ b/collects/help/servlets/release/bugs.ss @@ -13,18 +13,6 @@ (define stupid-internal-define-syntax (report-errors-to-browser send/finish)) - (define (make-bug-link name) - (let ([dir (string-copy name)]) - (string-lowercase! dir) - `(LI (A ((HREF ,(string-append - "/servlets/doc-anchor.ss?file=" - (hexify-string - (path->string - (build-path (collection-path "mzlib") 'up 'up "notes" dir "OPENBUGS"))) - "&caption=Open " name " bugs" - "&name=" name))) - ,name " bugs")))) - `(HTML (HEAD ,hd-css ,@hd-links @@ -32,11 +20,6 @@ (BODY (H1 "Known Bugs in PLT Scheme") (A ((NAME "bugs") (VALUE "Bugs"))) - "Significant known bugs in the current release (v" ,(version) "):" - (UL - ,@(map make-bug-link - '("DrScheme" "MzScheme" "MrEd" "Stepper"))) - (P) "For an up-to-date list of bug reports, see the " (A ((HREF "http://bugs.plt-scheme.org/query/") (TARGET "_top")) "PLT bug report query page")) "."))) \ No newline at end of file diff --git a/notes/drscheme/OPENBUGS b/notes/drscheme/OPENBUGS deleted file mode 100644 index 8b63bdd132..0000000000 --- a/notes/drscheme/OPENBUGS +++ /dev/null @@ -1,16 +0,0 @@ -Check Syntax alpha-renaming does not work with `define-struct'. - -After breaking a long interaction several times, one of the breaks - may carry over to the next interaction. - -The yellow execute warning in the interactions window does not go away - if the user undoes all changes to the defintions window. - -Backup files don't preserve file permissions. - -Standalone executables do not support files with images (or -any kind of graphical syntax). - -For a more complete listing of known bugs, see our - -online bug report database diff --git a/notes/mred/OPENBUGS b/notes/mred/OPENBUGS deleted file mode 100644 index 2e9f5ddf88..0000000000 --- a/notes/mred/OPENBUGS +++ /dev/null @@ -1,11 +0,0 @@ - -Windows and Mac OS: "primitive" dialogs don't get closed by - custodian-shutdown-all - -Mac OS: std file dialog and print dialogs block MzScheme threads - -Windows 95/98/Me: System menu navigation in a menuless MDI window - leads to a crash. - -The result from get-x, get-y, and is-iconized? of - top-level-window<%> are not completely reliable. diff --git a/notes/mzscheme/OPENBUGS b/notes/mzscheme/OPENBUGS deleted file mode 100644 index 2c8ce1e721..0000000000 --- a/notes/mzscheme/OPENBUGS +++ /dev/null @@ -1,11 +0,0 @@ - -(let loop ([x 0]) (call/cc loop)) accumulates memory - -Under Unix and Mac OS, a DNS lookup by tcp-connect blocks all - MzScheme threads; note that the "net" collection contains a - partial DNS client implementation that does not have this problem - -Under Windows, if other OS-level processes write to or read from the - same end of pipe as MzScheme, MzScheme may incorrectly report that - the pipe is ready for reading/writing or it may prematurely read - input (preventing the other process from receiving it) diff --git a/notes/stepper/OPENBUGS b/notes/stepper/OPENBUGS deleted file mode 100644 index 167ce5cd26..0000000000 --- a/notes/stepper/OPENBUGS +++ /dev/null @@ -1,23 +0,0 @@ -The reduction of 'recur' does not conform to a sensible reduction -semantics. Can you figure out why? (For the answer, see the comment -in the 'recur' section of collects/tests/stepper/through-tests.ss.) - -Primitives like 'make-number/make-numeric' that are renamed -as module provides are not displayed using their renamed -names. - -Inexact numbers are not printed with a leading #i. - -Expansion of quasiquote uses 'the-cons' rather than 'cons'. -This is essentially an instance of the renaming difficulty. - -XML boxes evaluate successfully but are printed poorly. - -non-integers are printed as fractions, rather than decimal expansions. - -For a more complete listing of known bugs, see our - -online bug report database, or click on the -"Query bug reports" link in the Help Desk search -frame. -