Jay McCarthy
cd0e0266e2
Starting to store and display curation information
2013-04-04 07:38:57 -06:00
Robby Findler
13d7cc1184
fix careless error
2013-04-04 07:36:33 -05:00
Robby Findler
ecf2b16bf0
refactor the plt installation code in drracket to pull out
...
the GUI wrapper around command-line like utilities
2013-04-03 22:23:26 -05:00
Robby Findler
15abd8f9dd
remove unused require
2013-04-03 22:23:26 -05:00
Eli Barzilay
af027020ba
Adjust tests to x' instead of
×'.
2013-04-03 19:53:58 -04:00
Eli Barzilay
8ffd887847
Test for being able to customize struct printouts.
2013-04-03 18:10:22 -04:00
Eli Barzilay
448a62eae4
Avoid non-ascii character in numeric formats.
2013-04-03 18:10:22 -04:00
Eli Barzilay
a1e31f2f68
mailmap updates & fixes.
2013-04-03 18:10:22 -04:00
Danny Yoo
6e32a25253
Defensively check pos before subtraction in module-reader.rkt.
2013-04-03 14:26:16 -06:00
Eric Dobson
04ef9db1b3
Turn dynamic-requires into lazy-requires in TR.
...
Closes PR 13621.
2013-04-03 09:49:40 -07:00
Eric Dobson
6c2e75ac7e
Make +,*,min,max support precise unary types.
...
Closes PR 13563.
2013-04-03 09:33:02 -07:00
Eric Dobson
0e0f1cd670
Adds subtyping for filters, and fixes -FS to be more precise.
...
Closes PR 12817.
2013-04-03 09:25:28 -07:00
Robby Findler
cce76eba00
fix bug in untar when unpacking a tar file with top-level files
2013-04-03 10:18:02 -05:00
Robby Findler
77a1b55c32
hide the testing of the close parens with an edit-sequence
2013-04-02 21:26:43 -05:00
Robby Findler
944602440c
add response/output
2013-04-02 21:26:32 -05:00
Vincent St-Amour
ffc90239d0
Fix test for new complex division.
2013-04-02 17:32:29 -04:00
Tony Garnock-Jones
c5df74f662
Show the offending value when a TR-introduced Any contract fails
2013-04-02 16:29:11 -04:00
Tony Garnock-Jones
f2616b934c
Avoid stripping location information from syntax object in warning message.
2013-04-02 16:29:11 -04:00
Vincent St-Amour
b808d2809e
Fix optimization on exp of complex numbers.
...
Found using random testing.
2013-04-02 16:29:11 -04:00
Vincent St-Amour
8948388ec5
Fix another unsafe optimization of unsafe-fxmodulo.
...
Found using random testing.
2013-04-02 16:29:10 -04:00
Vincent St-Amour
f66ee7088f
Fix type of tanh.
...
Found using random testing.
2013-04-02 16:29:10 -04:00
Vincent St-Amour
ed12b64bf7
Fix type of sinh.
...
Found using random testing.
2013-04-02 16:29:09 -04:00
Vincent St-Amour
51c94e26d3
Increase timeout for TR random tester.
2013-04-02 16:29:09 -04:00
Vincent St-Amour
6e10dd6a4d
Imitate untyped division more closely.
...
Found using random testing.
2013-04-02 16:29:08 -04:00
Vincent St-Amour
5f9bcbca49
Abstract unboxing of complex division.
2013-04-02 16:29:08 -04:00
Vincent St-Amour
ca63915693
Fix coercions from single-floats to floats.
...
Found using random testing.
2013-04-02 16:29:07 -04:00
Vincent St-Amour
77b89fab99
Reimplement unboxing of complex division.
...
Add special cases to be consistent with untyped Racket.
Found using random testing.
2013-04-02 16:29:06 -04:00
Matthew Flatt
8c89451fbb
configure: libffi after pthread
...
On OpenBSD, for example, the libffi link test doesn't work until
"-pthread" is in $LIBS.
Also, make `configure' complain if `--enable-libffi' is specified
and linking to libffi fails.
2013-04-02 06:06:56 -06:00
Eric Dobson
3d49087ea3
Fix parsing of dotted rest when there is an expected type.
...
Closes PR 13646.
2013-04-01 22:17:32 -07:00
Robby Findler
5669c372b2
fix a docs bug
...
(and change a case-lambda to a regular lambda)
2013-04-01 22:39:22 -05:00
Robby Findler
5a85af78ac
add contracts to the "with-" macros in redex/pict
2013-04-01 22:39:21 -05:00
Vincent St-Amour
c8c6341970
Simplify type.
2013-04-01 14:44:32 -04:00
Vincent St-Amour
92c4c70e7a
Fix type of lcm.
...
Found using random testing.
2013-04-01 14:44:32 -04:00
Vincent St-Amour
70a8b79d0e
Re-enable testing of hyperbolic trigonometry functions.
2013-04-01 14:44:31 -04:00
Vincent St-Amour
990fa87a2e
Add random testing for complexes.
...
Fix a bug it found.
2013-04-01 14:44:31 -04:00
Vincent St-Amour
ca2e6bd769
Sometimes generate random integers.
2013-04-01 14:44:31 -04:00
Vincent St-Amour
3e9595e910
Factor out grammar to generate well-typed terms with higher probability.
...
Allows us to test integer-specific functions.
2013-04-01 14:44:31 -04:00
Vincent St-Amour
f7e8b090e6
Fix types of bitwise-and and bitwise-xor.
...
Found with random testing.
2013-04-01 14:44:31 -04:00
Matthias Felleisen
ab663b4833
bring code to old state, make consistent with docs, Closes PR 13642 again
2013-04-01 12:10:27 -04:00
Matthew Flatt
b78982fe6a
racket/cmdline: fix problem with arity checking
...
Extra normalization due to 59b1e32fe9
exposed the bug.
2013-03-31 20:29:23 -06:00
Eric Dobson
5d8f470e0b
Remove dependency on GUI libraries.
2013-03-31 11:43:08 -07:00
Eric Dobson
eeeceedb8c
Reimplement for*/list: in TR so that it works.
...
Closes PR 13253.
2013-03-31 10:40:21 -07:00
Eric Dobson
b637c24d88
Improve type of expt since inference is bad.
...
Closes PR 13383.
2013-03-31 10:39:36 -07:00
Eric Dobson
ecec724747
Add testcase for sibling modules.
...
Closes PR 13155.
2013-03-31 10:39:16 -07:00
Carl Eastlund
df00bbb194
Updated contracts for arity-related functions.
...
Added contract checking to arity=?, arity-includes?, and normalized-arity.
Removed contract checking from normalize-arity to make it a total predicate.
Updated documentation for normalize-arity to reflect this change.
2013-03-31 13:36:07 -04:00
Carl Eastlund
f509420662
Removed unnecessary duplication of normalize-arity.
2013-03-31 13:36:06 -04:00
Carl Eastlund
aaa99d565d
Documented normalized-arity?, arity=?, and arity-includes?.
2013-03-31 13:36:06 -04:00
Carl Eastlund
636f8a91dc
Moved normalized-arity?, arity=?, and arity-includes? into racket/function.
2013-03-31 13:36:06 -04:00
Carl Eastlund
4dd011aa09
Added documentation for normalize-arity.
2013-03-31 13:36:05 -04:00
Carl Eastlund
e356c660ea
Re-provide normalize-arity from racket/function.
2013-03-31 13:36:05 -04:00