Tests broken with Citezen

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|

Tests broken with Citezen

Alexandre Bergel
Hi!

Citezen seems to not run on a 11414.
CZEntry>>clean
       
  self class fieldKeysToRemove
                do: [:each | (self hasFieldWithKey: each)
                                                ifTrue: [self removeFieldWithKey: each]]

There is no implementor of #fieldKeysToRemove

I would like to use Citezen to generate the Research webpage on Pharo.

Cheers,
Alexandre
--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Tests broken with Citezen

damien.pollet
On Wed, Oct 6, 2010 at 14:53, Alexandre Bergel <[hidden email]> wrote:
> There is no implementor of #fieldKeysToRemove

yes, probably a missing constant method.
I should also remove the dependency to Rio and use Filesystem instead,
but my next preoccupation is to get the scripting/validation to work.
You're free to hack on the Pier stuff.

--
Damien Pollet
type less, do more [ | ] http://people.untyped.org/damien.pollet

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Tests broken with Citezen

Stéphane Ducasse
In reply to this post by Alexandre Bergel
I'm loading it right now.
And the problem is that the default config load everything.... magritte grease seaside....
20 min at least.

Stef


> Hi!
>
> Citezen seems to not run on a 11414.
> CZEntry>>clean
>
> self class fieldKeysToRemove
> do: [:each | (self hasFieldWithKey: each)
> ifTrue: [self removeFieldWithKey: each]]
>
> There is no implementor of #fieldKeysToRemove
>
> I would like to use Citezen to generate the Research webpage on Pharo.
>
> Cheers,
> Alexandre
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Tests broken with Citezen

Alexandre Bergel
> I'm loading it right now.
> And the problem is that the default config load everything.... magritte grease seaside....
> 20 min at least.

Yes... I was also surprised of this...

Alexandre


>
>
>> Hi!
>>
>> Citezen seems to not run on a 11414.
>> CZEntry>>clean
>>
>> self class fieldKeysToRemove
>> do: [:each | (self hasFieldWithKey: each)
>> ifTrue: [self removeFieldWithKey: each]]
>>
>> There is no implementor of #fieldKeysToRemove
>>
>> I would like to use Citezen to generate the Research webpage on Pharo.
>>
>> Cheers,
>> Alexandre
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel  http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Tests broken with Citezen

Stéphane Ducasse
In reply to this post by Stéphane Ducasse
I just fixed the code. the test pass now.
Alex I could generate my web page with this version this summer so it should work.

Stef

On Oct 6, 2010, at 4:43 PM, Alexandre Bergel wrote:

>> I'm loading it right now.
>> And the problem is that the default config load everything.... magritte grease seaside....
>> 20 min at least.
>
> Yes... I was also surprised of this...
>
> Alexandre
>
>
>>
>>
>>> Hi!
>>>
>>> Citezen seems to not run on a 11414.
>>> CZEntry>>clean
>>>
>>> self class fieldKeysToRemove
>>> do: [:each | (self hasFieldWithKey: each)
>>> ifTrue: [self removeFieldWithKey: each]]
>>>
>>> There is no implementor of #fieldKeysToRemove
>>>
>>> I would like to use Citezen to generate the Research webpage on Pharo.
>>>
>>> Cheers,
>>> Alexandre
>>> --
>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>>> Alexandre Bergel  http://www.bergel.eu
>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>>
>>>
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> Pharo-project mailing list
>>> [hidden email]
>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Tests broken with Citezen

Alexandre Bergel
Yes, it works also for me.

Thanks

Cheers,
Alexandre


On 6 Oct 2010, at 11:03, Stéphane Ducasse wrote:

> I just fixed the code. the test pass now.
> Alex I could generate my web page with this version this summer so it should work.
>
> Stef
>
> On Oct 6, 2010, at 4:43 PM, Alexandre Bergel wrote:
>
>>> I'm loading it right now.
>>> And the problem is that the default config load everything.... magritte grease seaside....
>>> 20 min at least.
>>
>> Yes... I was also surprised of this...
>>
>> Alexandre
>>
>>
>>>
>>>
>>>> Hi!
>>>>
>>>> Citezen seems to not run on a 11414.
>>>> CZEntry>>clean
>>>>
>>>> self class fieldKeysToRemove
>>>> do: [:each | (self hasFieldWithKey: each)
>>>> ifTrue: [self removeFieldWithKey: each]]
>>>>
>>>> There is no implementor of #fieldKeysToRemove
>>>>
>>>> I would like to use Citezen to generate the Research webpage on Pharo.
>>>>
>>>> Cheers,
>>>> Alexandre
>>>> --
>>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>>>> Alexandre Bergel  http://www.bergel.eu
>>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Pharo-project mailing list
>>>> [hidden email]
>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>>
>>>
>>> _______________________________________________
>>> Pharo-project mailing list
>>> [hidden email]
>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel  http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Tests broken with Citezen

Schwab,Wilhelm K
In reply to this post by damien.pollet
Damien,

FWIW, I use Citezen but not Pier etc.  I need a good BibTeX parser (which you provide) to parse incoming entries (typically originating from Google Scholar).  I then add fields for my own comments (which get edited as I work) and a URL to full text and save the result to intermediate storage.  To limit the scope of damage and because it does no harm otherwise, I store each BibTeX entry in a separate file and, on demand, glue them together into a largely unreadable mess (bibtex does fine with it) that I put adjacent to the offending manuscript as a .bib file.

The way most journals of interest to me release full text articles, the workflow is awful.  To not go afoul of copyright law, I store the articles out of public view (and not merely by obscurity).  Worse than that, I have to make a local copy of the article and then upload it to the Seaside app, after which things start to work as I intended.  I would much prefer to give the Seaside app a URL to the article, but things don't work that way.  It's clunky, but the result is very useful to me.

In short, Citezen is useful by itself, and you have at least one such user.  The biggest problem I have had to date was that ConfigurationOfCitezen originally loaded Seaside,which was prematurely forcing 3.0 on me; the current configuration works great.  I suspect I won't even notice the change to FileSystem.

Thanks for a good tool!!

Bill


________________________________________
From: [hidden email] [[hidden email]] On Behalf Of Damien Pollet [[hidden email]]
Sent: Wednesday, October 06, 2010 9:02 AM
To: [hidden email]
Subject: Re: [Pharo-project] Tests broken with Citezen

On Wed, Oct 6, 2010 at 14:53, Alexandre Bergel <[hidden email]> wrote:
> There is no implementor of #fieldKeysToRemove

yes, probably a missing constant method.
I should also remove the dependency to Rio and use Filesystem instead,
but my next preoccupation is to get the scripting/validation to work.
You're free to hack on the Pier stuff.

--
Damien Pollet
type less, do more [ | ] http://people.untyped.org/damien.pollet

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Tests broken with Citezen

Stéphane Ducasse
In reply to this post by damien.pollet
have a look at the configuration you can pick noWeb.

Stef

On Oct 6, 2010, at 7:17 PM, Schwab,Wilhelm K wrote:

> Damien,
>
> FWIW, I use Citezen but not Pier etc.  I need a good BibTeX parser (which you provide) to parse incoming entries (typically originating from Google Scholar).  I then add fields for my own comments (which get edited as I work) and a URL to full text and save the result to intermediate storage.  To limit the scope of damage and because it does no harm otherwise, I store each BibTeX entry in a separate file and, on demand, glue them together into a largely unreadable mess (bibtex does fine with it) that I put adjacent to the offending manuscript as a .bib file.
>
> The way most journals of interest to me release full text articles, the workflow is awful.  To not go afoul of copyright law, I store the articles out of public view (and not merely by obscurity).  Worse than that, I have to make a local copy of the article and then upload it to the Seaside app, after which things start to work as I intended.  I would much prefer to give the Seaside app a URL to the article, but things don't work that way.  It's clunky, but the result is very useful to me.
>
> In short, Citezen is useful by itself, and you have at least one such user.  The biggest problem I have had to date was that ConfigurationOfCitezen originally loaded Seaside,which was prematurely forcing 3.0 on me; the current configuration works great.  I suspect I won't even notice the change to FileSystem.
>
> Thanks for a good tool!!
>
> Bill
>
>
> ________________________________________
> From: [hidden email] [[hidden email]] On Behalf Of Damien Pollet [[hidden email]]
> Sent: Wednesday, October 06, 2010 9:02 AM
> To: [hidden email]
> Subject: Re: [Pharo-project] Tests broken with Citezen
>
> On Wed, Oct 6, 2010 at 14:53, Alexandre Bergel <[hidden email]> wrote:
>> There is no implementor of #fieldKeysToRemove
>
> yes, probably a missing constant method.
> I should also remove the dependency to Rio and use Filesystem instead,
> but my next preoccupation is to get the scripting/validation to work.
> You're free to hack on the Pier stuff.
>
> --
> Damien Pollet
> type less, do more [ | ] http://people.untyped.org/damien.pollet
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Tests broken with Citezen

Schwab,Wilhelm K
Stef,

Yup - that's how Migrate loads it.  Just some thanks and encouragement to allow it to continue that way.

Bill

________________________________________
From: [hidden email] [[hidden email]] On Behalf Of Stéphane Ducasse [[hidden email]]
Sent: Wednesday, October 06, 2010 6:02 PM
To: [hidden email]
Subject: Re: [Pharo-project] Tests broken with Citezen

have a look at the configuration you can pick noWeb.

Stef

On Oct 6, 2010, at 7:17 PM, Schwab,Wilhelm K wrote:

> Damien,
>
> FWIW, I use Citezen but not Pier etc.  I need a good BibTeX parser (which you provide) to parse incoming entries (typically originating from Google Scholar).  I then add fields for my own comments (which get edited as I work) and a URL to full text and save the result to intermediate storage.  To limit the scope of damage and because it does no harm otherwise, I store each BibTeX entry in a separate file and, on demand, glue them together into a largely unreadable mess (bibtex does fine with it) that I put adjacent to the offending manuscript as a .bib file.
>
> The way most journals of interest to me release full text articles, the workflow is awful.  To not go afoul of copyright law, I store the articles out of public view (and not merely by obscurity).  Worse than that, I have to make a local copy of the article and then upload it to the Seaside app, after which things start to work as I intended.  I would much prefer to give the Seaside app a URL to the article, but things don't work that way.  It's clunky, but the result is very useful to me.
>
> In short, Citezen is useful by itself, and you have at least one such user.  The biggest problem I have had to date was that ConfigurationOfCitezen originally loaded Seaside,which was prematurely forcing 3.0 on me; the current configuration works great.  I suspect I won't even notice the change to FileSystem.
>
> Thanks for a good tool!!
>
> Bill
>
>
> ________________________________________
> From: [hidden email] [[hidden email]] On Behalf Of Damien Pollet [[hidden email]]
> Sent: Wednesday, October 06, 2010 9:02 AM
> To: [hidden email]
> Subject: Re: [Pharo-project] Tests broken with Citezen
>
> On Wed, Oct 6, 2010 at 14:53, Alexandre Bergel <[hidden email]> wrote:
>> There is no implementor of #fieldKeysToRemove
>
> yes, probably a missing constant method.
> I should also remove the dependency to Rio and use Filesystem instead,
> but my next preoccupation is to get the scripting/validation to work.
> You're free to hack on the Pier stuff.
>
> --
> Damien Pollet
> type less, do more [ | ] http://people.untyped.org/damien.pollet
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project