Displaying 9 results from an estimated 9 matches for "selectdirs".
2012 Nov 30
2
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...readers (especially mobile) & reduce the
> value of this change.
>
> I suspect we'll want to just stick with revision + log for now.
That's fine. Alternatively we can provide a list of all the dirs that we want
to see appearing and match them like this:
for_paths = .*(?P<SelectDirs>(lib/Analysis|lib/Transforms/Vectorize|lib/Transforms/Scalar)).*
commit_subject_template = %(prefix)s r%(revision)s - [%(SelectDirs)s] %(log)s
>
> What's the prefix? There was some discussion of dropping the
> [cfe-commits] & similar prefixes. Can that be done? Do we need to...
2013 Jan 25
0
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...this change.
>>>
>>> I suspect we'll want to just stick with revision + log for now.
>>
>> That's fine. Alternatively we can provide a list of all the dirs that we want
>> to see appearing and match them like this:
>>
>> for_paths = .*(?P<SelectDirs>(lib/Analysis|lib/Transforms/Vectorize|lib/Transforms/Scalar)).*
>>
>> commit_subject_template = %(prefix)s r%(revision)s - [%(SelectDirs)s] %(log)s
>
>Could we go one step further and map these paths to names (eg: map
>"lib/Analysis", "include/llvm/Analysis&q...
2012 Nov 30
0
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
On Fri, Nov 30, 2012 at 9:43 AM, Sebastian Pop <spop at codeaurora.org> wrote:
> Hi,
>
> Sebastian Pop wrote:
>> Chris Lattner wrote:
>> > I'm in favor of it. Of course, the truly awesomest thing would be something like:
>> >
>> > [cfe-commits] r167788 - [lib/Analysis] Fix bad CFG construction bug when handling C++ 'try' statements.
2013 Jan 14
0
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...reduce the
>> value of this change.
>>
>> I suspect we'll want to just stick with revision + log for now.
>
> That's fine. Alternatively we can provide a list of all the dirs that we want
> to see appearing and match them like this:
>
> for_paths = .*(?P<SelectDirs>(lib/Analysis|lib/Transforms/Vectorize|lib/Transforms/Scalar)).*
>
> commit_subject_template = %(prefix)s r%(revision)s - [%(SelectDirs)s] %(log)s
Could we go one step further and map these paths to names (eg: map
"lib/Analysis", "include/llvm/Analysis", "test/Ana...
2013 Jan 25
2
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
Hi Daniel,
Daniel Dunbar wrote:
> Hi Sebastion,
>
> I've attached the current configuration file from the server.
>
> I'm not sure how far you want to go down the "trying to get realize nice
> summary path" lines, but if svn_mailer somehow supported running an
> external script to process the commit and come up with the path that would
> be ideal for
2012 Nov 30
3
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
Hi,
Sebastian Pop wrote:
> Chris Lattner wrote:
> > I'm in favor of it. Of course, the truly awesomest thing would be something like:
> >
> > [cfe-commits] r167788 - [lib/Analysis] Fix bad CFG construction bug when handling C++ 'try' statements.
>
> commit_subject_template = %(prefix)s r%(revision)s - %(log)s
I just realized that this line does not
2013 Jan 25
2
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...> I suspect we'll want to just stick with revision + log for now.
> >>
> >> That's fine. Alternatively we can provide a list of all the dirs that
> we want
> >> to see appearing and match them like this:
> >>
> >> for_paths =
> .*(?P<SelectDirs>(lib/Analysis|lib/Transforms/Vectorize|lib/Transforms/Scalar)).*
> >>
> >> commit_subject_template = %(prefix)s r%(revision)s - [%(SelectDirs)s]
> %(log)s
> >
> >Could we go one step further and map these paths to names (eg: map
> >"lib/Analysis",...
2013 Jan 24
3
[LLVMdev] [cfe-dev] RFC: put commit messages in *-commits subject lines?
...he
>> value of this change.
>>
>> I suspect we'll want to just stick with revision + log for now.
>
> That's fine. Alternatively we can provide a list of all the dirs that
> we want to see appearing and match them like this:
>
> for_paths =
> .*(?P<SelectDirs>(lib/Analysis|lib/Transforms/Vectorize|lib/Transforms
> /Scalar)).*
>
> commit_subject_template = %(prefix)s r%(revision)s - [%(SelectDirs)s]
> %(log)s
Could we go one step further and map these paths to names (eg: map "lib/Analysis", "include/llvm/Analysis", &q...
2013 Jan 28
0
[LLVMdev] Testing canaries
...ick with revision + log for now.
> > >>
> > >> That's fine. Alternatively we can provide a list of all the dirs that
> > we want
> > >> to see appearing and match them like this:
> > >>
> > >> for_paths =
> >
> .*(?P<SelectDirs>(lib/Analysis|lib/Transforms/Vectorize|lib/Transforms/Scalar)).*
> > >>
> > >> commit_subject_template = %(prefix)s r%(revision)s - [%(SelectDirs)s]
> > %(log)s
> > >
> > >Could we go one step further and map these paths to names (eg: map
> >...