casbah dynamic for 3.x

0
brendan mcadams 🫥 @rit

Is anyone actually using Casbah-Dynamic? I'm looking at not building a binary release for 3.x but making it a source-available contrib mod.

2012-02-09 02:32:06
Jorge Ortiz @JorgeO

ZOMG! Just realized we're on Scala 2.9.x now and can take advantage of scala.Dynamic. THIS CHANGES EVERYTHING. Thx for the reminder, @rit!

2012-02-09 02:44:19
Daniel Spiewak @djspiewak

@JorgeO @rit It works surprisingly poorly. Unless your needs are very specific, it's probably not what you want.

2012-02-09 02:49:18
Daniel Spiewak @djspiewak

@JorgeO @rit IMHO, it's not as nice as the earlier drafts of the trait.

2012-02-09 02:49:29
brendan mcadams 🫥 @rit

@djspiewak @jorgeo agreed, which is why i'm thinking of publishing source artifacts only

2012-02-09 02:50:03
Daniel Spiewak @djspiewak

@JorgeO I had a lot of problems with things like accessor/mutator pairing and parentheses in no-arg functions.

2012-02-09 03:01:34
Kenji Yoshida @xuwei_k

@rit I agree with @JorgeO . Casbah-Dynamic is very usefull. I offen used it

2012-02-09 03:03:29
Jorge Ortiz @JorgeO

@djspiewak But if I just want to traverse a JsonAST without awful pattern matching, I should be ok?

2012-02-09 03:05:47