Jay McCarthy
8b08258c34
Another friendly error message for weak sauce users
2013-10-15 10:38:27 -06:00
Jay McCarthy
add6166fad
Adding noun re PR13885
2013-10-15 10:38:27 -06:00
Jay McCarthy
9cba5e6e90
Fixing PR14062
2013-10-15 10:38:26 -06:00
Jay McCarthy
c2072f96b2
Adding helpful print out
2013-10-15 10:38:26 -06:00
Jay McCarthy
0a336024a9
Restoring old decoding behavior of net/url and allowing future compatibility by parameterizing what is accepted
2013-10-15 10:38:26 -06:00
Jay McCarthy
f8d3d6c81b
Fixing PR14098
2013-10-15 10:38:26 -06:00
Jay McCarthy
6a6b46031b
Moved this to the wrong place
2013-10-15 10:38:26 -06:00
Jay McCarthy
fe6b8f46b1
Fixing PR14096
2013-10-15 10:38:26 -06:00
Jay McCarthy
bf02c9bc84
Enabling tests and fixing them
2013-10-15 10:38:26 -06:00
Jay McCarthy
d74c3f2402
Re-enabling DrDr test of base
2013-10-15 10:38:26 -06:00
Jay McCarthy
11b784236e
Racket now works, but was broken before
2013-10-15 10:38:26 -06:00
Jay McCarthy
e6e95f1029
Base now works, but was broken before
2013-10-15 10:38:26 -06:00
Robby Findler
a460ab960c
adjust image docs to use svg instead of png
2013-10-15 11:30:34 -05:00
Robby Findler
6e062466a0
support svg-bytes for 2htdp/image images
2013-10-15 11:30:33 -05:00
Robby Findler
5508e4fc58
add svg-bytes to the file/convertible docs as a standard request
...
also, bring convertible.scrbl down below 102 columns
2013-10-15 11:30:33 -05:00
Robby Findler
3ab82a7f8d
adjust scribble html renderer to fall back from svg to png
...
and vice-versa
2013-10-15 11:30:32 -05:00
Matthew Flatt
3a9ad7746b
OpenBSD: another approach to finding stack bounds
...
OpenBSD provides pthread_stackseg_np(), which directly reports
the stack-bounds information that Racket needs, so we can use
that instead of the approach used on other Unix variants. The
approach used for other Unix variants seems not to work for OpenBSD
because the stack location at the point that main() is called
is already significantly far from the stack base (on the order
of 100k on a 32-bit system in my test using OpenBSD 5.2).
2013-10-15 08:59:06 -06:00
Matthew Flatt
91ac5138ca
raco pkg: fix access of 'default version info
...
Includes repair to `raco pkg catalog-show` to use the 'version table
in a package description.
2013-10-15 07:22:31 -06:00
Jay McCarthy
1b49fe6ba3
Move test to mark that it is supposed to fail
2013-10-15 07:19:36 -06:00
Jay McCarthy
0b9098eb1c
Fix props
2013-10-15 07:19:36 -06:00
Jay McCarthy
b7fb67233a
More atom info
2013-10-15 07:19:36 -06:00
Jay McCarthy
6fadb54ed3
Version sort
2013-10-15 07:19:36 -06:00
Jay McCarthy
5827e2aaac
Showing deps, conflicts, and modules
2013-10-15 07:19:36 -06:00
Jay McCarthy
3954ead8e7
Generate info files for 5.3.6 correctly
2013-10-15 07:19:36 -06:00
Jay McCarthy
243533ba61
Give a more friendly message
2013-10-15 07:19:36 -06:00
Jay McCarthy
c53fa19f1f
Confirm login and allow reset
2013-10-15 07:19:36 -06:00
Jay McCarthy
6380adeed3
sorting by last update
2013-10-15 07:19:36 -06:00
Jay McCarthy
2bae74fd8c
Showing checksum error
2013-10-15 07:19:36 -06:00
Jay McCarthy
3f8cd3fde3
Fixing some S3/gzip stuff and add package removal
2013-10-15 07:19:36 -06:00
Jay McCarthy
01fdd9bc0e
Fixing a few things for new packages
2013-10-15 07:19:36 -06:00
Jay McCarthy
6c505cedb2
Fixing dynamic host because SSL cert isn't in place
2013-10-15 07:19:35 -06:00
Jay McCarthy
780d29f114
Fixing references now that DNS is in place
2013-10-15 07:19:35 -06:00
Ambrose Bonnaire-Sergeant
51a3094fdc
Typo in comment
2013-10-15 13:58:23 +08:00
Matthew Flatt
eb42f25a4e
Windows: pass current directory CreateProcess instead of setting
...
Avoids races setting/using a process-wide current directory,
and avoids locking the directory that was most recently used to
start a subprocess.
2013-10-14 21:28:08 -06:00
Matthew Flatt
304d72fc6f
raco pkg install: work around un-deletable directories
...
When installing a package "P" and the usual directory already exists
and cannot be deleted, then use the path "P+1", etc., and record the
alternate path in the package database.
2013-10-14 21:06:49 -06:00
Matthew Flatt
a2e75d1ff2
{copy/delete}-directory/files: raise "not dir or file" as exn:fail:filesystem
...
When a bad path is encountered, the problem should count as a filesystem
exception so that it can be caught with other filesystem exceptions.
2013-10-14 18:18:33 -06:00
Matthew Flatt
b83373d6a4
fix error typo
2013-10-14 18:18:33 -06:00
Robby Findler
66683cdffe
a start on a variant of match-a-pattern
...
that allows you to avoid enumerating the
non-recursive pattterns (and use an else clause)
2013-10-14 19:00:24 -05:00
Jens Axel Søgaard
1bb4eb8879
Changed behaviour of render-part-content with respect to html-render-pict-as
2013-10-15 00:23:24 +02:00
Jens Axel Søgaard
c5ccedc086
Fix default for html-render-pict-as
2013-10-14 23:28:29 +02:00
Matthew Flatt
e0c143ff33
fix problems with pipe limits
...
A pipe's limit is supposed to apply only to unpeeked bytes, but
there were problems related to triggering further writes after
a peek, and also triggering further reads after a partial
write.
2013-10-14 14:46:09 -06:00
Jens Axel Søgaard
2bc58b5663
Use html-render-pict-as to control whether html-render uses pngs or svgs
2013-10-14 22:25:57 +02:00
Robby Findler
f30c6f2fbd
adjust 'move tab left/right' keybindings to avoid
...
begin the same as browser tab switching
2013-10-14 14:16:54 -05:00
Sam Tobin-Hochstadt
4a542969c7
Make 'raco pkg install' with no arguments install the current directory.
...
This is useful for telling people how to install a new pkg, from
GitHub or elsewhere: just get the files, and then do
`raco pkg install` in the relevant directory.
Also, both cabal (the Haskell package manager) and npm (the node.js
package manager) behave this way.
To explicitly get the old behavior, specify the sources as
`--pkgs pkg-srcs ...`. This is useful in scripts, when `pkg-srcs`
might be empty.
2013-10-14 14:06:47 -04:00
Jens Axel Søgaard
eca9e16b96
Avoid creating temporary file
2013-10-14 18:46:44 +02:00
Jens Axel Søgaard
5ed686d991
Added pict to svg conversion. Added parameter to Scribble's html renderer to control choice between png and svg.
2013-10-14 17:44:37 +02:00
Max New
cfcc3dc852
Fix typo in for documentation
2013-10-14 00:59:57 -05:00
Max New
b182fe2c2c
Add new test for redex production sort.
...
Running on the previous version caused unbounded recursion.
2013-10-13 19:10:56 -05:00
Max New
d0c73c12ab
Smarter production sort in redex nts
2013-10-13 19:10:55 -05:00
Max New
91281c2e36
Cleanup preprocess-lang
2013-10-13 19:10:55 -05:00