Matt Roberts
Matt Roberts
Thinking further, I'm not sure that DMN is necessary here, we already have an expression language in the form of Ergo, and compiling to then parsing DMN XML when editing...
Typically with decision tables, they operate like functions with the input context being all of the input columns, and they produce the output in the output columns. In Cicero, we...
Yes, I think that all of those 3 points are correct
I believe so, but only with a complex object
Adding lots of character-sets can really bloat the module. We should solve this in a way that allows users to choose their own character-sets, if the default are not-sufficient.
Is there consensus on format of ranges we should support? Here are some alternatives - `1.x` X-ranges - `^1.0.0` Caret ranges - `>=1.1.0 =1
> I'm leaning towards just supporting x-ranges. E.g. 1.x or 1.2.x. I think that gives us what we know we need and should not complicate the parser too much. x-ranges...
Let's release this behind a feature flag.
> Hey @dselman , @mttrbrts , @DianaLease , > I noticed this feature request but the last discussion was a few months ago. Is there still interest in adding semver...
> Should I proceed with the next task @Anshukumar123975 Yes, please! It looks like you're on the right track.