Fork me on GitHub
#luminus
<
2016-12-22
>
eggsyntax15:12:16

Posting a Selmer question here, since there's no #selmer and it's associated with Luminus (& is another @yogthos production): Either Selmer is broken for namespaced keywords with dots, or I'm really missing something. If I run the example given in the docs, it doesn't work:

(parser/render "{{foo..bar/baz}}" {:foo.bar/baz "hello"})
=> ""
Am I missing something here?

yogthos15:12:37

hmm that looks right, I didn't implement the feature though 🙂

yogthos15:12:43

I always get tripped up on it

eggsyntax15:12:05

I'll take a look at the code, see what I can figure out. Thanks Dmitri!

eggsyntax16:12:14

Selmer is fine; I was just on a version of it that predated the feature 😜

yogthos16:12:59

ah that would do it 🙂

yogthos16:12:37

speaking of, I just pushed out a new version that allows comparing two keys numerically, somehow that wasn't a thing before 🙂 https://github.com/yogthos/Selmer/issues/141