Hi,

On 17.09.2012 16:00, Anurag Priyam wrote:
> From awes...@naquadah.org (subject: attemp to call nill value error in
> newest awesome documentation example):
> 
>> Anurag Priyam <anurag08pri...@gmail.com> wrote:
>>> On Mon, Sep 17, 2012 at 2:03 AM, wojtek danilo
>>> <wojtek.danilo....@gmail.com> wrote:
>>> I compled from source the newest awesome wm (without problems). I was trying
>>> to run the example from here:
>>> http://awesome.naquadah.org/doc/api/modules/awful.client.html#cycle
>>> as:
>>> [...]
>>> awful.key({ modkey }, "`", function ()
>>>       local urxvt = function (c)
>>>       return awful.rules.match(c, {class = "URxvt"})
>>>       end
>>>
>>>       for c in awful.client.cycle(urxvt) do
>>>       c.minimized = false
>>>       end
>>>  end),
>>> [...]
>>
>> Use awful.client.iterate instead.
> 
> awful.client.cycle added in 0d41d984687dd1c29ad2b73ad59b9ccac6d71bb3
> was later renamed to awful.client.iterate in
> c623734632010e4601ca4e369851bc79ab7f706f because it overrode an
> existing method by the same name (awful.client.cycle).
> 
> The online documentation can't be fixed without making a release,
> right?  So maybe someone could cherry-pick
> c623734632010e4601ca4e369851bc79ab7f706f to 3.4.x -- whatever the next
> release branch is supposed to be, so we don't miss out on it in the
> next release?

Meh. That would break user configs with a micro release for no good reason. Yes,
it is bad that this function is called differently between 3.4 and master and
the commit should have been applied to both branches back then (*if* there was
no release since it was added).

Changing it now would only annoy 3.4 users, sorry.

> Or should I remind when the next release is going to happen?

What? You get a "warning" shortly before a release? :-)

Cheers,
Uli
-- 
my $key = "\x49\x03\x93\x08\x19\x94\x96\x94\x28\x93\x83\x04\x68\x28\xa8\xf5".
          "\x0a\xb9\x94\x02\x45\x81\x93\x1f\xbc\xd7\xf3\xad\x93\xf5\x32\x93";
my $cipher = Crypt::Rijndael->new( $key, Crypt::Rijndael::MODE_ECB() );
my $plain = $ciper->decrypt($daten);

-- 
To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.

Reply via email to