The release process for v6.0.2 will begin in about a week. If
you have any new features that you want in and are relatively close
to being done, now is a good time to do that.
_
Racket Developers list:
http://lists.racket-lang.org/dev
The release process for v6.1 has begun: the `release' branch was
created for any work that is left and is now bumped to v6.0.900.900. You
can go on using the `master' branch as usual, it is now bumped to
v6.1.0.1 (to avoid having two different trees with the same version).
If you have any bug-fix
s should show v6.1 as the most current version; email me
to pick the changes when they're done, or tell me if there are no such
changes.)
* Ryan Culpepper
- Macro Debugger Tests
- syntax-parse Tests
- RackUnit GUI Tests
- Data Tests
- DB Tests
- Rackunit Tests
- SRFI Tests
The release announcement sketch that I have so far is below. Please
mail me new items and/or edits.
--
mflatt:
- ARM JIT: fix software floating-point (ffb0dd52)
- add plumbers (d5b42f8c)
- raco make: improve parallelism (9e3b984
The release announcement draft that I have so far is below. Please
mail me new items and/or edits.
--
Racket v6.1 raises an exception when a local variable is used before
its definition, instead of producing an # value. (Thanks
The release process for v6.1.1 will begin in about a week. If
you have any new features that you want in and are relatively close
to being done, now is a good time to do that.
_
Racket Developers list:
http://lists.racket-lang.org/dev
The release process for v6.1.1 has begun: the `release' branch was
created for any work that is left and is now bumped to v6.1.0.900. You
can go on using the `master' branch as usual, it is now bumped to
v6.1.1.1 (to avoid having two different trees with the same version).
If you have any bug-fi
ORY
(updates should show v6.1.1 as the most current version; email me
to pick the changes when they're done, or tell me if there are no such
changes.)
* Ryan Culpepper
- Macro Debugger Tests
- syntax-parse Tests
- RackUnit GUI Tests
- Data Tests
- DB Tests
- Rackunit Tests
Checklist items for the v6.1.1 release
(using the v6.1.0.900 release candidate build)
Search for your name to find relevant items, reply when you finish an
item (please indicate which item/s is/are done). Also, if you have any
commits that should have been picked, make sure that the changes ar
The release announcement sketch that I have so far is below. Please
mail me new items and/or edits.
--
mflatt:
- optimizations (most from Gustavo Massaccesi) (82ffd405, 25c05d66,
a7a912ee, 1f2f7a1d, d14b4a80, 769c5b6e, 35eb6
The release announcement sketch that I have so far is below. Please
mail me new items and/or edits.
--
Racket version 6.1.1 is now available from
http://racket-lang.org/
* Mac OS X Yosemite: fixed compatibility problems, m
I’ve added a draft of a new release process that takes the repository split
into account. The main difference is that there is no longer a single release
branch under central management; instead, there is a release branch for each
repository, and management responsibilities for package release b
Eli Barzilay wrote:
On Jun 8, Matthias Felleisen wrote:
Can't we just use the examples from our web site in a two-column format?
I think that the expectation is for a more conventional kind of "hello
world" thing. But given that in many repl-based languages that's
going to be just
"hello
On 07/02/2010 11:50 AM, Eli Barzilay wrote:
> On Jul 2, Matthias Felleisen wrote:
>
> [...]
>> I think this really gets at the questions,
>>
>> what is the purpose of a collect?
>>
>> Even if we ignore the distribution idea, it should concern us that
>> we don't have a concise answer for that
ilds will go on as usual (as v5.0.1.1), and
pre-release builds will be available at
http://pre.racket-lang.org/release/
Please tell me if you think that this should be announced on the
users list for wider testing.
--
Ryan Culpepper
_
F
are no such
changes.)
* Casey Klein
- Redex Tests
Updates:
- Redex Updates: update HISTORY
(updates should show v5.0.1 as the most current version; email me
to pick the changes when they're done, or tell me if there are no such
changes.)
* Ryan Culpepper
- Macro Debugger Test
r: check the tour and generate a new one if needed.
[Note: Since this is a v5.0.0.900 build, you will need to edit your
.../collects/framework/private/version.rkt
file and change `(version)' to `"5.0.1"'.]
--
Ryan Culpepper
Eli Barzilay wrote:
The release announcement sketch that I have so far is below. Please
send edits or (changes in order) if you see anything.
Still needed:
Ryan:
* Any public (and documented) syntax/parse & macro debugger
additions?
* macro-debugger/emit?
* GUI for rackunit
Jay McCarthy wrote:
I'd like comments on this addition in response to the blog post we saw
on the list today.
Jay
On Wed, Aug 11, 2010 at 5:40 PM, wrote:
jay has updated `master' from 8dc38e9d84 to e06f0e78b2.
http://git.racket-lang.org/plt/8dc38e9d84..e06f0e78b2
=[ 4 Commits ]
Guillaume Marceau wrote:
Right now, the stepper takes the code from the definition windows and
displays it in a different window, with a different color, with a
different layout, with some brackets turned into parenthesis, and with
the comments are removed. I just opened a simple solution from la
Sam Tobin-Hochstadt wrote:
I'm puzzled by the behavior of the below program. In particular,
`get' doesn't work, but `get2' does, even though the only difference
is the phase at which they're executed. `get' produces the
certificate error:
compile: access from an uncertified context to unexpo
The way the rackunit tool does it (to make the rackunit gui
DrRacket-aware) is to attach a module into the user namespace on every
execution by overriding the 'reset-console' method of
drracket:rep:text%. See rackunit/tool.rkt for the code.
Then you can have a module/teachpack that just requir
On 09/10/2010 04:04 PM, John Clements wrote:
On Sep 10, 2010, at 1:48 PM, Ryan Culpepper wrote:
The way the rackunit tool does it (to make the rackunit gui DrRacket-aware) is
to attach a module into the user namespace on every execution by overriding the
'reset-console'
Robby Findler wrote:
On Mon, Sep 13, 2010 at 4:18 PM, wrote:
a3d1ff4 Ryan Culpepper 2010-09-09 17:29
:
| added contracts (->i) to racket/dict
:
M collects/racket/dict.rkt | 190 -
M collects/unstable/dirs.rkt | 13 ++--
Do you have a benchm
Jay McCarthy wrote:
I didn't see any data/heap tests.
Jay
I still need to add them. Docs, too.
Ryan
_
For list-related administrative tasks:
http://lists.racket-lang.org/listinfo/dev
The release process for v5.0.2 will begin in about two weeks. If
you have any new features that you want in and are relatively close to
being done, now is a good time to do that.
--
Ryan Culpepper
_
For list-related administrative tasks:
http
On 10/05/2010 03:59 PM, John Clements wrote:
A couple of weeks ago, you showed me the trick that rackunit uses to allow
single-instantiation of a modules. I'm now trying to do this
for a planet package, and it looks like I have to change the required module
from being a relative to being an ab
I seem to have mangled my response right before sending it. Here it is
again, hopefully straightened out.
On 10/05/2010 03:59 PM, John Clements wrote:
A couple of weeks ago, you showed me the trick that rackunit uses to allow
single-instantiation of a modules. I'm now trying to do this
for a
John Clements wrote:
On Oct 5, 2010, at 3:25 PM, Ryan Culpepper wrote:
I seem to have mangled my response right before sending it. Here it is again,
hopefully straightened out.
On 10/05/2010 03:59 PM, John Clements wrote:
A couple of weeks ago, you showed me the trick that rackunit uses to
On 10/06/2010 12:37 PM, Everett Morse wrote:
I was just trying to debug a program today that goes through a series of
complex macros. I used Check Syntax so I can see what variables are
bound where (some of which are syntax variables), and when I got stuck I
wanted to see how the macro reduces. I
>> NOW IS THE TIME TO FIX BUGS THAT YOU KNOW ABOUT <<<
The time between the `release' branch creation and the actual release is
for fixing new errors that prevent proper functioning of major
components and that show up during the preparation for
ilds will go on as usual (as v5.0.2.1), and
pre-release builds will be available shortly at
http://pre.racket-lang.org/release/
Please tell me if you think that this should be announced on the
users list for wider testing.
--
Ryan Culpepper
_
F
when they're done, or tell me if there are no such
changes.)
* Casey Klein
- Redex Tests
Updates:
- Redex Updates: update HISTORY
(updates should show v5.0.2 as the most current version; email me
to pick the changes when they're done, or tell me if there are no such
cha
#x27;s are in the installer and they all
load into racket or drracket (as appropriate)
* Sam Tobin-Hochstadt
- Match Tests
- Typed Scheme Tests
* Carl Eastlund
- Dracula Tests (confirm that Dracula runs from PLaneT)
--
Ryan Culpepper
___
On 10/25/2010 02:54 PM, Jon Rafkind wrote:
I would like on-demand compilation of the collects tree. It seems there
are two reasons why it doesn't exist right now
1. building the documentation requires the collects tree to be touched,
so its worthwhile to just compile everything in there
2. users
On 10/27/2010 11:40 PM, Jon Rafkind wrote:
Please find your name below and provide some blurb for the 5.0.2 changelog
Author: Jay McCarthy
- Adding define-datatype to ASL
- PLAI changes
- Webserver changes
Author: Sam Tobin-Hochstadt
Faster loading of TR files?
Author: Ca
I think a function named set-choose should return just the chosen
element. I would call the function below set-split, maybe.
Also, beware that for/first returns #f if the sequence is empty.
Ryan
On 11/11/2010 01:38 PM, Jay McCarthy wrote:
I think it is a good idea. Any objectors?
Jay
On Wed
Eli Barzilay wrote:
A few seconds ago, Matthew Flatt wrote:
At Sat, 11 Dec 2010 18:18:13 -0500, Eli Barzilay wrote:
I've made the syntax be:
(enter! )
where is either `#f', `#t', or `#:reloading'.
Descriptive keywords in place of `#t' and `#f' would be clearer and
would avoid mixing lite
The release process for v5.1 will begin in about two weeks. If
you have any new features that you want in and are relatively close to
being done, now is a good time to do that.
--
Ryan Culpepper
_
For list-related administrative tasks:
http
I caught up on bug assignment from the holidays on Monday, so they were
probably assigned then. I think there were two bugs assigned to the new
contract category, so maybe the problem is in the category's configuration.
If that doesn't sound right, can you send me the PR numbers?
Ryan
On 01/
e two PRs are ones where I was surprised
that I didn't get a message, because my name was already on them.
11587
11548
Robby
On Wed, Jan 5, 2011 at 3:01 PM, Eli Barzilay wrote:
FWIW, the configuration of that category looks fine.
Three hours ago, Ryan Culpepper wrote:
I caught up on bug ass
>> NOW IS THE TIME TO FIX BUGS THAT YOU KNOW ABOUT <<<
The time between the `release' branch creation and the actual release is
for fixing new errors that prevent proper functioning of major
components and that show up during the preparation for
The first problem is a variant of PR 11084, I think.
Ryan
On 01/14/2011 12:40 PM, Casey Klein wrote:
The new, nicely formatted blame messages helped me discover that every
single Redex contract has the wrong negative party. (Admittedly, the
commonly used Redex provides are macros.) There are t
're done, or tell me if there are no such
changes.)
* Casey Klein
- Redex Tests
Updates:
- Redex Updates: update HISTORY
(updates should show v5.1 as the most current version; email me
to pick the changes when they're done, or tell me if there are no such
changes.)
* Ryan Cu
7;static table' link to see a list of all tar files available]
--
Ryan Culpepper
_
For list-related administrative tasks:
http://lists.racket-lang.org/listinfo/dev
On 02/15/2011 07:28 AM, Eli Barzilay wrote:
And finaly, there's the litmus test for existing code:
* Ryan: is something like this enough to implement the GUI layer?
Not well, I think. The Test-Result type in Noel's racktest code is too
simple and inflexible. It represents the minimal essence o
On 02/18/2011 07:30 AM, Eli Barzilay wrote:
50 minutes ago, Ryan Culpepper wrote:
On 02/15/2011 07:28 AM, Eli Barzilay wrote:
And finaly, there's the litmus test for existing code:
* Ryan: is something like this enough to implement the GUI layer?
Not well, I think. The Test-Result ty
On 02/18/2011 02:12 PM, Eli Barzilay wrote:
25 minutes ago, Ryan Culpepper wrote:
On 02/18/2011 07:30 AM, Eli Barzilay wrote:
50 minutes ago, Ryan Culpepper wrote:
On 02/15/2011 07:28 AM, Eli Barzilay wrote:
And finaly, there's the litmus test for existing code:
* Ryan: is something
On 02/20/2011 10:37 AM, Noel Welsh wrote:
Here's a proposal that attempts to synthesise prior discussion. It
support the features I want without imposing overhead on Eli.
I'm starting to think we're going about this the wrong way. I predict
that if we continue, this discussion will devolve int
On 02/20/2011 06:43 PM, Robby Findler wrote:
One thing I would also like to be able to do, based on this
discussion, is make a rackunit/base library that has very minimal
dependencies and provides a minimal testing infrastructure. I'd be
happy with something like check-equal? only at the top-leve
On 02/20/2011 07:52 PM, Robby Findler wrote:
On Sun, Feb 20, 2011 at 8:40 PM, Robby Findler
wrote:
On Sun, Feb 20, 2011 at 7:56 PM, Ryan Culpepper wrote:
On 02/20/2011 06:43 PM, Robby Findler wrote:
One thing I would also like to be able to do, based on this
discussion, is make a rackunit
The release process for v5.1.1 will begin on the 15th of this month.
If you have any new features that you want in and are relatively close
to being done, now is a good time to do that.
--
Ryan Culpepper
_
For list-related administrative tasks
On 04/07/2011 08:31 AM, Matthias Felleisen wrote:
Matthew& Ryan (mostly):
I wrote
(inner (send bag full?))
instead of
(inner (send bag full?) rerack!-enabled?)
and got this error message:
inner: expected an identifier after the keyword and default-value expression
in: (inn
ilds will go on as usual (as v5.1.1.1), and
pre-release builds will be available shortly at
http://pre.racket-lang.org/release/
Please tell me if you think that this should be announced on the
users list for wider testing.
--
Ryan Culpepper
_
F
when they're done, or tell me if there are no such
changes.)
* Casey Klein
- Redex Tests
Updates:
- Redex Updates: update HISTORY
(updates should show v5.1.1 as the most current version; email me
to pick the changes when they're done, or tell me if there are no such
cha
27; source releases
compile fine
- Test that the binary installers for both work, try each one in
both normal and unix-style installation modes. (just ubuntu)
[Note: get the release candidates from the URL in this email. Use
the 'static table' link to see a list o
On 04/24/2011 02:39 PM, Stephen Chang wrote:
Sorry for the stupid question, but I can't seem to retrieve the tests.
Am I using the wrong command?
$ git archive --remote=git://git.racket-lang.org/plt.git release --
collects/tests | tar x
tar: collects/tests/net/websocket/script.js: Cannot open: P
I believe that every directory named tests is dropped when making the
normal distribution, yes.
But most tests already reside in subdirectories of the tests collection,
whereas the new files were all put in tests subdirectories of each
collection directory. So now there is both, eg,
/tests/ma
On 04/25/2011 01:48 AM, Noel Welsh wrote:
On Sun, Apr 24, 2011 at 2:04 AM, Ryan Culpepper wrote:
* Noel Welsh
- Rackunit Tests
- SRFI Tests
- Ensure that all claimed srfi's are in the installer and they all
load into racket or drracket (as appropriate)
I'm goi
On 04/26/2011 03:45 PM, Robby Findler wrote:
I think the only possible ones for me (where "me" in the first line
really means "Carl") that makes it into the big announcement are:
- PLaneT development links are now version-specific
I think this deserves a mention.
What about parametric contr
The new `racket/syntax' library contains facilities useful for writing
macros. The `syntax/srcloc' and `syntx/location' libraries have been
added for manipulating source locations.
The new `ffi/file' library is useful for writing foreign library
bindings that cooperate with Racket's security guar
On 05/04/2011 01:57 PM, Tony Garnock-Jones wrote:
On 2011-05-04 12:04 PM, Matthias Felleisen wrote:
I still believe that the Java implementation (just under 1s without
their 'Google' contract) benefits from typed dispatches.
Maybe it does, but it's almost certain that it is benefiting from inl
On 05/04/2011 04:49 PM, Tony Garnock-Jones wrote:
The attached (highly experimental) patch seems to improve the
performance of normal sends (in the case of a cache hit) by roughly 100%
- 150%. The difference between this mere factor of two improvement and
the factor of six-through-ten I was seein
procedure is
described here:
https://internal.racket-lang.org/releases.html
--
Ryan Culpepper
_
For list-related administrative tasks:
http://lists.racket-lang.org/listinfo/dev
I just pushed a commit intended to improve the usability of the main
documentation page, especially for newcomers to Racket. You can also
see the new version here:
http://www.cs.utah.edu/~ryan/tmp/doc/
If you have a manual in the trunk, I probably changed it
slightly. Take a look at the change
uals"?
Ryan
On 07/01/2011 06:51 PM, Robby Findler wrote:
This looks great to me.
Minor thing: "Low-Level APIs" => "Low-Level API" and the last section
actually can have a name other than "misc" I think.
Robby
On Sat, Jul 2, 2011 at 8:45 AM, Ryan Culp
On 07/06/2011 03:59 AM, Guillaume Marceau wrote:
[...]
[2]If you are the author of a teachpack, please update your error
messages
to match this new style. You can follow the error message completion
guidelines, which are now in the main documentation under the "How to
D
and
pre-release builds will be available shortly at
http://pre.racket-lang.org/release/
Please tell me if you think that this should be announced on the
users list for wider testing.
--
Ryan Culpepper
_
For list-related administrative tasks:
http://lists.racket-lang.org/listinfo/dev
are no such
changes.)
* Casey Klein
- Redex Tests
Updates:
- Redex Updates: update HISTORY
(updates should show v5.1.2 as the most current version; email me
to pick the changes when they're done, or tell me if there are no such
changes.)
* Ryan Culpepper
- Macro Debugger Test
are no such
changes.)
* Eli Barzilay
- Plot Tests
* Carl Eastlund
- Dracula Tests (confirm that Dracula runs from PLaneT)
* Mike Sperber
- Stepper Tests
--
Ryan Culpepper
_
For list-related administrative tasks:
http://lists.racket-lang.org/listinfo/dev
On 08/31/2011 02:51 AM, Paulo J. Matos wrote:
Hi,
I just changes a couple of things in the C code in order to remove some
of the warnings by the C compilers.
How can I ran the available racket tests so I can be more confident that
I didn't break anything?
See /collects/tests/racket/README for
That's a bug. A pattern variable should always be bound to a syntax object.
Ryan
On 09/21/2011 03:39 PM, Casey Klein wrote:
I'm confused by the behavior of syntax/parse pattern variables that
come after dots. Sometimes they're bound to lists and sometimes to
syntax objects.
For example, in th
On 09/21/2011 05:31 PM, Eli Barzilay wrote:
Just now, Jon Rafkind wrote:
On 09/21/2011 05:27 PM, Eli Barzilay wrote:
An hour and a half ago, Jon Rafkind wrote:
How do I see the Honu docs now? I just rebuilt, searching for 'honu'
doesn't find it.
Run `raco docs'.
And then what? Do you see Ho
On 09/21/2011 04:14 PM, Neil Van Dyke wrote:
Ryan Culpepper wrote at 09/21/2011 05:43 PM:
That's a bug. A pattern variable should always be bound to a syntax
object.
This seems to me like a good scenario of one kind of backward
compatibility issue affecting PLaneT.
For example, I think
On 09/27/2011 12:33 AM, Neil Van Dyke wrote:
Did someone decide whether to rename "Help Desk" to "Racket
Documentation", such as on the DrRacket "Help" menu and the "About" dialog?
I still see "Help Desk" in version 5.1.3.10--2011-09-24.
IIRC, multiple textbooks refer to the "Help Desk" menu i
On 09/23/2011 07:17 AM, Carl Eastlund wrote:
On Wed, Sep 21, 2011 at 7:44 PM, Ryan Culpepper wrote:
This particular bug only affects patterns of the form
( . var:expr)
If you've seen pattern variables get non-syntax values in some other way,
please let me know! (BTW, by "patter
On 09/27/2011 07:54 PM, Robby Findler wrote:
On Tue, Sep 27, 2011 at 8:39 PM, wrote:
ryanc has updated `master' from 247a51d5bd to c7f86d276c.
http://git.racket-lang.org/plt/247a51d5bd..c7f86d276c
=[ 5 Commits ]==
The commit log says
I think if I were presented a choice about including "my preferences"
and found out that actually meant "also my command history", I would be
very upset, even if it were opt-in. Even making it possible for the
command history to be included sounds sketchy to me, actually.
Ryan
On 09/27/2011
The release process for v5.2 will begin in about a week. If
you have any new features that you want in and are relatively close
to being done, now is a good time to do that.
--
Ryan Culpepper
_
For list-related administrative tasks:
http
On 10/05/2011 01:13 PM, ntoro...@racket-lang.org wrote:
ntoronto has updated `master' from e1a82481d1 to 32d789d4f8.
http://git.racket-lang.org/plt/e1a82481d1..32d789d4f8
[...]
; fit-int : (number* -> number) (list-of (symbol number)) (list-of (vector
number [number] number number)) ->
On 10/05/2011 02:36 PM, Neil Toronto wrote:
On 10/05/2011 01:44 PM, Ryan Culpepper wrote:
On 10/05/2011 01:13 PM, ntoro...@racket-lang.org wrote:
ntoronto has updated `master' from e1a82481d1 to 32d789d4f8.
http://git.racket-lang.org/plt/e1a82481d1..32d789d4f8
[...]
; fit-int : (n
Yes to both. I plan to create the branch this evening.
Ryan
On 10/07/2011 02:11 PM, Robby Findler wrote:
I guess so, since the branch hasn't been created yet (but it is
supposed to be created today, if we're on schedule).
Robby
On Fri, Oct 7, 2011 at 3:04 PM, John Clements wrote:
On Oct 7
and
pre-release builds will be available shortly at
http://pre.racket-lang.org/release/
Please tell me if you think that this release is significant enough
that it should be announced on the users list for wider testing.
--
Ryan Culpepper
_
For l
ch
changes.)
* Casey Klein
- Redex Tests
Updates:
- Redex Updates: update HISTORY
(updates should show v5.2 as the most current version; email me
to pick the changes when they're done, or tell me if there are no such
changes.)
* Ryan Culpepper
- Macro Debugger Tests
- Syntax
are no such
changes.)
* Kathy Gray
- Test Engine Tests
* Noel Welsh
- Rackunit Tests
- SRFI Tests
- Ensure that all claimed srfi's are in the installer and they all
load into racket or drracket (as appropriate)
--
Ryan Culpepper
__
Looks like it works in 5.0.2 (November 2010) but fails in 5.1 (February
2011).
The ultimate problem seems to be that
deinprogramm/signature/signature-unit uses first from racket/list
(checks list?, ie non-cyclic) rather than mzlib/list (only checks pair?).
Ryan
On 10/20/2011 08:38 PM, Shri
On 10/20/2011 09:14 PM, Shriram Krishnamurthi wrote:
Ryan, I noticed this seems to be a problem in full Racket as well: try
#lang racket
(define web-colors
(shared ([W (cons "white" G)]
[G (cons "grey" W)])
W))
(rest web-colors)
Robby privately wrote to say it should be regar
On 10/20/2011 09:24 PM, Robby Findler wrote:
On Thu, Oct 20, 2011 at 10:11 PM, Ryan Culpepper wrote:
Looks like it works in 5.0.2 (November 2010) but fails in 5.1 (February
2011).
You're talking about in the teaching languages, right?
Right, I was talking about just the teaching lang
Thanks for the report. Your program led me to find *a* bug (a space leak
in the statement finalizer thread). Fixing that bug causes your program
to succeed consistently, but the bug I found should not have caused the
segfault, and I haven't been able to find an underlying problem. I'll
push the
On 11/13/2011 09:21 PM, Sam Tobin-Hochstadt wrote:
Many built-in structure type properties (such as `prop:procedure' and
`prop:set!-transformer') support providing an integer index into the
structure to reference a particular field that should supply the
value. This is a very useful pattern, but
On 11/18/2011 12:13 PM, Neil Toronto wrote:
I've moved this to dev from a private discussion with Doug, who has just
tried the nightly build.
On 11/18/2011 11:43 AM, Williams, Doug wrote:
2) The plot/utils has nan? and infinite?, which are also exported from
the science collection and I had to
On 11/18/2011 12:34 PM, Neil Toronto wrote:
On 11/18/2011 12:22 PM, Ryan Culpepper wrote:
On 11/18/2011 12:13 PM, Neil Toronto wrote:
I've moved this to dev from a private discussion with Doug, who has just
tried the nightly build.
On 11/18/2011 11:43 AM, Williams, Doug wrote:
2) The
On 12/05/2011 12:35 PM, Eli Barzilay wrote:
The icons collection has some issues that need to be resolved:
[...]
* It breaks the dependencies. The error is:
unsatisfied dependency for "dr-bin":
"racket/collects/icons/main.rkt" (in:
"racket/collects/drracket/compiled/syncheck-drr
Dec 7, 2011, at 5:41 PM, Robby Findler wrote:
I asked for someone to do something to give us more time two days ago.
Robby
On Wed, Dec 7, 2011 at 4:36 PM, Ryan Culpepper wrote:
On 12/05/2011 12:35 PM, Eli Barzilay wrote:
The icons collection has some issues that need to be resolved:
[...]
This crash showed up again recently (thanks DrDr!), and this time I
believe I've fixed the real problem: a bytes object that pointed into
storage owned by another bytes object. The fix was to allocate the
storage as 'atomic-interior instead of 'atomic.
Ryan
On 11/13/2011
The release process for v5.2.1 will begin in about a week. If
you have any new features that you want in and are relatively close
to being done, now is a good time to do that.
--
Ryan Culpepper
_
Racket Developers list:
http://lists.racket-lang.org/dev
On 01/07/2012 04:48 PM, Neil Toronto wrote:
I've pushed a change that removes DrRacket's dependence on
`slideshow/pict' (via `icons'), removes the `icons' module, and adds a
new `images' collection. Instead of precompiling SVGs, the new code
ray-traces floating-point ARGB+Z bitmaps; instead of co
and
pre-release builds will be available shortly at
http://pre.racket-lang.org/release/
Please tell me if you think that this release is significant enough
that it should be announced on the users list for wider testing.
--
Ryan Culpepper
_
Racket Developers list:
http://lists.racket-lang.org/dev
Matthias Felleisen
- Teachpacks Tests: check that new teachpacks are addable
- Teachpack Docs: check teachpack docs in the bundles
Updates:
- Teachpack Updates: update HISTORY
(updates should show v5.2.1 as the most current version; email me
to pick the changes when they're done,
On 01/19/2012 10:41 AM, John Clements wrote:
On Jan 17, 2012, at 3:44 PM, Ryan Culpepper wrote:
Checklist items for the v5.2.1 release
(using the v5.2.0.900 release candidate build)
Search for your name to find relevant items, reply when you finish an
item (please indicate which item/s is
1 - 100 of 246 matches
Mail list logo