Re: [racket-dev] Test errors on scribble/reader.rkt

2013-12-20 Thread Laurent
Thank you both for the info, I see that now.

Laurent


On Thu, Dec 19, 2013 at 3:32 PM, Sam Tobin-Hochstadt
wrote:

> On Thu, Dec 19, 2013 at 8:56 AM, Matthew Flatt  wrote:
> >
> >> Is there an easy way to know if some tests are enabled in DrDr?
> >
> > Currently, the configuration is in
> >
> >  pkgs/plt-services/meta/props
> >
> > but we need to move that information into individual collections (via
> > "info.rkt" files, maybe).
>
> Perhaps easier than trying to read that file is just looking at DrDr
> itself. For example, here's the reader.rkt file, from a few days ago:
>
>
> http://drdr.racket-lang.org/27930/pkgs/scribble-pkgs/scribble-test/tests/scribble/reader.rkt
>
> You can see that it was run with `raco test`, which doesn't actually
> test anything on that file.
>
> And here's the main.rkt file, which is what Matthew enabled. Then:
>
>
> http://drdr.racket-lang.org/27930/pkgs/scribble-pkgs/scribble-test/tests/scribble/main.rkt
>
> Now:
>
>
> http://drdr.racket-lang.org/27959/pkgs/scribble-pkgs/scribble-test/tests/scribble/main.rkt
>
> It turns out that the `reader.rkt` file is still not being tested on
> its own, but the whole set of tests is now run via `main.rkt`.
>
> Sam
>
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


Re: [racket-dev] Test errors on scribble/reader.rkt

2013-12-19 Thread Sam Tobin-Hochstadt
On Thu, Dec 19, 2013 at 8:56 AM, Matthew Flatt  wrote:
>
>> Is there an easy way to know if some tests are enabled in DrDr?
>
> Currently, the configuration is in
>
>  pkgs/plt-services/meta/props
>
> but we need to move that information into individual collections (via
> "info.rkt" files, maybe).

Perhaps easier than trying to read that file is just looking at DrDr
itself. For example, here's the reader.rkt file, from a few days ago:


http://drdr.racket-lang.org/27930/pkgs/scribble-pkgs/scribble-test/tests/scribble/reader.rkt

You can see that it was run with `raco test`, which doesn't actually
test anything on that file.

And here's the main.rkt file, which is what Matthew enabled. Then:


http://drdr.racket-lang.org/27930/pkgs/scribble-pkgs/scribble-test/tests/scribble/main.rkt

Now:


http://drdr.racket-lang.org/27959/pkgs/scribble-pkgs/scribble-test/tests/scribble/main.rkt

It turns out that the `reader.rkt` file is still not being tested on
its own, but the whole set of tests is now run via `main.rkt`.

Sam
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


Re: [racket-dev] Test errors on scribble/reader.rkt

2013-12-19 Thread Matthew Flatt
At Thu, 19 Dec 2013 09:16:24 +0100, Laurent wrote:
> Thanks! I was worried I was doing something wrong, but IIUC these tests
> were just not enabled in DrDr.

Right. They're now enabled.

> Is there an easy way to know if some tests are enabled in DrDr?

Currently, the configuration is in

 pkgs/plt-services/meta/props

but we need to move that information into individual collections (via
"info.rkt" files, maybe).

_
  Racket Developers list:
  http://lists.racket-lang.org/dev


Re: [racket-dev] Test errors on scribble/reader.rkt

2013-12-19 Thread Laurent
Thanks! I was worried I was doing something wrong, but IIUC these tests
were just not enabled in DrDr.
Is there an easy way to know if some tests are enabled in DrDr?

Laurent


On Thu, Dec 19, 2013 at 3:02 AM, Matthew Flatt  wrote:

> Thanks --- I've tracked down the problem and pushed repairs.
>
> At Tue, 17 Dec 2013 17:08:34 -0500, Greg Hendershott wrote:
> > I see the same.
> >
> > Using HEAD (97ee349) today, built just now.
> >
> > On Sat, Dec 14, 2013 at 9:47 AM, Laurent 
> wrote:
> > > Hi,
> > >
> > > After a fresh `git pull --ff-only` followed by `make`, I have 9 errors
> when
> > > running `raco test .` in scribble-test/tests/scribble/ like:
> > >
> > > reader.rkt:935:22: test failure
> > >   bad result in
> > >   @foo{ -@error-> #rx":1:0: missing closing `}'$"
> > >
> > >   results:
> > > ("missing closing `}'") != (#rx":1:0: missing closing `}'$")
> > >
> > > [...]
> > > Looks like the location information is not included (anymore?) in the
> error
> > > message.
> > > Did I forget to rebuild something or do something, or is it not just
> me?
> > > (Note: some external packages did not build correctly, like an old
> > > cce-scheme, but that's not related, is it?)
> > >
> > > Laurent
> > >
> > > _
> > >   Racket Developers list:
> > >   http://lists.racket-lang.org/dev
> > >
> > _
> >   Racket Developers list:
> >   http://lists.racket-lang.org/dev
>
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


Re: [racket-dev] Test errors on scribble/reader.rkt

2013-12-18 Thread Matthew Flatt
Thanks --- I've tracked down the problem and pushed repairs.

At Tue, 17 Dec 2013 17:08:34 -0500, Greg Hendershott wrote:
> I see the same.
> 
> Using HEAD (97ee349) today, built just now.
> 
> On Sat, Dec 14, 2013 at 9:47 AM, Laurent  wrote:
> > Hi,
> >
> > After a fresh `git pull --ff-only` followed by `make`, I have 9 errors when
> > running `raco test .` in scribble-test/tests/scribble/ like:
> >
> > reader.rkt:935:22: test failure
> >   bad result in
> >   @foo{ -@error-> #rx":1:0: missing closing `}'$"
> >
> >   results:
> > ("missing closing `}'") != (#rx":1:0: missing closing `}'$")
> >
> > [...]
> > Looks like the location information is not included (anymore?) in the error
> > message.
> > Did I forget to rebuild something or do something, or is it not just me?
> > (Note: some external packages did not build correctly, like an old
> > cce-scheme, but that's not related, is it?)
> >
> > Laurent
> >
> > _
> >   Racket Developers list:
> >   http://lists.racket-lang.org/dev
> >
> _
>   Racket Developers list:
>   http://lists.racket-lang.org/dev
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


Re: [racket-dev] Test errors on scribble/reader.rkt

2013-12-17 Thread Greg Hendershott
I see the same.

Using HEAD (97ee349) today, built just now.

On Sat, Dec 14, 2013 at 9:47 AM, Laurent  wrote:
> Hi,
>
> After a fresh `git pull --ff-only` followed by `make`, I have 9 errors when
> running `raco test .` in scribble-test/tests/scribble/ like:
>
> reader.rkt:935:22: test failure
>   bad result in
>   @foo{ -@error-> #rx":1:0: missing closing `}'$"
>
>   results:
> ("missing closing `}'") != (#rx":1:0: missing closing `}'$")
>
> [...]
> Looks like the location information is not included (anymore?) in the error
> message.
> Did I forget to rebuild something or do something, or is it not just me?
> (Note: some external packages did not build correctly, like an old
> cce-scheme, but that's not related, is it?)
>
> Laurent
>
> _
>   Racket Developers list:
>   http://lists.racket-lang.org/dev
>
_
  Racket Developers list:
  http://lists.racket-lang.org/dev


[racket-dev] Test errors on scribble/reader.rkt

2013-12-14 Thread Laurent
Hi,

After a fresh `git pull --ff-only` followed by `make`, I have 9 errors when
running `raco test .` in scribble-test/tests/scribble/ like:

reader.rkt:935:22: test failure
  bad result in
  @foo{ -@error-> #rx":1:0: missing closing `}'$"

  results:
("missing closing `}'") != (#rx":1:0: missing closing `}'$")

[...]
Looks like the location information is not included (anymore?) in the error
message.
Did I forget to rebuild something or do something, or is it not just me?
(Note: some external packages did not build correctly, like an old
cce-scheme, but that's not related, is it?)

Laurent
_
  Racket Developers list:
  http://lists.racket-lang.org/dev