mariofusco commented on PR #5640:
URL: 
https://github.com/apache/incubator-kie-drools/pull/5640#issuecomment-1876748457

   @tkobayas This is a problem that I discussed in the past also with 
@lucamolteni and @tarilabs and we never found a solution. I think yours is very 
clever and fixes an actual unexpected problem for many users, so I'm in favor 
for bringing it in.
   
   For what regards having a proper oopath separator, actually we already have 
the `;` which in my opinion is the most obvious one., so I wouldn't introduce 
any other. In essence if you write 
   ```
   /measurements[ $id: id == "color", $colorVal : val ]; // <-- note the 
semicolon at the end of this line 
   /sensors[ id == $id ]
   ```
   it should already work. However I just searched our documentation to check 
if we're mentioning this and indeed I couldn't find any reference to it, so it 
would be nice to also add it to the docs.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to