> On 20 Feb 2015, at 12:21, Stephan Eggermont <[email protected]> wrote:
>
> On 19/02/15 14:31, Esteban Lorenzano wrote:
>> is restored… but I couldn’t applied the change I wanted… maybe tomorrow :)
>>
>>> On 19 Feb 2015, at 14:24, Yuriy Tymchuk <[email protected]> wrote:
>>>
>>> Thank you Esteban.
>>>
>>>
>>>> On 19 Feb 2015, at 14:18, Esteban Lorenzano <[email protected]> wrote:
>>>>
>>>> is temporal
>>>> and for the better good.
>>>>
>>>> please, be patient :)
>
> Always asking for the impossible...
>
> In the last green build of the 3.0 SmalltalkHub image I cannot load your
> changes. Some compiler bug.
I’m aware, fixing now.
>
> - ShTeamsHandler>>searchTeamNamed: should use #name instead of #username
I never touched anything like that :)
>
> searchTeamNamed: aString
> <get>
> <path: '?term={aString}'>
> <produces: 'text/json'>
>
> ^self renderJson: [
> (ShTeam select: {'name' -> {
> '$regex' -> aString.
> '$options' -> 'i' } asDictionary } asDictionary)
> collect: #name ]
>
> The configuration should use #release versions of Seaside/Magritte/Grease. We
> support multiple versions on a platform.
>
> http://smalltalkhub.com/hub/projects?term=c
>
> VOMongoError: Lazy reference not found ShTeam: OID(3583374428)
again… no idea and nothing to do with my changes…
So… are you reporting previous bugs? I do not understand :P
Esteban
>
> Cheers,
> Stephan
>
>