reversedevgru team mailing list archive
-
reversedevgru team
-
Mailing list archive
-
Message #00333
[Bug 1548117] Re: アリス口上でのAUTOORDER系の不具合
IF囲みではなく、素直にSELECTCASEだけで記述する事で対応…
また、箇所によって整合性に問題が出ると思われる箇所には、若干の加筆を行った。
** Changed in: eratohoreverse
Status: In Progress => Fix Committed
** Changed in: eratohoreverse/1.0
Status: In Progress => Fix Committed
--
You received this bug notification because you are a member of
reverse_devgru, which is subscribed to Project_Reverse.
https://bugs.launchpad.net/bugs/1548117
Title:
アリス口上でのAUTOORDER系の不具合
Status in Project_Reverse:
Fix Committed
Status in Project_Reverse 1.0 series:
Fix Committed
Bug description:
CSTR:0で管理される順序イベント整理関数@AUTOORDERは呼び出され
る毎にAUTOORDER_0 AUTOORDER_1と立っていき、一度立ったものはリ
セットされない仕様(即ち、呼びだされ出力される事がない)であるが
IF AUTOORDER(0) < 3 のような囲みの中で CASE 0 と記述している為、
IF に掛かった時点で 0 が立ってしまい、意図した順序通りに機能していない
箇所がある。
To manage notifications about this bug go to:
https://bugs.launchpad.net/eratohoreverse/+bug/1548117/+subscriptions
References