[bug] gst-package error messages are unhelpful

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

[bug] gst-package error messages are unhelpful

Stefan Schmiedl
Issue status update for
http://smalltalk.gnu.org/node/418
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/418

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    Base classes
 Category:     bug reports
 Priority:     normal
 Assigned to:  Unassigned
 Reported by:  swsch
 Updated by:   swsch
 Status:       active

When referencing a nonexistent file
<package>
 <name>Foo</name>
 <file>does-not-exi.st</file>
</package>
gst-package reports:
gst-package: Invalid argument Foo: package not found
instead of e.g.
gst-package: Foo: file 'does-not-exi.st' not found




_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [bug] gst-package error messages are unhelpful

Lee Duhem
On Sun, Oct 18, 2009 at 3:09 AM, Stefan Schmiedl <[hidden email]> wrote:

> Issue status update for http://smalltalk.gnu.org/node/418
> Post a follow up: http://smalltalk.gnu.org/project/comments/add/418
>
> Project:      GNU Smalltalk
> Version:      <none>
> Component:    Base classes
> Category:     bug reports
> Priority:     normal
> Assigned to:  Unassigned
> Reported by:  swsch
> Updated by:   swsch
> Status:       active
>
> When referencing a nonexistent file
> <package>
> <name>Foo</name>
> <file>does-not-exi.st</file>
> </package>
> gst-package reports:
> gst-package: Invalid argument Foo: package not found
> instead of e.g.
> gst-package: Foo: file 'does-not-exi.st' not found
>
This patch can fix this problem, maybe you want give it a try.

don

_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk

add_name.patch (2K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: [bug] gst-package error messages are unhelpful

Paolo Bonzini-2

>> When referencing a nonexistent file
>> <package>
>> <name>Foo</name>
>> <file>does-not-exi.st</file>
>> </package>
>> gst-package reports:
>> gst-package: Invalid argument Foo: package not found
>> instead of e.g.
>> gst-package: Foo: file 'does-not-exi.st' not found
>>
>
> This patch can fix this problem, maybe you want give it a try.

Thanks for picking up the work that this slacky maintainer should have
done in the first place (instead of leaving a TODO).

Applied.

Paolo


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [bug] gst-package error messages are unhelpful

Nicolas Petton
Le jeudi 22 octobre 2009 à 17:41 +0200, Paolo Bonzini a écrit :

> >> When referencing a nonexistent file
> >> <package>
> >> <name>Foo</name>
> >> <file>does-not-exi.st</file>
> >> </package>
> >> gst-package reports:
> >> gst-package: Invalid argument Foo: package not found
> >> instead of e.g.
> >> gst-package: Foo: file 'does-not-exi.st' not found
> >>
> >
> > This patch can fix this problem, maybe you want give it a try.
>
> Thanks for picking up the work that this slacky maintainer should have
> done in the first place (instead of leaving a TODO).


That's great, thanks!

Cheers,

Nico



_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [bug] gst-package error messages are unhelpful

Lee Duhem
In reply to this post by Paolo Bonzini-2
On Thu, Oct 22, 2009 at 11:41 PM, Paolo Bonzini <[hidden email]> wrote:

>
>>> When referencing a nonexistent file
>>> <package>
>>> <name>Foo</name>
>>> <file>does-not-exi.st</file>
>>> </package>
>>> gst-package reports:
>>> gst-package: Invalid argument Foo: package not found
>>> instead of e.g.
>>> gst-package: Foo: file 'does-not-exi.st' not found
>>>
>>
>> This patch can fix this problem, maybe you want give it a try.
>
> Thanks for picking up the work that this slacky maintainer should have done
> in the first place (instead of leaving a TODO).
>
> Applied.

I'm glad that I can help :-)

lee


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [bug] gst-package error messages are unhelpful

Lee Duhem
In reply to this post by Stefan Schmiedl
On Sun, Oct 18, 2009 at 3:09 AM, Stefan Schmiedl <[hidden email]> wrote:

> Issue status update for http://smalltalk.gnu.org/node/418
> Post a follow up: http://smalltalk.gnu.org/project/comments/add/418
>
> Project:      GNU Smalltalk
> Version:      <none>
> Component:    Base classes
> Category:     bug reports
> Priority:     normal
> Assigned to:  Unassigned
> Reported by:  swsch
> Updated by:   swsch
> Status:       active


Does this bug can be closed now?

lee


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [bug] gst-package error messages are unhelpful

Paolo Bonzini-3
In reply to this post by Stefan Schmiedl
Issue status update for
http://smalltalk.gnu.org/project/issue/418
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/418

 Project:      GNU Smalltalk
 Version:      <none>
 Component:    Base classes
 Category:     bug reports
 Priority:     normal
 Assigned to:  Unassigned
 Reported by:  swsch
 Updated by:   bonzinip
-Status:       active
+Status:       fixed

fixed by Lee.




_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [bug] gst-package error messages are unhelpful

Stefan Schmiedl
In reply to this post by Lee Duhem
On Wed, 28 Oct 2009 23:07:54 +0800
Lee Duhem <[hidden email]> wrote:

> On Sun, Oct 18, 2009 at 3:09 AM, Stefan Schmiedl <[hidden email]> wrote:
> > Issue status update for http://smalltalk.gnu.org/node/418
> > Post a follow up: http://smalltalk.gnu.org/project/comments/add/418
> >
> > Project:      GNU Smalltalk
> > Version:      <none>
> > Component:    Base classes
> > Category:     bug reports
> > Priority:     normal
> > Assigned to:  Unassigned
> > Reported by:  swsch
> > Updated by:   swsch
> > Status:       active
>
>
> Does this bug can be closed now?
>

Sorry for not responding earlier, but I'm too busy right now.
I haven't updated my local git clone in more than a week ...

I'll try to take a look later tonight.

s.


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [bug] gst-package error messages are unhelpful

Lee Duhem
On Thu, Oct 29, 2009 at 12:14 AM, Stefan Schmiedl <[hidden email]> wrote:
> Sorry for not responding earlier, but I'm too busy right now.
> I haven't updated my local git clone in more than a week ...

Understood, please take your time. I just curious :-)

lee


_______________________________________________
help-smalltalk mailing list
[hidden email]
http://lists.gnu.org/mailman/listinfo/help-smalltalk