Fork me on GitHub
#datascript
<
2017-08-31
>
Niki08:08:24

@jfntn well you’re not supposed to

Niki08:08:39

it does depend on perf ns which is not bundled in a jar

Niki08:08:59

it’s in the repo though, so if you care building custom build of DS, you can make it happen :)

jfntn16:08:37

@tonsky cool, would we break the EPL if I were to include the modified file directly in our project?

Niki16:08:21

I personally dont mind, but if you need to be sure better check w/ lawyers @jfntn

jfntn18:08:10

@tonsky I was looking into using query v3 because we really need or-join clauses, but tring to use q as a drop-in replacement with our old query breaks with Wrong number of arguments for bindings [], 0 required, 3 provided. Is bindings resolution expected to work at all?

Niki19:08:20

don’t expect much from v3

Niki19:08:25

its incomplete

Niki19:08:34

you can emulate or clauses with rules

Niki19:08:58

if you set up multiple branches, they will work exactly like or

jfntn19:08:02

ok I’ll look into that, thanks