Kevin Tew
e1399f3d14
Fix early compilation of racket
2010-07-05 08:35:08 -06:00
Matthew Flatt
e316fd3bf9
fix parallel build location of main executable
2010-07-04 12:42:08 -06:00
Kevin Tew
35c28f4f66
Parallel collects build (process-based) "raco setup -u"
2010-07-02 14:27:08 -06:00
Robby Findler
e105d191b1
Adjusted 'raco setup' so that the arguments are collections (left setup-plt alone)
2010-06-21 16:58:32 -05:00
Sam Tobin-Hochstadt
ab70fed8a8
Scheme -> Racket in styles
...
Scribble style names.
.tex and .css files
2010-06-08 16:40:47 -04:00
Matthew Flatt
32297601b6
use simple-form-path more consistently for path normalization
...
--- a reversal of opinion from my earlier commit; the problem
with syntactic simplification is that it may not refer to the
same file, due to soft links; given that true normalization is
impossible, simplify-path and simple-form-path provide a good
compromise between preserving paths as given and exanding
soft links as neede
2010-06-03 17:23:14 -06:00
Matthew Flatt
7e08ef7064
fix mismatched path normalizations in `raco setup'
...
A mixture of filesystem-insensitive `simplify-path', filesystem-sensitive
`simplify-path', and `normalize-path' was used in different parts
of `raco setup'. This causes a mismatch, for example, when a Planet
hard link uses a path that is a symlink.
In general, I think filesystem-insensitive simplification (i.e., syntactic
simplification) is the right choice for comparing paths, so that is now
used consistently.
2010-06-03 13:58:46 -06:00
Eli Barzilay
b47569930e
Fix readme.txt -> README in unix installer
2010-06-02 10:08:14 -04:00
Eli Barzilay
d0ecc73df5
More plt-scheme -> racket-lang, specifically for planet and bugs urls.
2010-05-31 15:11:27 -04:00
Matthew Flatt
3ded8c30d4
fix raco setup and raco planet removal of bytecode
...
Closes PR 10941
2010-05-28 10:44:14 -06:00
Matthew Flatt
7442f14305
fix problems with raco exe
...
Merge to v5.0
2010-05-26 17:07:09 -06:00
Matthew Flatt
923ff555d9
Fix problems with DESTDIR patching
...
Merge to v5.0
2010-05-26 17:07:09 -06:00
Matthew Flatt
a8130eb7c3
fix typo in unixstyle-install
2010-05-26 14:27:37 -06:00
Eli Barzilay
8675dc69af
The uninstaller is called "uninstall-racket", a few more "plt" leftovers.
2010-05-26 15:47:08 -04:00
Eli Barzilay
920870966f
Fix the starter executable too.
2010-05-26 15:44:12 -04:00
Matthew Flatt
8b7c8d08bd
add fix-point finding traverse pass to Scribble
2010-05-21 19:40:33 -06:00
Eli Barzilay
9c352f5704
More svn -> git changes.
...
Some mentions of svn/subversion are replaced with git, and some patterns
for paths to ignore include ".git*". (Note ".mailmap" not added, might
need to.)
2010-05-17 05:41:04 -04:00
Eli Barzilay
2d9601089d
A lot of "MzScheme" -> "Racket"s.
2010-05-16 18:26:26 -04:00
Eli Barzilay
c12874661f
make the winvers tweaker use and modify files with the new names
2010-05-15 18:37:13 -04:00
Matthew Flatt
6027eb9627
fix raco setup handling of info.rkt by adding a namespace argument to get-info
2010-05-06 07:21:54 -06:00
Matthew Flatt
282bc9d787
compile/use info.rkt bytecode same as for setup implementation, instead of always disabling bytecode for info.rkt
2010-05-04 14:48:15 -06:00
Matthew Flatt
9350df36b6
fix cm sha1 problem
2010-05-04 12:36:02 -06:00
Matthew Flatt
0f8c152b6d
drscheme manual -> drracket manual; speed up raco setup pre-bootstrap
2010-05-04 11:49:41 -06:00
Matthew Flatt
17c1dc1ab9
SHA-1-based checking of doc dependencies
2010-04-30 16:30:11 -06:00
Matthew Flatt
259edc0780
tweak way that setup-plt forces GCs
2010-04-30 16:30:11 -06:00
Matthew Flatt
3db8dd7c26
SHA1-based shortcut for compiler/cm
2010-04-30 16:30:10 -06:00
Matthew Flatt
79e52c67bc
make 'raco help <command>' work
2010-04-28 06:28:39 -06:00
Matthew Flatt
9347295c5b
fix raco setup PDF-rendering banner
2010-04-28 06:14:02 -06:00
Matthew Flatt
7708109ea5
have raco setup create launchers before docs
2010-04-27 19:56:20 -06:00
Matthew Flatt
28b4043077
rename all files .ss -> .rkt
2010-04-27 16:50:15 -06:00
Robby Findler
05df75f935
Merge branch 'master' of git:plt
2010-04-27 09:20:17 -05:00
Robby Findler
a228fa6527
made get-info/full work with info.rkt files
2010-04-26 20:49:13 -05:00
Matthew Flatt
22470e4147
racket-tool -> raco
2010-04-24 07:46:56 -06:00
Jay McCarthy
8e37ccb1bc
Adding .git to ignore list
2010-04-22 14:40:23 -06:00
Matthew Flatt
c862eb8121
rico -> racket-tool
2010-04-21 14:24:07 -06:00
Matthew Flatt
c95a398754
move most of the 'scheme' collection to the 'racket' collection
2010-04-20 15:24:48 -06:00
Matthew Flatt
0f0a59732e
create core binaries as 'racket' and 'gracket'
2010-04-15 21:15:57 -04:00
Carl Eastlund
d03aed44fd
* unstable/srcloc.ss
...
Added `update-source-location', which provides keyword-based functional update
for source location representations.
Removed automatic collection-relative printing for source locations.
* unstable/location.ss
Made `quote-srcloc' and its related forms all automatically use source locations
relative to collections and/or planet, where appropriate, and to compute
source locations dynamically if they cannot be made relative.
Removed #:module-source argument from `quote-srcloc'.
Changed `quote-module-path' and `quote-module-name' to use source file name
extensions.
Removed `quote-module-source'. I'm not sure what the use case is for
generating a resolved module path that doesn't correspond to a real module.
* unstable/dirs.ss
Implemented `path->directory-relative-string' for rendering a path to a string
that is relative to one of a list of given directories, with associated
abbreviations for each.
* unstable/scribblings/unstable.scrbl
* unstable/scribblings/srcloc.scrbl
* unstable/scribblings/dirs.scrbl
Documented the above changes.
* scheme/contract/private/provide.ss
* scheme/contract/private/base.ss
Changed contract forms to always blame a module path where appropriate.
Removed use of #:module-source option for `quote-srcloc'.
* setup/private/path-utils.ss
Updated `path->name' to use more general `path->directory-relative-string'.
svn: r18816
2010-04-14 17:49:29 +00:00
Matthew Flatt
d436f1deb3
fix setup-plt doc rendering
...
svn: r18758
2010-04-08 02:06:02 +00:00
Kevin Tew
63b819ce74
[setup-unit] cleanup ccs-to-compile, move invocations to bottom of unit
...
svn: r18741
2010-04-06 20:56:28 +00:00
Kevin Tew
19ed8d9bbf
refactor setup-unit make-zo
...
svn: r18738
2010-04-06 16:35:28 +00:00
Matthew Flatt
fdba97b1c0
rico
...
svn: r18733
2010-04-04 15:08:35 +00:00
Matthew Flatt
b5cada4811
suppress setup-plt scribble 'using' messages, unless in verbose mode
...
svn: r17868
2010-01-28 18:56:21 +00:00
Eli Barzilay
6d19862ce7
use some new stuffs
...
svn: r17031
2009-11-24 08:36:42 +00:00
Eli Barzilay
e9019eb6d9
nicer display for variants
...
svn: r17029
2009-11-24 08:09:20 +00:00
Matthew Flatt
5bba93dd09
have setup-plt remove old .dep files in addition to old .zo files
...
svn: r16786
2009-11-15 14:29:28 +00:00
Eli Barzilay
a68c6c8005
Ignore duplicate collection specified, including ones that are
...
implicitly specified because they're a subcollection of another that is
specified.
svn: r16555
2009-11-05 08:51:29 +00:00
Eli Barzilay
eb3dacaac5
finally restored check-again-all, using file-or-directory-identity
...
svn: r16548
2009-11-04 20:57:13 +00:00
Eli Barzilay
57f74b3300
scheme/base is better
...
svn: r16242
2009-10-05 04:38:54 +00:00
Eli Barzilay
7eb822f03a
forgot leftover
...
svn: r16241
2009-10-05 04:37:47 +00:00
Eli Barzilay
e499c32435
mzscheme -> scheme
...
svn: r16240
2009-10-05 04:36:22 +00:00
Eli Barzilay
b0e8fac1f8
mzscheme -> scheme
...
svn: r16239
2009-10-05 04:34:04 +00:00
Matthew Flatt
eab6803895
change sandbox to allow read from the planet directory; delay some path calculations in other libraries to avoid sandbox prohibitions (but the ones in Scribble seem like too much)
...
svn: r16122
2009-09-24 14:54:15 +00:00
Matthew Flatt
ebcacaa06d
remove debugging printf (merge to 4.2.2)
...
svn: r16058
2009-09-17 23:09:51 +00:00
Matthew Flatt
3ebbd56865
fix cm problem tracking reader dependencies; add 'reader' reader language
...
svn: r15907
2009-09-08 00:07:11 +00:00
Robby Findler
33680c1b9c
fixed bug where non-existent planet development paths would break setup-plt
...
svn: r15884
2009-09-05 10:17:55 +00:00
Matthew Flatt
f37c71c6ee
setup-plt -D skips compilation of .scrbl files
...
svn: r15727
2009-08-13 16:24:33 +00:00
Matthew Flatt
6a71aca994
fix Ctl-C handling on setup PLT to not trigger bootstrap mode
...
svn: r15624
2009-07-29 19:03:35 +00:00
Eli Barzilay
388c62194b
Disabled duplicate checking code for now, see comment.
...
svn: r15603
2009-07-28 17:00:05 +00:00
Eli Barzilay
8117217012
always use "/"s to create the collection "names" that are used for identification
...
svn: r15600
2009-07-28 14:52:55 +00:00
Eli Barzilay
66ab1f15ff
better comment
...
svn: r15599
2009-07-28 14:49:59 +00:00
Eli Barzilay
d1f78ae378
Split collection names that come from specified collections on "/"s.
...
The code in "setup-cmdline.ss" makes sure that they all look like a
require specification, which means that they *are* separated by "/"s,
and not, for example, "\"s on windows.
svn: r15598
2009-07-28 14:35:38 +00:00
Eli Barzilay
50ea3d91fe
show the two problematic collection names
...
svn: r15596
2009-07-28 12:46:12 +00:00
Matthew Flatt
229e2636de
change scribble 'variant' to 'property'; add contracts in scribble/decode
...
svn: r15581
2009-07-27 03:55:43 +00:00
Matthew Flatt
345c17e85c
major Scribble revision (v4.2.1.2)
...
svn: r15569
2009-07-25 20:25:33 +00:00
Jay McCarthy
a6312e8050
DrDr props and stderr removal
...
svn: r15477
2009-07-17 17:59:36 +00:00
Matthew Flatt
38ba01ed96
fix re-write of in.sxref when a collection disappears
...
svn: r15248
2009-06-23 22:51:13 +00:00
Matthew Flatt
53a011cf65
adjust planet client to handle nested planet invocations by re-building the doc index only once
...
svn: r15246
2009-06-23 22:02:07 +00:00
Matthew Flatt
cc32f3eea2
fix problems with get-info use by setup-plt
...
svn: r15242
2009-06-23 13:26:07 +00:00
Matthew Flatt
c25ca25320
change get-info to use a separate namespace; add make-eval-factory and make-base-eval-factory
...
svn: r15205
2009-06-18 10:35:13 +00:00
Matthew Flatt
fc115693f4
change zo-compiler cm trace-output to stick to a port, which avoids confusing output when installing nested Planet packages
...
svn: r15194
2009-06-17 05:58:26 +00:00
Eli Barzilay
b99fcf27c6
better comment
...
svn: r15190
2009-06-16 19:46:41 +00:00
Eli Barzilay
dd2b287309
Hack around problem, see comment
...
svn: r15189
2009-06-16 17:32:19 +00:00
Eli Barzilay
66c855c2d3
Switch language readers to #lang s-exp
...
svn: r15188
2009-06-16 17:13:51 +00:00
Eli Barzilay
e0bab0cea2
* Added setup/private/lib-roots as a place to decide what directory is
...
considered a library. For now, hacked with the collects and planet
roots (and planet links), with a fixed number of directory sublevels
from them.
* setup/private/omitted-paths is simplified by reusing this code to
get the roots.
* drscheme/private/module-browser uses this to always show requires
from the same library, even for lib or planet requires.
svn: r15058
2009-06-02 18:48:57 +00:00
Eli Barzilay
438ad9865a
reformat, use hash-ref!
...
svn: r15044
2009-06-01 20:28:10 +00:00
Eli Barzilay
bb823bbb3b
don't die on a ".../plt/collects" path
...
svn: r15043
2009-06-01 20:16:40 +00:00
Matthew Flatt
93931723f4
Thomas Deniau's patch to match unix-style install work for Mac OS X mzscheme
...
svn: r14959
2009-05-23 14:04:39 +00:00
Eli Barzilay
b827890ba5
nicer looking output
...
svn: r13928
2009-03-03 22:20:13 +00:00
Eli Barzilay
098cad9135
setup uses the pdflatex iterator from scribble/private/run-pdflatex
...
svn: r13918
2009-03-03 17:38:46 +00:00
Matthew Flatt
ce79598a4a
add body id tag support to Scribble
...
svn: r13801
2009-02-23 12:48:30 +00:00
Matthew Flatt
f27f1f7223
do not normalize 'exec-file paths, because the existence of a path changes how the PATH envvar is used
...
svn: r13395
2009-02-03 21:25:38 +00:00
Matthew Flatt
1fa53fc4bf
Dave's patch to avoid out.xref warnings (a hack around the handin-server doc problem)
...
svn: r12649
2008-11-30 14:22:28 +00:00
Matthew Flatt
37aae202c5
speed up doc build a little; fix bugs related to getting continuation marks from a thread and using the errortrace profiler
...
svn: r12237
2008-11-04 23:32:44 +00:00
Matthew Flatt
95bedb17fb
change contracts to reflect context via #%variable-reference instead of syntax objects; add id-less #%variable-reference form; drop link to unneeded CPort objects in delayed thunks; streamline some modules that tend to show up in deep phases
...
svn: r12231
2008-11-04 14:24:12 +00:00
Matthew Flatt
81dfc14cc6
remove search box for Scribble HTML output unless requested; move some hardwired styles to CSS file
...
svn: r12029
2008-10-14 01:53:34 +00:00
Matthew Flatt
b46a5091ba
fix change that avoids re-running documents just to get xref information when the .sxref files are up-to-date
...
svn: r11993
2008-10-12 01:49:42 +00:00
Matthew Flatt
95fa65b7b3
fix great awlful memory leak in scribble's collect phase (which was exposed most clearly by the web-server tutorial); change in.sxref to be use fasl (bytecode) format
...
svn: r11989
2008-10-11 14:50:22 +00:00
Robby Findler
cde0dc2566
svn: r11843
2008-09-23 13:56:47 +00:00
Matthew Flatt
5a717903ea
setup scribble: fix depends-on-everything dependencies when a collection is removed
...
svn: r11382
2008-08-22 13:03:50 +00:00
Eli Barzilay
59041963ca
typo
...
svn: r11379
2008-08-22 11:33:15 +00:00
Eli Barzilay
a8ce7f6fe3
v4-ized, and use "mzscheme.exe" on cygwin
...
svn: r11364
2008-08-21 09:55:37 +00:00
Matthew Flatt
6516518ae5
fix cm-accomplice and avoid redundant reader-module dependencies
...
svn: r11354
2008-08-20 13:29:42 +00:00
Eli Barzilay
825a660254
deal with planet hard links
...
svn: r11352
2008-08-20 06:30:30 +00:00
Eli Barzilay
cdc45a3e64
refactored, and made the roots return the implicitly ignored directories still (so setup-plt doesnt try to compile .svn)
...
svn: r11350
2008-08-20 02:19:41 +00:00
Matthew Flatt
9137d5367e
set appripriate reader parameters for info.ss and .sxref files
...
svn: r11349
2008-08-20 01:15:22 +00:00
Eli Barzilay
fb56a59571
fix main-relative->path* (check and throw a type error) and fix the doc accordingly, do path->main-relative* too
...
svn: r11336
2008-08-19 17:10:50 +00:00
Eli Barzilay
850af38cfe
* Added `setup/private/omitted-paths' as a central point for getting
...
omitted paths -- including entries from parent directories
* This code automatically includes "compiled", ".*" and "doc" (unless
in the main tree), which nicely unifies the pieces of code that
duplicated this check (compiler/compiler-unit and setup/setup-unit).
svn: r11324
2008-08-19 10:28:22 +00:00
Eli Barzilay
2a16188855
svn: r11323
2008-08-19 05:04:21 +00:00
Eli Barzilay
156d3364df
better use of new sort
...
svn: r11321
2008-08-19 04:55:32 +00:00