Robby Findler
eed601852f
guard against collection path directories that don't exist
2013-11-05 17:03:59 -06:00
Matthew Flatt
4dd405d9c9
racket/gui cocoa: make 'border handling more flexible
...
When buttons are hidden and/or disabled so that there's a change to
the only button that is visible, enabled, and has the 'border style,
then make it the default.
2013-11-05 14:57:57 -07:00
Matthew Flatt
5f1cd4cff4
distro-build/package-and-catalog: extra options for checksums & paths
2013-11-05 14:57:57 -07:00
Robby Findler
35bb99c72a
add "File|Open Collection Path" to DrRacket
...
This menu item is an attempt to make it easier
to find collection-path based files for editing
Inspired by Asumu's raco-find-collection package
2013-11-05 15:55:40 -06:00
Robby Findler
59e92d7d39
split up slideshow/play so that the pict-only parts are
...
in pict-lib and don't depend on racket/gui/base
2013-11-05 15:55:40 -06:00
Robby Findler
a1331fbd1f
fix documentation typos
2013-11-05 15:55:39 -06:00
Vincent St-Amour
29d2da833a
Get more info to diagnose intermittent failure on DrDr.
2013-11-05 14:25:43 -05:00
Jay McCarthy
3d15fb3c1d
Fix PR14142 by allowing 'tolerant' line endings acording to Appendix B of the HTTP spec
2013-11-05 11:03:06 -07:00
Jay McCarthy
c13cd309fc
Fix gc2/gc1 inconsistency
2013-11-05 11:03:06 -07:00
Stephen Chang
c96423c4ef
add some corner cases in for.rktl tests
2013-11-05 00:56:57 -05:00
Asumu Takikawa
05fced3a68
Be more picky about Opaque type parsing
...
Closes PR 14122
2013-11-04 20:10:17 -05:00
Jay McCarthy
e0855dacb1
Adding test case for PR14136 re: the great Robby
2013-11-04 16:32:35 -07:00
Asumu Takikawa
3fa3225c54
Add in-set
to Typed Racket
...
Closes PR 14128
2013-11-04 18:09:53 -05:00
Asumu Takikawa
a3a04387fa
Initialize base-special-env in TR typecheck tests
2013-11-04 18:09:53 -05:00
Jay McCarthy
b61198ec3f
Fix PR 14140
2013-11-04 15:50:03 -07:00
Vincent St-Amour
ad6237f76e
Clarify docs for `collection-path'.
...
After discussion with Robby.
2013-11-04 17:27:52 -05:00
Vincent St-Amour
1cd823a59a
Clarify docs for `collection-path' to discourage its use.
2013-11-04 15:41:04 -05:00
Asumu Takikawa
54e3380375
Add a TR test that I forgot to commit
...
Relevant to commit 18d4eb5135
2013-11-04 15:29:11 -05:00
Asumu Takikawa
c1082c9706
Remove unnecessary require
s
...
These imports are unnecessary because of the
`except-in` import of `racket` near the top.
2013-11-04 15:10:01 -05:00
Asumu Takikawa
dc1e4fc4e7
Delete trailing whitespace
2013-11-04 15:10:00 -05:00
Asumu Takikawa
50bf292eeb
Clean up Typed Racket's main base type environment
...
Sort by manual section, reformat for consistent formatting,
remove redundant lines.
2013-11-04 15:10:00 -05:00
Asumu Takikawa
87273726c2
Renumber section comments.
...
Most were off by one due to documentation changes. Also
reformat for consistency.
2013-11-04 15:01:13 -05:00
Asumu Takikawa
89c71b4e04
Refactor abbrev modules in TR
...
Removed redundant whitespace and lines. Reworded/reformatted
comments for consistency.
2013-11-04 15:01:13 -05:00
Vincent St-Amour
9bb80215db
Fix macro stepper icons.
2013-11-04 14:31:35 -05:00
Matthew Flatt
d23d2f8c5b
path-replace-suffix: raise exception when result should be an empty path
2013-11-03 10:04:00 -07:00
Matthew Flatt
afcecc73f1
{string,bytes}->path-element: error on empty [byte] string
2013-11-03 09:57:26 -07:00
Matthew Flatt
dee76b58a9
Scribble LaTeX/PDF: make section references hyperlinks
2013-11-03 09:36:31 -07:00
Matthew Flatt
f6cfd14c5e
shutdown custodian-managed subprocesses on exit
2013-11-03 09:25:15 -07:00
Matthew Flatt
ddd0eb2d9d
distro-build: add support for e-mail report on build
2013-11-03 09:21:59 -07:00
Robby Findler
ab8c4b4375
Fix tests when running on linux
2013-11-03 08:39:05 -06:00
Robby Findler
8a7d828cc5
fix underlay & pinhole combination
...
closes PR 13993
2013-11-02 21:42:08 -05:00
Matthew Flatt
b0c79bfcc5
DrRacket Unix/X: make ".desktop" launch single-instance mode
2013-11-02 20:37:43 -06:00
Matthew Flatt
b431d8fea1
launcher ".desktop" handling: preserve existing Exec=
content
2013-11-02 20:37:36 -06:00
Matthew Flatt
89b89f91a3
racket/gui gtk: log error when -singleInstance
fails
...
Specifically, log an error when "libunique-1.0" is unavailable.
2013-11-02 20:37:36 -06:00
Matthew Flatt
31d6b02d92
configure: DragonFly is like OpenBSD
2013-11-02 20:37:36 -06:00
Matthew Flatt
97d92ddb97
xform: more intrinsics to ignore
2013-11-02 20:37:35 -06:00
Matthew Flatt
fec1c8c115
avoid some compiler warnings
2013-11-02 20:37:35 -06:00
Robby Findler
cf0fa05541
fix a use of collection-path
2013-11-02 21:32:19 -05:00
Robby Findler
d733926357
adjust drracket test suite lib to try to get a better error message in drdr
2013-11-02 21:32:18 -05:00
Robby Findler
86d9a2fff2
fix a use of collection-path
2013-11-02 21:32:17 -05:00
Robby Findler
a2bf105ca3
make me responsible for 2d tests
2013-11-02 21:32:17 -05:00
Robby Findler
ca72f05fca
unbreak 2d lexer test for scribble lexer string=>text change
2013-11-02 21:32:16 -05:00
Juan Francisco Cantero Hurtado
39bcfb5871
drop unneeded #include
...
The "sys/param.h" header was used to check the OpenBSD version.
It's not needed, anymore.
2013-11-02 12:33:12 -06:00
Matthew Flatt
a5c655c716
guide: small edits to concurrency chapter
...
Also, split sections on futures and places into a "parallelism" chapter.
2013-11-02 12:32:46 -06:00
Matthew Flatt
c692f13200
fix docs for wrap-evt
...
The prohibition against `handle-evt` results has been dropped.
2013-11-02 12:32:46 -06:00
David T. Pierson
c5f9cb4984
Add concurrency chapter to the Guide
2013-11-02 12:32:46 -06:00
Robby Findler
cdbe416b09
unbreak TR (more of my stupidity)
2013-11-02 10:04:24 -05:00
Robby Findler
40f7ab2ba4
Sorry all; stupid mistake
...
This reverts commit 90fc899b36
.
This reverts commit 780fb37c0d
.
This reverts commit 9e54b2bc1b
.
This reverts commit 43a584f710
.
2013-11-02 09:51:10 -05:00
Robby Findler
90fc899b36
IN PROGRESS: working on changing the protocol between the
...
expanding place and the drracket place to support sending information
during the expansion process, not just at the end
2013-11-02 09:05:13 -05:00
Sam Tobin-Hochstadt
780fb37c0d
Log types of expressions and fully expanded syntax (before typechecking)
2013-11-02 09:05:11 -05:00