[Pharo-project] MongoTalk
Hi! These days I've been playing around with MongoDB and it was a nice surprise to discover the availability of a Smalltalk driver: MongoTalk. When I tried to install it on Pharo v1.3, however, every test failed because of a message sent to a nonexistent class. This class was GRCodec, if I recall well. Does anyone know something about this? Thanks in advance! Lucio
Lucio, On 27 Jan 2012, at 23:28, Lucio Santi wrote:
Hi!
These days I've been playing around with MongoDB and it was a nice surprise to discover the availability of a Smalltalk driver: MongoTalk. When I tried to install it on Pharo v1.3, however, every test failed because of a message sent to a nonexistent class. This class was GRCodec, if I recall well.
Does anyone know something about this?
Thanks in advance!
Lucio
GRCodec is part of Grease, a Smalltalk compatibility layer, used by Seaside. Either install Seaside, or just the Grease part from Seaside. Sven
AFAIR, the next think you'll have to fix is sending #first to aCharacter. Just remove the message send and off you go. On 27 January 2012 23:28, Lucio Santi <lukius@gmail.com> wrote:
Hi!
These days I've been playing around with MongoDB and it was a nice surprise to discover the availability of a Smalltalk driver: MongoTalk. When I tried to install it on Pharo v1.3, however, every test failed because of a message sent to a nonexistent class. This class was GRCodec, if I recall well.
Does anyone know something about this?
Thanks in advance!
Lucio
-- Milan Mimica http://sparklet.sf.net
Hi, I just uploaded a couple of fixes I made... with those fixes, I have an application in production, and working really well :) best, Esteban El 27/01/2012, a las 8:47p.m., Milan Mimica escribió:
AFAIR, the next think you'll have to fix is sending #first to aCharacter. Just remove the message send and off you go.
On 27 January 2012 23:28, Lucio Santi <lukius@gmail.com> wrote: Hi!
These days I've been playing around with MongoDB and it was a nice surprise to discover the availability of a Smalltalk driver: MongoTalk. When I tried to install it on Pharo v1.3, however, every test failed because of a message sent to a nonexistent class. This class was GRCodec, if I recall well.
Does anyone know something about this?
Thanks in advance!
Lucio
-- Milan Mimica http://sparklet.sf.net
Great news! Thanks to everyone. :-) On Fri, Jan 27, 2012 at 9:04 PM, Esteban Lorenzano <estebanlm@gmail.com>wrote:
Hi,
I just uploaded a couple of fixes I made... with those fixes, I have an application in production, and working really well :)
best, Esteban
El 27/01/2012, a las 8:47p.m., Milan Mimica escribió:
AFAIR, the next think you'll have to fix is sending #first to aCharacter. Just remove the message send and off you go.
On 27 January 2012 23:28, Lucio Santi <lukius@gmail.com> wrote:
Hi!
These days I've been playing around with MongoDB and it was a nice surprise to discover the availability of a Smalltalk driver: MongoTalk. When I tried to install it on Pharo v1.3, however, every test failed because of a message sent to a nonexistent class. This class was GRCodec, if I recall well.
Does anyone know something about this?
Thanks in advance!
Lucio
-- Milan Mimica http://sparklet.sf.net
Is there a configuration because the dependency to GR should be made explicit? Stef On Jan 28, 2012, at 1:04 AM, Esteban Lorenzano wrote:
Hi,
I just uploaded a couple of fixes I made... with those fixes, I have an application in production, and working really well :)
best, Esteban
El 27/01/2012, a las 8:47p.m., Milan Mimica escribió:
AFAIR, the next think you'll have to fix is sending #first to aCharacter. Just remove the message send and off you go.
On 27 January 2012 23:28, Lucio Santi <lukius@gmail.com> wrote: Hi!
These days I've been playing around with MongoDB and it was a nice surprise to discover the availability of a Smalltalk driver: MongoTalk. When I tried to install it on Pharo v1.3, however, every test failed because of a message sent to a nonexistent class. This class was GRCodec, if I recall well.
Does anyone know something about this?
Thanks in advance!
Lucio
-- Milan Mimica http://sparklet.sf.net
no... but now that repository is open I can do it... maybe on monday :) best, Esteban El 28/01/2012, a las 4:57a.m., Stéphane Ducasse escribió:
Is there a configuration because the dependency to GR should be made explicit?
Stef
On Jan 28, 2012, at 1:04 AM, Esteban Lorenzano wrote:
Hi,
I just uploaded a couple of fixes I made... with those fixes, I have an application in production, and working really well :)
best, Esteban
El 27/01/2012, a las 8:47p.m., Milan Mimica escribió:
AFAIR, the next think you'll have to fix is sending #first to aCharacter. Just remove the message send and off you go.
On 27 January 2012 23:28, Lucio Santi <lukius@gmail.com> wrote: Hi!
These days I've been playing around with MongoDB and it was a nice surprise to discover the availability of a Smalltalk driver: MongoTalk. When I tried to install it on Pharo v1.3, however, every test failed because of a message sent to a nonexistent class. This class was GRCodec, if I recall well.
Does anyone know something about this?
Thanks in advance!
Lucio
-- Milan Mimica http://sparklet.sf.net
participants (5)
-
Esteban Lorenzano -
Lucio Santi -
Milan Mimica -
Stéphane Ducasse -
Sven Van Caekenberghe