Commit Graph

31008 Commits

Author SHA1 Message Date
Robby Findler
8fe0022cf1 fix typo 2013-09-02 10:03:55 -05:00
Robby Findler
6c601bfc2a fix another error message from the preferences system 2013-09-01 15:06:12 -05:00
Eric Dobson
bda8c24d2c Make benchmark code run in parallel. 2013-09-01 09:25:57 -07:00
Eric Dobson
760a48d70c Make benchmarks not delete compiled code. 2013-09-01 09:25:57 -07:00
Eric Dobson
4c88924ef5 Remove reset-unboxed-bindings and unboxed-gensym. 2013-09-01 08:33:11 -07:00
Eric Dobson
b7e4af92ff Remove unnecessary #:proc forms in TR unit tests. 2013-09-01 08:22:21 -07:00
Robby Findler
864cc28341 add custom writers for a bunch of contracts 2013-09-01 07:57:09 -05:00
Robby Findler
09458af39f adjust some error messages based on new conventions 2013-09-01 07:57:08 -05:00
Mike Sperber
afdaf514ed Adjust the DMdA teachpacks to be found via info.rkt files.
This follows commit efd2683301 for the
HtDP languages.
2013-09-01 14:34:31 +02:00
Eli Barzilay
7247b605c1 Removing "collects".
I don't see how it's useful to have it, and I keep getting drdr
notifications about it being bogus.
2013-09-01 04:11:53 -04:00
Robby Findler
74de8bd122 add a case-> contract example 2013-08-31 17:37:46 -05:00
Eli Barzilay
bf2ebebff6 Direct people to temporary snapshot pages. 2013-08-31 14:12:25 -04:00
Matthew Flatt
2184be2234 licenses for native packages 2013-08-31 07:41:38 -06:00
Matthew Flatt
ff9da94cfb include license with each package 2013-08-31 06:25:31 -06:00
Matthew Flatt
4fd0d7454b scribble/base: fix problem with macro-introduced `include-section' 2013-08-31 06:25:30 -06:00
Matthew Flatt
b5b2f1c2ad fix multi-file drag-and-drop on Unix
Thanks to Laurent Orseau.
2013-08-31 06:25:30 -06:00
Vincent St-Amour
400340b897 Fix type of generic-set? for hash set default. 2013-08-30 22:08:36 -04:00
Robby Findler
29c904ae42 fix string-contains?
closes PR 13990
2013-08-30 20:55:28 -05:00
Robby Findler
5c402c25a1 fix for abc7f9a873 2013-08-30 15:55:25 -05:00
Vincent St-Amour
5784358332 Improve type for generic-set?. 2013-08-30 15:30:42 -04:00
Vincent St-Amour
04941d33bd Fix link in unstable docs. 2013-08-30 15:30:42 -04:00
Matthew Flatt
0dcaa5e19f net/url: fix problems with new implementation on net/http-client
Various `net/url` operations need to request a close of the
connection after the operation completes, and `het/http-client`
needs to actually close the input-port half of a connection.

Also, add `http-conn-abandon!`.

Also also, add limits on internal pipes, so that data doesn't pile
up in a connection-processing thread, and fix POST/PUT by adding
a needed CRLF after posted data.
2013-08-30 10:37:09 -06:00
Matthew Flatt
701aa9ce0a openssl: allow ssl-abandon-port on input ports
Make `ssl-abandon-port` consistent with the docs and with
`tcp-abandon-port`.
2013-08-30 10:34:56 -06:00
Matthew Flatt
8b501f6745 racket/sandbox: add sandbox-run-submodules 2013-08-30 07:32:08 -06:00
Robby Findler
f9df5ad4e9 fix default text adjustment
it no longer changes the background to the inverse of the
foreground (for the default text color) but instead uses
the color of the 'framework:basic-canvas-background preference

Thanks to Laurent Orseau for the fix
2013-08-30 07:29:42 -05:00
Eric Dobson
84798bd393 Fix set? in TR. 2013-08-29 18:23:45 -07:00
Eric Dobson
358475faf1 Make transform run in parrallel. 2013-08-29 18:00:24 -07:00
Eric Dobson
f6a0494f65 Don't add other files TR logs to optimization tests. 2013-08-29 18:00:24 -07:00
Eric Dobson
ed69691016 Make opt tests be run concurrently. 2013-08-29 18:00:24 -07:00
Eric Dobson
6b20900c7a Sort the output of TR logs so that optimization nodeterminism doesn't break the tests. 2013-08-29 18:00:24 -07:00
Eric Dobson
ccf947e31e Make optimizer read TR expected logs as a list of entries versus a raw string. 2013-08-29 18:00:23 -07:00
Eric Dobson
a328fe6ac4 Separated out the tr log and output. 2013-08-29 18:00:23 -07:00
Eric Dobson
87e86d2ea7 Make tr-log and output be extracted seperately. 2013-08-29 18:00:23 -07:00
Eric Dobson
cd52e6d203 Switch to using here strings instead of a list. 2013-08-29 18:00:23 -07:00
Stephen Chang
6e42423a2c fix use of in-producer outside of for loops
- make-do-sequence was giving producer fn an argument when none was expected

Closes PR 13986
2013-08-29 17:25:18 -04:00
Stephen Chang
d5c2443c05 add docs example for in-generator, where arity > 1 2013-08-29 16:38:21 -04:00
Matthew Flatt
ac21f854a2 scriblib/figure: add suppress-floats 2013-08-29 12:23:57 -06:00
Eric Dobson
d73e0b06dd Add endobson as responsible for TR in DrDr. 2013-08-28 23:20:12 -07:00
Ryan Culpepper
5c462eee2b remove uses of scheme/* in src
Fixes windows snapshot builds.
2013-08-28 21:48:53 -04:00
Ryan Culpepper
b20389e297 fix deinprogramm pkg info 2013-08-28 20:50:29 -04:00
Robby Findler
dd9a046950 fix deinprogramm props based on new location 2013-08-28 14:54:10 -05:00
Robby Findler
5e5aa7526f move the teachpack/deinprogramm collection into
the deinprogramm pkg

This required making the deinprogramm pkg into a 'multi
pkg, which is why all of those other files moved
around too
2013-08-28 12:14:52 -05:00
Robby Findler
90e9e5cb30 fix another bug introduced in efd2683301 2013-08-28 12:14:52 -05:00
Robby Findler
abc7f9a873 move the with-stack-checkpoint wrapper code into the eval handler
so tools that override the handler can get direct access to the
unexpanded syntax objects if they want them
2013-08-28 12:14:52 -05:00
Robby Findler
9b99dc2a25 normalize-path can raise non-exn:fail:filesystem? exceptions
when this function should still be returning #f (and not
raising an exn)
2013-08-28 12:14:51 -05:00
Robby Findler
7a272208cb used wrong var name in docs
closees PR 13985
2013-08-28 12:14:51 -05:00
Matthew Flatt
36203863d8 scribble/sigplan: add `doi' 2013-08-28 10:02:28 -06:00
Matthew Flatt
f912a839af fix props for moved files 2013-08-28 06:50:02 -06:00
Carl Eastlund
01b753c1d5 Renamed set? to generic-set? and set-immutable? to set? in tests. 2013-08-28 01:44:14 -04:00
Carl Eastlund
ec5a9616e0 Renamed set-immutable? to set?. 2013-08-28 01:33:33 -04:00