Gaël de Chalendar

Results 54 issues of Gaël de Chalendar

The following Modex automaton class definition compiles without errors but all entries below the one with embedded parenthesis are ignored. ``` @Countries=( … FLORIDE, FRANCE, Falkland Islands (Islas Malvinas), Falkland...

bug

Compiling the following Modex rule: `@DoesNotExist::x (y|z):X: ` only prints the following message: `: Automaton::Compiler : 2018-10-18T11:03:48.903 ERROR 0x562e7a977a50 in rule: :x (y|z):X: ` while it should print a complete...

bug

Currently, event template elements cardinality is not implemented (see issue #71), but furthermore, calling several time `addTemplateElement` with the same role silently discard the previous ones. At least, a warning...

bug
confirmed

Currently, the concept of event template elements cardinality is defined but not implemented. It should be completed.

wish
confirmed

The user manual (https://github.com/aymara/lima/wiki/LIMA-User-Manual) still refer to configuration and resource paths as a unique path containing all the required files while they are now multiple paths that are searched in...

confirmed
documentation
help wanted

It would be useful (but costly) to be able to write this kind of rule: `%ing$%:xxx:xxx.TYPE:` where here the trigger is a regular expression. The new% notation should not break...

wish

The following rule: ``` @X=(x,X) :(Word1|Word2) (^){0-n} *{0-n} @X (^B){0-n} *{0-n}:*{0-n} (*{0-n} )? *{0-n} (|):EVENT: +AddTemplateElement(trigger,"a") +AddTemplateElement(left.3,"b") +AddTemplateElement(left.7,"c") +AddTemplateElement(right.2,"d") +AddTemplateElement(right.3.2,"e") +AddTemplateElement(right.5,"f") =>CreateEventTemplate("a") =

bug
confirmed

Please write documentation for EventAnalysis library process unit and resources here: https://github.com/aymara/lima/wiki/Process-Units

As found by @romaricb , bash commands `sort` and `uniq` used in several resource building scripts can merge lines that are different if containing Unicode characters not defined in the...

bug
confirmed

Currently, when a configuration exception occurs (missing module, group, parameter…), it is hard to know what is the file where this information is missing. We should add the possibility to...

enhancement
wish