You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to project-...@googlegroups.com
....with some wrappers I've found handy (like the Option monad, and an
applyDelta that lets you e.g. update a value inside a
Versioned[List[String]] value).
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to project-...@googlegroups.com
Thanks. I hope others will follow, if only to draw people to the
Voldemort community (really, marketing is not that hard....)
--Maarten
Chinmay Soman
unread,
Oct 18, 2012, 5:47:50 PM10/18/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to project-...@googlegroups.com
+1 to that !
Timothy Perrett
unread,
Oct 24, 2012, 2:34:54 PM10/24/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to project-...@googlegroups.com, sunny....@gmail.com
Cool stuff, although, there's a fair bit of imperative code in there that probably isn't idiomatic - I applaud the effort thought as I also went looking for a scala abstraction and ended up writing my own (internal only, so cant share it).
If I get time i'll take a look and see if I can help out :-)
Cheers, Tim
Maarten Koopmans
unread,
Oct 26, 2012, 9:17:40 AM10/26/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to project-...@googlegroups.com
Tim,
I agree about the imperative code. But when interfacing with Java code
and also making it usable for Java developers (understandable), this
was a conscious choice. Maybe I/we should fork with a more idiomatic
equivalent.