Mark Lee
c44cffe5a8
Add example of struct subtype inheritance of supertype. Clarify struct subtype inherits the prefix of the struct supertype.
2015-05-03 10:20:26 -06:00
Matthias Felleisen
ed0e98b305
Robby's improvement for Jay's things
2015-05-03 09:25:50 -04:00
Matthias Felleisen
ab145d4c7d
touching up Jay's patch
2015-05-02 12:11:14 -04:00
Matthias Felleisen
a691372419
Jay's patch for style guide
2015-05-02 12:11:14 -04:00
Stephen Chang
6e8fb5776b
hash set default err msg: clarify disallowed operations
2015-05-01 19:38:44 -04:00
Stephen Chang
9e8971ba95
update gen:set defaults and docs
...
- set-copy-clear has no fallback - update docs to match impl
- set-copy fallback should use set-copy-clear not set-clear
2015-05-01 19:38:44 -04:00
AlexKnauth
a2d06c2cd5
at-exp: make language-info compose with other languages
2015-05-01 16:07:02 -06:00
Greg Hendershott
2c76954108
Note exn:break-continuation not usable with with-handlers.
2015-05-01 16:07:02 -06:00
Eric Dobson
4e3a7c420a
Make parallel-build send the whole filename to the worker.
...
Closes PR 15000.
2015-05-01 16:07:02 -06:00
Eric Dobson
06634b74d5
Make file-list-queue% use new error format.
...
Closes PR 15013.
2015-05-01 16:07:02 -06:00
Stephen Chang
aef101fd84
hashset unavailable method err msg: don't say unimplemented
2015-05-01 16:43:18 -04:00
Stephen Chang
606a946212
improve hash set unimplemented method error msgs
2015-05-01 14:04:23 -04:00
Gustavo Massaccesi
e8ad90a14d
Remove duplicate code in scheme_omittable_expr
2015-05-01 10:01:24 -03:00
Stephen Chang
dcf73f6bca
compute generic method default error msg in define-generic-method
...
- fixes generic test failures due to computing this info
2015-04-30 16:45:35 -04:00
Stephen Chang
56cf724d12
improve generic method default error msg:
...
- report position of bad self arg
- report and label other args, including kw, optional, rest, if present
merge of github pull-request #821
2015-04-30 12:37:09 -04:00
Spencer Florence
6211f43b29
Fix display missing errors on travis
2015-04-29 08:57:58 -04:00
Matthew Flatt
e88c746c3c
raco decompile: expose syntax info saved for REPL
2015-04-28 15:37:10 -06:00
Matthew Flatt
d6b587288a
Adjust "6.2.0.2" history notes to just "6.2"
...
Due to our release process, these changes will be included in v6.2
after all.
Merge to v6.2
2015-04-28 15:36:04 -06:00
Matthew Flatt
5affb68478
raco exe: fix handling of unwritable source executable
...
Make the executable writable while it's patched for new content.
Closes PR 15008
Merge to v6.2
2015-04-28 15:32:52 -06:00
Matthew Flatt
423aa06426
add Gustavo to acks
...
Merge to v6.2
2015-04-28 15:32:43 -06:00
Matthew Flatt
f43d38914b
use log-error
to report missing ico conversions
...
Merge to v6.2
2015-04-28 15:32:33 -06:00
Ryan Culpepper
d48840f23b
Post-release version for the v6.2 release
2015-04-27 09:36:47 -04:00
Robby Findler
67746f578d
fix link of Queinnec paper
2015-04-25 17:12:40 -05:00
Jay McCarthy
cd6be6090d
_enum only takes symbols
2015-04-23 19:23:50 -04:00
Robby Findler
80a2e9f8b5
use "scrbl" as the default extension only in "#lang scribble/*" languages,
...
not in "#lang at-exp *" languages.
2015-04-20 09:38:15 -05:00
Robby Findler
f8d375f6c3
use .scrbl as the default extension for scribble and at-exp files
2015-04-19 15:34:58 -05:00
Matthew Flatt
11939df0f2
fix custodian-managed-list
for weakly held objects
2015-04-18 07:06:33 +01:00
Robby Findler
5e02c55dd9
point to a scribble indentation function
2015-04-17 10:11:01 -05:00
Robby Findler
68b3371418
add get-current-doc-state, doc-state-changed?, and doc-state?
2015-04-17 04:51:57 -05:00
Matthew Flatt
469763ca37
Adjust use of readtable argument in read/recursive
...
Use the given readtable more consistently to parse
delimiters in the top-level form. This change particularly
addresses problems with trying to restore the original
`(` when parsing a hash table, but allowing nested
forms to still use a different `(` mapping.
2015-04-15 13:01:58 -06:00
Matthew Flatt
968d1a3685
improve docs for file-or-directory-modify-seconds
2015-04-15 08:40:35 -06:00
Matthew Flatt
16ce8fd90d
fix an optimizer bug
...
Optimization of an identifier in a test position passed a
pre-optimization offset to a function that expects a
post-optimization offset.
2015-04-12 06:48:07 -06:00
Matthew Flatt
7fb5e69bc6
fill in missing setup/xref
documentation
2015-04-11 15:12:53 -06:00
Jay McCarthy
4418442d33
Merge pull request #3 from samth/fix-qp
...
Handle unexpected eof after =.
2015-04-10 16:29:15 -04:00
Eric Dobson
6e5c9a97ed
Make docs for sgn correct.
2015-04-10 14:25:33 -06:00
Juan Francisco Cantero Hurtado
667b9e9b71
Clarify the minimum CPU requirements in README
...
The JIT needs SSE2, not just SSE.
2015-04-10 14:12:54 -06:00
Matthew Flatt
be1a63cf50
fix SSE detection to detect SSE2
...
SSE isn't enough, because the JIT needs SSE2
2015-04-10 14:03:44 -06:00
Eric Dobson
29b1ac70df
Make for raise better error message if binding clauses are bad.
...
Closes PR 13272.
2015-04-10 13:56:42 -06:00
Matthew Flatt
8e22b22630
fix string-titlecase
based on case-ignoreable chars
...
Fix extraction of case-ignorable characters from the Unicode
database.
2015-04-10 13:30:58 -06:00
Matthew Flatt
e807e848f9
fix docs for syntax-case
...
Clarify that if `stx-expr` produces a value other than a syntax
object, it is coerced to one using `datum->syntax`.
2015-04-10 13:30:58 -06:00
Jay McCarthy
81b74f9545
Merge pull request #2 from RenaissanceBug/rfc6265-docfix
...
Fix accidental dep on net-cookies package.
2015-04-10 07:23:37 -04:00
Sam Tobin-Hochstadt
a38834ebf2
Handle unexpected eof after =.
2015-04-09 13:48:10 -04:00
Jordan Johnson
83df895eb8
Fix accidental dep on net-cookies package.
2015-04-09 10:39:07 -07:00
Matthias Felleisen
1d0a32dc61
doc typo
2015-04-09 10:46:28 -04:00
Robby Findler
bdddd3c80d
fix test case count reporting for the place case
2015-04-08 10:16:13 -05:00
Robby Findler
44260da512
fix test case count reporting for the separate processes case
2015-04-08 10:13:54 -05:00
Robby Findler
7e089f3d7f
make sequence/c preserve streamness
2015-04-07 11:52:18 -05:00
Matthew Flatt
23ec573e51
repair chaperone handling in current-command-line-arguments
2015-04-06 12:44:47 -05:00
Jay McCarthy
c239ef7327
Merge pull request #1 from RenaissanceBug/rfc6265-cookies
...
Note the deprecation of this code and point to the new and better RFC6265-compliant net-cookies package.
2015-04-05 08:16:27 -04:00
Jordan Johnson
b23108c4d4
Move 6265 code to separate pkg
...
* Move all the new cookie code to the net-cookies package
* Update deprecation notice on net/cookie to point to that package
2015-04-04 14:02:23 -07:00