Commit Graph

30939 Commits

Author SHA1 Message Date
Matthew Flatt
ad437eee46 raco pkg tests: adjust to make tests less dependent on installation
In particular, instead of relying on the default scope as "user"
set up an installation with an indirection that configures the
scope to "user".
2013-09-17 13:30:21 -06:00
Matthew Flatt
b2f76bd8cc fixes for binary-package stripping
Avoid duplicate `assume-virtual-sources` definitions, add
`assume-virtual-sources` as needed in top-level collections
within a package.
2013-09-17 13:30:21 -06:00
Matthew Flatt
007f7d5992 raco setup: fix several triggers for building a doc index
In particular, fix various triggers that affect installing and
uninstalling packages.
2013-09-17 13:30:21 -06:00
Matthew Flatt
7016d3ab58 raco pkg {install,update}: guard against ill-formed arguments
Parsing a package source/name for scope inference should
report errors in the source/name syntax.

Closes PR 14026
2013-09-17 13:30:21 -06:00
Robby Findler
53a9a4f6fc make pict boxes work again
at least on a small example, by
add a bit more 3d code
2013-09-17 09:45:11 -05:00
Sam Tobin-Hochstadt
627e1b4782 Remove links to math and plot docs until we can do them correctly. 2013-09-17 08:38:54 -04:00
Robby Findler
36c623d93f add missing dependency declarations 2013-09-17 03:38:08 -05:00
Asumu Takikawa
f5b82eb510 Expand TR reference section on libraries 2013-09-16 16:17:02 -04:00
Robby Findler
dd1f3364a4 unbreak undo in drracket
broken by 21e06eec53
2013-09-16 13:50:24 -05:00
Robby Findler
e0e45c63ee fix props file for image-pkgs moves 2013-09-16 11:38:51 -05:00
Ryan Culpepper
e1603891f7 fix props 2013-09-16 12:33:37 -04:00
Ryan Culpepper
177beae5c1 fix sqlite3 w/ place 2013-09-16 12:33:07 -04:00
Juan Francisco Cantero Hurtado
bb5323e448 Fix a crash of racket on OpenBSD systems, when pixman is compiled with SSE support and racket tries to load cairo using libffi.
Bug found initially by Juan Francisco Cantero Hurtado. Reported by many.

Mark Kettenis (from the OpenBSD Project) found the real reason of the
crash and created this patch for libffi. Patch taken from OpenBSD Ports.
2013-09-16 10:04:12 -06:00
Robby Findler
d3b716d644 add license information to images pkgs. 2013-09-16 10:58:44 -05:00
Robby Findler
716bf763c4 split up images pkg into images-lib, images-gui-lib, images-doc, and images-tests 2013-09-16 10:56:11 -05:00
Ryan Culpepper
01fd205c9a show timing for suites in rackunit gui 2013-09-15 13:49:35 -04:00
Ryan Culpepper
8512c36512 extracted rackunit-gui package 2013-09-15 13:49:35 -04:00
Ryan Culpepper
ff06f0c8a7 delete unused code 2013-09-15 13:49:35 -04:00
Ryan Culpepper
954d6c764c move more db modules to db-lib 2013-09-15 13:49:35 -04:00
Ryan Culpepper
adc2ccbbd9 prepare to move more db modules to db-lib pkg 2013-09-15 13:49:35 -04:00
Ryan Culpepper
d2841d1113 add db/private/pre for pre-pkg clients 2013-09-15 13:49:35 -04:00
Matthew Flatt
61e5633a8c rackt/gui gtk: fix focus handing of group-panel%
Closes PR 14019
2013-09-15 08:29:44 -06:00
Robby Findler
f8860b5e05 bring dns tests up to date with what appears to be reality 2013-09-15 07:39:10 -05:00
Robby Findler
21e06eec53 audit drracket begin-edit-sequence calls
after this (and the previous) commit, shift-left and
shift-right seem to work properly again
2013-09-14 19:27:08 -05:00
Robby Findler
2b30be3265 audit framework begin-edit-sequence calls 2013-09-14 19:27:08 -05:00
Robby Findler
28e2d6098b fix datalog colorer for specials
closes PR 13991
2013-09-14 17:45:39 -05:00
Robby Findler
8b2b3c767d make drracket more robust against failures in the middle
of edit sequences

(should have done this years ago)
2013-09-14 17:45:39 -05:00
Robby Findler
c4875bf87b move the drracket/tool module declaraction to the beginning of the manual 2013-09-14 17:15:09 -05:00
Mike Sperber
f4a836b05e Synch German string constants with latest. 2013-09-14 14:17:35 +02:00
Robby Findler
95d8d85aae add a proper 48x48 to the .ico for the pkg manager gui 2013-09-13 22:36:31 -05:00
Matthew Flatt
e7090b8365 work around problem with ".ico" file handling 2013-09-13 21:17:43 -06:00
Robby Findler
c0462d0fed adjust esc;w so that it clears the anchor 2013-09-13 21:44:31 -05:00
Robby Findler
a37d5399ae color scheme improvements
- shorten the example text
- fix a bug that would prevent info-based color schemes
  to be set properly when drracket first starts up
- make the preferences dialog examples use the user's
  preferred font, not the default font
- move the documentation and info buttons to the top
  of color scheme section of the prefs dialog
- added a checkbox to go back to the default version
  of the color scheme
2013-09-13 21:18:01 -05:00
Robby Findler
32cc782bfd added note about color schemes to HISTORY.txt 2013-09-13 21:18:00 -05:00
Ryan Culpepper
c596ec604f sync thread dynamic-place contract with builtin 2013-09-13 18:48:36 -04:00
Ryan Culpepper
d94a1cf079 make odbc-drivers more tolerant of bad attr strings 2013-09-13 18:21:11 -04:00
Ryan Culpepper
356c7fa937 combined odbc platform detection definitions 2013-09-13 18:21:11 -04:00
Juan Francisco Cantero Hurtado
546cbb1b5e OpenBSD uses iodbc. 2013-09-13 18:21:11 -04:00
David Vanderson
fb66c419de fix up error message 2013-09-13 18:21:11 -04:00
David Vanderson
f098afa671 fix up test 2013-09-13 18:21:10 -04:00
David Vanderson
fd68db2c7b make 'hex-string->bytes' public 2013-09-13 18:21:10 -04:00
Robby Findler
54f283bf86 tweaks to fix multi-line labels (via newlines) in button% 2013-09-13 16:03:38 -05:00
Ryan Culpepper
23f77a6054 fix sqlite lib runtime-path 2013-09-13 13:54:07 -04:00
Ryan Culpepper
5258ffd8ca raco distribute should include sqlite dll on Windows 2013-09-13 13:07:58 -04:00
Robby Findler
03f50815d7 remove dependency from string-constants on compatibility-lib 2013-09-13 12:04:51 -05:00
Robby Findler
7b28f97123 add missing dependency declaration 2013-09-13 12:04:51 -05:00
Eric Dobson
10dc9afc33 Make unboxed let not double optimize. TODO fix logs. 2013-09-13 09:17:40 -07:00
Sam Tobin-Hochstadt
1a682c389a Improve error messages for bad uses of :type etc. 2013-09-13 11:40:41 -04:00
Robby Findler
dd116a391c Rackety (102 columns) 2013-09-13 10:38:48 -05:00
Robby Findler
e74b26fdbc adjust the planet resolver to explicitly ask for no
compression so that it gets a Content-Length field that
it can use back from the server

this may or may not be the right long-term fix but
for now it at least gets things working again
2013-09-13 10:38:47 -05:00