The handling for ACS_ExecuteAlways was changed recently.

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.

Post a reply

Smilies
:D :) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :geek: :ugeek: :!: :?: :idea: :arrow: :| :mrgreen: :3: :wub: >:( :blergh:
View more smilies

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: The handling for ACS_ExecuteAlways was changed recently.

Re: The handling for ACS_ExecuteAlways was changed recently.

by Graf Zahl » Thu Apr 03, 2008 4:18 am

Fixed. The DECORATE parser's previous arg count information was inconsistent with ACS's and when I rewrote that code I used ACS as a template which requires at least 2 args. It's back to 1 now.

Re: The handling for ACS_ExecuteAlways was changed recently.

by Graf Zahl » Thu Apr 03, 2008 4:03 am

Ugh...

Anything that breaks old data is a bug (unless expressly stated otherwise.)

Re: The handling for ACS_ExecuteAlways was changed recently.

by Project Shadowcat » Thu Apr 03, 2008 3:39 am

I thought that was a good change for consistency if you ask me.

Re: The handling for ACS_ExecuteAlways was changed recently.

by Slasher » Thu Apr 03, 2008 2:36 am

Oh that. Having to pass all arguments vs. not having to. Yeah I've noticed that change also, but I don't know when I first noticed the change. I didn't think it was a bug though, I just kinda accepted it as necessary and I've been passing zeros for the empty arguments ever since. Doesn't bother me that much...

Re: The handling for ACS_ExecuteAlways was changed recently.

by bagheadspidey » Thu Apr 03, 2008 2:33 am

AFAIK Nash noticed the bug first here. I can confirm the behavior.

Re: The handling for ACS_ExecuteAlways was changed recently.

by Slasher » Thu Apr 03, 2008 2:20 am

bagheadspidey wrote:The handling for ACS_ExecuteAlways was changed recently.
What do they mean by the handling was changed? I've been using ACS_ExecuteAlways a lot lately and I haven't seen any strangeness with it. It appears to work exactly as it should be. I'm using r858.

(Wow, this wasn't a very helpful post at all, was it?)

Re: The handling for ACS_ExecuteAlways was changed recently.

by Graf Zahl » Thu Apr 03, 2008 2:16 am

I split this off to Bugs so that it isn't forgotten.

The handling for ACS_ExecuteAlways was changed recently.

by randi » Wed Apr 02, 2008 9:49 pm

bagheadspidey wrote:The handling for ACS_ExecuteAlways was changed recently.
Details, please. When? Sounds like a bug to me.

Top