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

Johan Brichau johan at inceptive.be
Wed Jul 16 17:19:02 UTC 2014


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, seaside at googlecode.com wrote:
> 
> 
> Comment #1 on issue 807 by philippe... at gmail.com: 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 issues-leave at lists.seaside.st
> http://lists.seaside.st/listinfo/issues


More information about the seaside-dev mailing list