Commit Graph

31358 Commits

Author SHA1 Message Date
Robby Findler
438942c059 update HISTORY based on some of Jay's changes
please include in 6.0
2013-12-20 15:44:37 -06:00
Jay McCarthy
2e5a89e682 Correct pkgs urls, please include in v6 2013-12-20 14:08:11 -07:00
Asumu Takikawa
c75e84a372 Add a HISTORY file for unstable
Note: I tried to reconstruct some history back
to 5.3.4, but it's not complete.

Please merge to v6.0
2013-12-20 15:15:06 -05:00
Asumu Takikawa
8c6cf7395d Update HISTORY
Please merge to v6.0
2013-12-20 14:55:20 -05:00
Matthew Flatt
dc526f95f3 fill in some missing history notes
Merge to v6.0
2013-12-20 06:23:13 -07:00
Robby Findler
4408cdcfe4 add missing HISTORY entries based on my changes leading up to 6.0
Please merge to 6.0 (some of the history files already have
post-6.0 notes in them, but hopefully this patch still applies
cleanly)
2013-12-19 22:35:57 -06:00
Matthew Flatt
fb398e123e raco setup: fix corners where db might not exist
Using something like `raco pkg remove` in an incompletely
set up installation could lead to failures attempting to
access a database file that isn't there.
2013-12-19 14:42:48 -07:00
Matthew Flatt
bfb4af3e84 raco: use executable yield handler before existing
Makes `raco` wait as it should for a GUI tool.

Closes PR 14261
2013-12-19 14:34:59 -07:00
Matthew Flatt
a31ee1be64 compiler/zo-structs: fix docs to note 'fixnum and 'flonum types 2013-12-19 14:20:54 -07:00
Matthew Flatt
fe12a32dc3 fix closure type tracking for a procedure with only an unused rest arg
Closes PR 14259
2013-12-19 14:19:01 -07:00
Matthew Flatt
75daeecdb1 increase timeout of raco exe test suite 2013-12-19 12:54:08 -07:00
Matthew Flatt
01eece18a7 dynamic-require: fast path for re-exported variables
When `dynamic-require` is used to access an export that isn't a
variable defined in the same module, `dynamic-require` falls
back to `eval` in a fresh namespace, which can be expensive.
The new fast path handles the case that a variable is re-exported.

The new fast path is relevant to deserialization, which now
uses a submodule that re-exports from an enclosing module.
2013-12-19 12:35:29 -07:00
Matthew Flatt
abc174e16c scribble: fix a test to make it independent of the enclosing package 2013-12-19 07:01:04 -07:00
Ryan Culpepper
d0e8e715b4 remove extraneous CRLF after message-body
RFC2616 section 4.1 (http://www.ietf.org/rfc/rfc2616.txt):
"... an HTTP/1.1 client MUST NOT preface or follow a request
with an extra CRLF."
2013-12-19 01:34:04 -05:00
Ryan Culpepper
6f94215f92 apply signature in productbuild, not pkgbuild
Merge to release branch.
2013-12-19 00:12:04 -05:00
Matthias Felleisen
559af9b35c history for 2htdp teachpacks 2013-12-18 22:04:34 -05:00
Matthew Flatt
fb57989685 enable scribble tests for DrDr 2013-12-18 18:54:34 -07:00
Laurent Orseau
fc3321481c Scribble->Markdown titles are now rendered correctly. Sections have been shifted by one level (which also looks better on Github).
Markdown: fix defmodule to avoid printing the package in the example

fix markdown example file to make test pass
2013-12-18 18:53:55 -07:00
Matthew Flatt
e99c03be4d at-exp reader: fix source locations in read error message
A change in `raise-reader-error` to use `srcloc->string` caused
tests to fail because `srcloc->string` doesn't show location
information if the source is #f.
2013-12-18 18:49:39 -07:00
Matthew Flatt
a8f2405b4b fix rendering of column by srcloc->string 2013-12-18 18:49:38 -07:00
Asumu Takikawa
401c4dd0a6 Test the error message instead of a predicate
This test was broken prior to commit 370c4bd but
didn't fail because the test harness didn't test for
the right error.
2013-12-18 19:25:17 -05:00
Matthew Flatt
c8085a2988 fix chaperone-procedure wth extra properies
Continues the saga of 5bae9773a, this time fixing chaperone
properties.
2013-12-18 15:19:19 -07:00
Matthew Flatt
266e4ab119 make installers: fixes for parallel mode and timeouts
The `parallel` form in a site configuration was working only
with leaf machines; now, it should be fixed for `sequential`
nested under `parallel`.

Also, fix timeout handling and reporting of failures.
2013-12-18 14:45:52 -07:00
Jay McCarthy
4dd594a291 Fix test cases for close? 2013-12-18 12:03:52 -07:00
Robby Findler
370c4bdce2 fix any-wrap/c for promises 2013-12-18 12:58:56 -06:00
John Clements
ed0a5ae45e oops 6.0 not 5.6, silly rabbit.
Please merge to 6.0 release
2013-12-18 09:36:52 -08:00
John Clements
e3efaf5f05 updated stepper HISTORY.
Please merge to 6.0 release
2013-12-18 09:35:18 -08:00
Matthew Flatt
4070bcd461 fix chaperones and prop:procedure functions with keyword arguments
Commit 5bae9773aa broke `chaperone-procedure` and `impersonate-procedure`
so that it didn't always produce a chaperone or impersonator. Also,
the arity-error changeds intended for that commit were not complete,
because tests were accidentally commented out.

The main repair involves a new internal property that keeps track of an
accessor that is used to extract a procedure from a field in a structure
type that has `prop:procedure`.
2013-12-18 05:42:42 -07:00
Stephen Bloch
97ee349046 Corrected expected error message to match actual error message. Now
passes "raco test".
2013-12-17 14:54:39 -05:00
Stephen Bloch
ca98f85c39 Re-added error checks in the color=? function, so error message comes
from the function you actually called, rather than an internal.
2013-12-17 14:53:05 -05:00
Asumu Takikawa
f4d5b00ea5 Refactor tc-utils
Use an explicit `provide` list and delete unused functions.
2013-12-17 14:40:24 -05:00
Matthew Flatt
4fc71002e8 raco setup: more on docindex database creation
Commit 6ff7359212 didn't create a directory that might be missing
before trying to create a file in the directory.

Merge bug fix to v6.0 (pending review)
2013-12-17 07:11:22 -07:00
Asumu Takikawa
098f398a14 Fix base env types that are too conservative
These accessors and removers required the target value
to have the same type variable as the collection, but
that's more conservative and less useful than Any.
2013-12-17 01:33:47 -05:00
Eric Dobson
7060bdd0f8 Add a bunch of tests for contract creation error messages.
Also minor fixes to said error messages.
2013-12-16 21:04:36 -08:00
Robby Findler
09e28b272c remove use of exported set!'d identifier from contract examples
(replacing it with an accessor function)

Also add some for-label requires and remove a guaranteed-to-fail
test case (the bug is documented in the contract gotchas section)
2013-12-16 22:37:37 -06:00
Matthew Flatt
a9f64f4615 MzCOM: fix versioning and collection path
Merge bug fix to v6.0 (pending review)
2013-12-16 21:08:35 -07:00
Matthew Flatt
6ff7359212 raco setup: create docindex database before trying to read
Commit 0f80c71fab propagates read-only mode so that a documentation
database is not created for read operations, but `raco setup` (with
documentation-index support) attempts to read the database before
writing to it. Change `raco setup` to make sure the database
exists if a later write operation is expected to create it.

Merge bug fix to v6.0 (pending review)
2013-12-16 18:44:39 -07:00
Vincent St-Amour
ac480e7535 Update Typed Racket history.
Please merge to 6.0.
2013-12-16 17:05:39 -05:00
Vincent St-Amour
46260a6e85 Remove dependencies of typed-racket-more. 2013-12-16 17:04:16 -05:00
Vincent St-Amour
e0caf456dd Remove dependency on scheme-lib. 2013-12-16 17:04:16 -05:00
Vincent St-Amour
2195bdd15a Remove some SRFI dependencies. 2013-12-16 17:04:16 -05:00
Vincent St-Amour
c48a0e5b76 Remove dependency from benchmarks to legacy TR languages. 2013-12-16 17:04:16 -05:00
Vincent St-Amour
9a67230ae0 Split legacy Typed Racket languages into their own module. 2013-12-16 17:04:15 -05:00
Matthew Flatt
0f80c71fab setup/doc-db: propagate read-only flag for database connection
Fixes a problem installation Planet packages under Windows,
for example, where attempting to open a read-only file in
write mode triggers an extremely slow result.

Merge bug fix to v6.0 (pending review)
2013-12-16 14:38:26 -07:00
Matthew Flatt
ec5157d78f setup/setup: fix #:make-doc-index? default
Making the default match the docs fixes Planet package installation,
which otherwise tries to rebuild the index too frequently.

Merge bug fix to v6.0 (pending review)
2013-12-16 14:38:26 -07:00
Eric Dobson
edb04b8bfe Add test to track tr memory usage. 2013-12-16 09:42:27 -08:00
Matthew Flatt
1ceca069c8 more repairs to function-name inference
The main change is to add an option to `syntax-local-infer-name` to
select whether `syntax-local-name` is used, and to use the new option
to disable `syntax-local-name` for the function expression in a
keyword `#%app`.

Improvements in the expander/compiler generalize a previous repair.

Merge to v6.0
2013-12-16 09:07:36 -07:00
Matthew Flatt
37dd4fc2b0 fixes for keyboard navigation and tab panels
The geometry used for keyboard navigation and tab-panel% instances
was wrong. That problem, in turn, exposed a potential infinite
loop in the function that computes the next tab position (when
geometries overlap). Fix both.

Closes PR 14255

Merge to v6.0
2013-12-16 07:16:42 -07:00
Robby Findler
4a7c36e96e catch networking errors and show a dialog
that doesn't say "internal error"

closes PR 14254
2013-12-15 21:20:35 -06:00
Eric Dobson
ef6af9c47c Fix broken TR code. 2013-12-15 17:00:53 -08:00