Re: [Seaside Issues] Issue 807 in seaside: MNU RBArgumentNode>>key with parameterized Seaside 3.1 REST Method

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

Re: [Seaside Issues] Issue 807 in seaside: MNU RBArgumentNode>>key with parameterized Seaside 3.1 REST Method

Johan Brichau-2
Wait a moment.
Why are you loading REST from squeaksource Seaside31Addons?

REST is in the main repo and loadable via the ConfigurationOfSeaside3

That squeaksource repo is not being used anymore.

Johan (sent from my mobile)

> On 16 Jul 2014, at 18:10, [hidden email] wrote:
>
>
> Comment #1 on issue 807 by [hidden email]: MNU RBArgumentNode>>key with parameterized Seaside 3.1 REST Method
> http://code.google.com/p/seaside/issues/detail?id=807
>
> Just to be sure it should be
>
> argumentNamesOf: aCompiledMethod
> ^ aCompiledMethod argumentNames
>
> not
>
> ^ aCompiledMethod methodNode arguments collect: [ :each | each token value ]
>
> Can you provide some version information? What is the first Pharo version where this works? What is the first Pharo version where we need to do this? 4?
>
>
> --
> You received this message because this project is configured to send all issue notifications to this address.
> You may adjust your notification preferences at:
> https://code.google.com/hosting/settings
>
> _______________________________________________
> issues mailing list
> To unsubscribe, email [hidden email]
> http://lists.seaside.st/listinfo/issues
_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
Reply | Threaded
Open this post in threaded view
|

Re: [Seaside Issues] Issue 807 in seaside: MNU RBArgumentNode>>key with parameterized Seaside 3.1 REST Method

Stephan Eggermont-3
I noticed, but that doesn't help enough. The problem also exists when using the right  repo

Stephan_______________________________________________
seaside-dev mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
Reply | Threaded
Open this post in threaded view
|

Re: [Seaside Issues] Issue 807 in seaside: MNU RBArgumentNode>>key with parameterized Seaside 3.1 REST Method

riverdusty
This issue is still around. I've been poking around at it but still not getting anywhere.
Any idea where to start? I can try fix it if I know what I'm looking for.