Re: [whimsy] branch master updated: Use lowercase.

2017-06-08 Thread sebb
On 8 June 2017 at 12:33, Sam Ruby wrote: > On Thu, Jun 8, 2017 at 7:22 AM, sebb wrote: >> On 8 June 2017 at 12:12, Shane Curcuru wrote: >>> sebb wrote on 6/8/17 7:08 AM: On 8 June 2017 at 11:47, wrote: > This is an automated email from the ASF dual-hosted git repository. >>> ...snip..

Re: [whimsy] branch master updated: Use lowercase.

2017-06-08 Thread John D. Ament
On Thu, Jun 8, 2017 at 7:33 AM Sam Ruby wrote: > On Thu, Jun 8, 2017 at 7:22 AM, sebb wrote: > > On 8 June 2017 at 12:12, Shane Curcuru wrote: > >> sebb wrote on 6/8/17 7:08 AM: > >>> On 8 June 2017 at 11:47, wrote: > This is an automated email from the ASF dual-hosted git repository. >

Re: [whimsy] branch master updated: Use lowercase.

2017-06-08 Thread Sam Ruby
On Thu, Jun 8, 2017 at 7:22 AM, sebb wrote: > On 8 June 2017 at 12:12, Shane Curcuru wrote: >> sebb wrote on 6/8/17 7:08 AM: >>> On 8 June 2017 at 11:47, wrote: This is an automated email from the ASF dual-hosted git repository. >> ...snip... >> def podlingStatus - @res

Re: [whimsy] branch master updated: Use lowercase.

2017-06-08 Thread sebb
On 8 June 2017 at 12:12, Shane Curcuru wrote: > sebb wrote on 6/8/17 7:08 AM: >> On 8 June 2017 at 11:47, wrote: >>> This is an automated email from the ASF dual-hosted git repository. > ...snip... > >>> def podlingStatus >>> - @resource.untaint if @resource =~ /\A\w+\Z/ >>> + @re

Re: [whimsy] branch master updated: Use lowercase.

2017-06-08 Thread Shane Curcuru
sebb wrote on 6/8/17 7:08 AM: > On 8 June 2017 at 11:47, wrote: >> This is an automated email from the ASF dual-hosted git repository. ...snip... >> def podlingStatus >> - @resource.untaint if @resource =~ /\A\w+\Z/ >> + @resource.untaint if @resource =~ /\a\w+\z/ > > Does \a mea

Re: [whimsy] branch master updated: Use lowercase.

2017-06-08 Thread sebb
On 8 June 2017 at 11:47, wrote: > This is an automated email from the ASF dual-hosted git repository. > > johndament pushed a commit to branch master > in repository https://gitbox.apache.org/repos/asf/whimsy.git > > > The following commit(s) were added to refs/heads/master by this push: > n