It was working on the same machine the next day. So, it may have been a
cache issue or some other transient.
On Saturday, July 28, 2012, Eli Barzilay wrote:
> Is it possible that this is something that is resolved by a forced
> refresh? if not, what's tthe url is not found?
>
>
> On Wednesday, D
Is it possible that this is something that is resolved by a forced
refresh? if not, what's tthe url is not found?
On Wednesday, Doug Williams wrote:
> The download page still failed with the same error. The static page
> worked fine.
>
> On Wed, Jul 25, 2012 at 8:24 AM, Ryan Culpepper wrote:
>
I downloaded the pre-release built Thursday, July 26, 2012, 13:30 EDT,
which had the same filename as the previous version. I get exactly the
same crash on Windows XP 32-bit as before.
Doug
On Thu, Jul 26, 2012 at 3:13 PM, Ryan Culpepper wrote:
> Doug: Can you test your program again with the re
Ryan Culpepper writes:
> * Mike Sperber
> - DMdA Tests
> - Stepper Tests
> - Signature Tests
Done.
--
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
_
Racket Developers list:
http://lists.racket-lang.org/dev
Doug: Can you test your program again with the release build that just
completed? (Sorry it wasn't available sooner.)
Ryan
On 07/25/2012 02:39 PM, Doug Williams wrote:
And one last post on this. Now it is reliably running. I'm assuming
once I got a .zo of the offending module actually built, f
> * Danny Yoo
> - Whalesong Tests (confirm that Whalesong runs from PLaneT)
Just wanted to confirm that Whalesong in development is running under 5.2.900.
_
Racket Developers list:
http://lists.racket-lang.org/dev
On Jul 25, 2012, at 4:28 PM, Ryan Culpepper wrote:
>
> * John Clements
> - Stepper Tests
Done.
> Updates:
> - Stepper Updates: update HISTORY
> (updates should show v5.3 as the most current version; email me
> to pick the changes when they're done, or tell me if there are no such
> chan
At Wed, 25 Jul 2012 16:28:29 -0400, Ryan Culpepper wrote:
> * Matthew Flatt
>- JPR's test suite
>- Run COM tests
>- Try compiling with -funsigned-char
Passed.
>Updates:
>- Update man pages in racket/man/man1: racket.1, gracket.1, raco.1
Done (no changes).
__
On Jul 24, 2012, at 11:03 AM, Ryan Culpepper wrote:
> * Stephen Bloch
> - Picturing Programs Tests
Clean.
Stephen Bloch
sbl...@adelphi.edu
_
Racket Developers list:
http://lists.racket-lang.org/dev
> * John Clements
> - Stepper Tests
Passing.
> Updates:
> - Stepper Updates: update HISTORY
> (updates should show v5.3 as the most current version; email me
> to pick the changes when they're done, or tell me if there are no such
> changes.)
Did not do this.
> * Stephen Chang
> -
There is a new release build available that includes commits from the
last two days.
(Doug: This build does not include the reversions I mentioned earlier.
I'll start a build later this afternoon for those.)
--> Release candidates are at
--> http://pre.racket-lang.org/release/installers
___
Checklist items for the v5.3 release
(using the v5.2.900.1 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 are
On 07/25/2012 04:00 PM, Neil Toronto wrote:
On 07/24/2012 08:03 AM, Ryan Culpepper wrote:
* Neil Toronto
- Plot Tests
Done.
Can you also add the following to future checklists?
- Images tests
- Inspect icons
I've just done these, too.
Okay, I've added those items to the checklist for fut
On 07/24/2012 08:03 AM, Ryan Culpepper wrote:
* Neil Toronto
- Plot Tests
Done.
Can you also add the following to future checklists?
- Images tests
- Inspect icons
I've just done these, too.
Sorry about replying late. I'm on a 1/2-to-3/4-time-ish vacation.
Neil ⊥
___
On Tue, Jul 24, 2012 at 11:03 AM, Ryan Culpepper wrote:
>
> * Carl Eastlund
> - Dracula Tests (confirm that Dracula runs from PLaneT)
Done.
_
Racket Developers list:
http://lists.racket-lang.org/dev
Well, the possible problem that I had in mind still should not cause
behavior like that, at least not by itself. I would expect it to always
fail trying to load a module in the racket/match implementation.
OTOH, if reverting the lazy-require addition fixes the problem, that
suggests that the b
On Wed, Jul 25, 2012 at 2:59 PM, Stephen Chang wrote:
>> * Stephen Chang
>> - Lazy Racket Tests
> Pass
>
>> - Lazy stepper tests
> Fail, but I assume commit 25068 fixes the problems (in the process of
> confirming now.)
With 25068, all the stepper tests pass.
>
>
>>
>> * Eli Barzilay
>>
> * Stephen Chang
> - Lazy Racket Tests
Pass
> - Lazy stepper tests
Fail, but I assume commit 25068 fixes the problems (in the process of
confirming now.)
>
> * Eli Barzilay
> - Swindle Tests
> - XREPL Tests
> - Racket Tree: compare new distribution tree to previous one
> - Run the
I had sent a separate e-mail to Matthew wondering if it was in the
module name resolver, which has also been modified. It would seem (to
me naively anyway) that that would be more likely to have OS
dependencies than the lazy require. Or maybe an unexpected interaction
between those two.
On Wed, Ju
On Wed, Jul 25, 2012 at 11:16 AM, Ryan Culpepper wrote:
> I suspect the problem is caused by commit 8358420f, which changed match to
> load part of its implementation lazily using lazy-require. Part of that
> commit was reverted by 949d12e2, but possibly the use of lazy-require left
> in is causin
And one last post on this. Now it is reliably running. I'm assuming
once I got a .zo of the offending module actually built, from then on
I'm okay as long as I don't play around with it. Does that make sense?
And, just to test that, I deleted the compiled directory and the weird
behavior comes bac
And, actually I was premature with the "I have a work around for
Windows XP". Sometimes it runs, but usually it dies in weird and
wonderful ways - sometimes with a Win32 error, sometimes with a seg
fault during gc, sometimes with errors about undefined symbols various
places. It's rather amusing to
I suspect the problem is caused by commit 8358420f, which changed match
to load part of its implementation lazily using lazy-require. Part of
that commit was reverted by 949d12e2, but possibly the use of
lazy-require left in is causing problems in some cases.
I think it would be best to just f
It turns out that if I require racket/match explicitly it works.
Although I shouldn't have to since racket/match is provided by #lang
racket. So, I have a work around on Windows XP 32-bit. But it would be
nice to get the problem fixed.
On Wed, Jul 25, 2012 at 11:51 AM, Doug Williams
wrote:
> I us
I used Create Executable in DrRacket. But, I just tried raco exe --gui
main.rkt to create it and get exactly the same error.
On Wed, Jul 25, 2012 at 11:46 AM, Sam Tobin-Hochstadt wrote:
> Is this application generated with 'raco exe'? Or 'Create Executable'
> in DrRacket?
>
> On Wed, Jul 25, 201
Is this application generated with 'raco exe'? Or 'Create Executable'
in DrRacket?
On Wed, Jul 25, 2012 at 10:31 AM, Doug Williams
wrote:
> Some more information on the problem. The application runs fine with
> the pre-release on Windows 7 - 64 bit.
>
> The code that is dying on Windows XP 32-bi
Some more information on the problem. The application runs fine with
the pre-release on Windows 7 - 64 bit.
The code that is dying on Windows XP 32-bit is:
---
(require racket/runtime-path)
...
;;;
(define-runtime-path subject-path "..\\Subjects.txt")
;;;
(define (load-subject-encodings)
(l
On 24 Jul 2012, at 16:03, Ryan Culpepper wrote:
> * Kathy Gray
> - Test Engine Tests
Done
-Kathy
_
Racket Developers list:
http://lists.racket-lang.org/dev
The pre-release 32-bit version still fails for my large applications
at work fails to execute in DrRacket - 32-bit Windows XP. I don't have
the source or symbol tables loaded so the only message I get from the
Visual Studio debugger is attached. This is the same problem I was
having with the previo
The download page still failed with the same error. The static page worked fine.
On Wed, Jul 25, 2012 at 8:24 AM, Ryan Culpepper wrote:
> I just tried downloading the Racket package for Windows (x86, 64-bit), and
> it worked for me. Can you try again and let me know if it still fails? Also,
> if
I just tried downloading the Racket package for Windows (x86, 64-bit),
and it worked for me. Can you try again and let me know if it still
fails? Also, if you can't download from the form, can you try the
"static table" link (just under the usual download form, on the right
side) and see if you
Attempting to download the 64 bit windows version gives a Page
Not-Found error and the following.
> ((uncaught-exception-handler)
(*(+(*)(*(+(*)(*)(*)(*)(*))(+(*)(*)(*)(*)(*))(+(*)(*)(*)(*(+(*)(*)(*)(*
uncaught exception: 404
The 32 bit Windows versions downloads okay.
Doug
On Tue,
Yeah, I saw this problem and will fix later tonight if I can find a
computer.
On Jul 25, 2012 9:36 AM, "Jon Rafkind" wrote:
>
> >
> > * Jon Rafkind
> > Release tests for (one of the) linux releases:
> > - Test that the `racket' and `racket-textual' source releases
> > compile fine (note
>
> * Jon Rafkind
> Release tests for (one of the) linux releases:
> - Test that the `racket' and `racket-textual' source releases
> compile fine (note that they're still called `plt' and `mz' at
> this stage).
> - Test that the binary installers for both work, try each one in
>
> * Greg Cooper
> - FrTime Tests
Done.
_
Racket Developers list:
http://lists.racket-lang.org/dev
On Tue, Jul 24, 2012 at 10:03 AM, Ryan Culpepper wrote:
> * Robby Findler
> - DrRacket Tests
> - Framework Tests
> - Contracts Tests
> - Games Tests
> - Teachpacks Tests: image tests
> - PLaneT Tests
> - Redex Tests
> Updates:
> - DrRacket Updates: update HISTORY
> - Redex Upd
On Tue, Jul 24, 2012 at 10:03 AM, Ryan Culpepper wrote:
> Checklist items for the v5.3 release
> (using the v5.2.900.1 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
> co
On 7/24/12 11:03 AM, Ryan Culpepper wrote:
* David Van Horn
- EoPL Tests
Passed.
_
Racket Developers list:
http://lists.racket-lang.org/dev
At Tue, 24 Jul 2012 11:03:16 -0400,
Ryan Culpepper wrote:
> * Sam Tobin-Hochstadt ,
> Vincent St-Amour
>- Match Tests
>- Typed Racket Tests
Both done.
>- Typed Racket Updates: update HISTORY
>(updates should show v5.3 as the most current version; email me
>to pick the cha
At Tue, 24 Jul 2012 11:03:16 -0400, Ryan Culpepper wrote:
> * Matthew Flatt
>- Racket Tests
>- Languages Tests
>- GRacket Tests (Also check that `gracket -z' and `gracket-text' still
> works in Windows and Mac OS X)
>- mzc --exe tests
>- .plt-packing Tests
>- Games Tes
Checklist items for the v5.3 release
(using the v5.2.900.1 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 are
> * Danny Yoo
> - Whalesong Tests (confirm that Whalesong runs from PLaneT)
I'm currently blocked on this. Whalesong depends on "#lang planet" to
work, but due to a bug, I haven't been able to make progress on
running the tests. There is a a patch in master
(http://git.racket-lang.org/plt/com
On Apr 18, 2012, at 11:00 AM, Ryan Culpepper wrote:
> * Stephen Bloch
> - Picturing Programs Tests
Tests pass, but I'm having memory issues.
For example, I start DrRacket from the command line: the window opens, then
spends 15 seconds gc-ing before showing the "Welcome" message. Memory usag
> * Stephen Chang
> - Lazy Racket Tests
> - Lazy stepper tests
All passed.
_
Racket Developers list:
http://lists.racket-lang.org/dev
Three hours ago, John Clements wrote:
>
> Mac OS X (32-bit 64-bit)
>
> I'm guessing this was supposed to be
>
> Mac OS X (Intel 64-bit)
Yes, that was a typo.
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://barzilay.org/
On Apr 18, 2012, at 8:00 AM, Ryan Culpepper wrote:
> * John Clements
> - Stepper Tests
> Updates:
> - Stepper Updates: update HISTORY
> (updates should show v5.3 as the most current version; email me
> to pick the changes when they're done, or tell me if there are no such
> changes.)
Done
On Apr 18, 2012, at 8:00 AM, Ryan Culpepper wrote:
> Checklist items for the v5.3 release
> (using the v5.2.901.1 release candidate build)
I'm confused by the OS X download options on the pre-release download page
(http://pre.racket-lang.org/release/installers/).
Specifically, one of the entr
Ryan Culpepper writes:
> * Mike Sperber
> - DMdA Tests
> - Stepper Tests
> - Signature Tests
Done.
--
Cheers =8-} Mike
Friede, Völkerverständigung und überhaupt blabla
_
Racket Developers list:
http://lists.racket-lang.org/dev
All of the plot routines work as expected.
Done
Doug
On Wednesday, April 18, 2012, Ryan Culpepper wrote:
> Checklist items for the v5.3 release
> (using the v5.2.901.1 release candidate build)
>
> Search for your name to find relevant items, reply when you finish an
> item (please indicate whi
On 18 Apr 2012, at 16:00, Ryan Culpepper wrote:
> * Kathy Gray
> - Test Engine Tests
Done
-Kathy
_
Racket Developers list:
http://lists.racket-lang.org/dev
On 4/18/12 11:00 AM, Ryan Culpepper wrote:
- EoPL Tests
Done.
David
_
Racket Developers list:
http://lists.racket-lang.org/dev
Just now, Stevie Strickland wrote:
>
> (Also, this should be updated to include "Class Contract Tests". I
> just keep forgetting to mention it.)
For future reference, you can add items in iplt/release/checklist.
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
On Apr 18, 2012, at 11:00 AM, Ryan Culpepper wrote:
> * Stevie Strickland
> - Unit Contract Tests
> - Contract Region Tests
The commit I just pushed (d76b0dac, in push #24573) should be included. It'll
fix the only failing test case (and add a couple others that also pass).
(Also, this shou
On Wed, Apr 18, 2012 at 9:00 AM, Ryan Culpepper wrote:
> * Jay McCarthy
> - Web Server Tests
> - XML Tests
> - HTML Tests
> - PLAI Tests
> - Racklog tests
> - Datalog tests
All passed.
Jay
--
Jay McCarthy
Assistant Professor / Brigham Young University
http://faculty.cs.byu.edu/~jay
"
>
> * Jon Rafkind
> Release tests for (one of the) linux releases:
> - Test that the `racket' and `racket-textual' source releases
> compile fine (note that they're still called `plt' and `mz' at
> this stage).
> - Test that the binary installers for both work, try each one in
>
At Wed, 18 Apr 2012 09:00:16 -0600,
Ryan Culpepper wrote:
>- Typed Racket Tests
Done.
Vincent
_
Racket Developers list:
http://lists.racket-lang.org/dev
Checklist items for the v5.3 release
(using the v5.2.901.1 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 are
57 matches
Mail list logo