[
https://issues.apache.org/jira/browse/MESOS-2495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14365305#comment-14365305
]
Alexander Rojas commented on MESOS-2495:
----------------------------------------
I have some questions I haven't completely been able to answer:
# What do we want in a regex library? For sure matching, possible searching. Do
we want also replace?
# Use cases, so far the only use case we have is disabling http endpoints from
libprocess.
# At which level do we want to introduce the library, stout doesn't seem to be
a good option unless it is though boost::xpressive since it is the only headers
only library. Should they be provided by libprocess? or each user of regex
should import its own library.
> Evaluate a suitable regular expressions library
> -----------------------------------------------
>
> Key: MESOS-2495
> URL: https://issues.apache.org/jira/browse/MESOS-2495
> Project: Mesos
> Issue Type: Wish
> Reporter: Alexander Rojas
>
> There are a couple of situations where regular expressions would be an easy
> solution within mesos (i.e. disabling endpoints). So far no regex library has
> been introduced in order to avoid binary dependencies; however, given regex
> power, we would like to evaluate which library could be introduced and how
> would be the best way to do it.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)