Ticket #43216

Drop 'start' parameter from advance_iterate()

오픈 날짜: 2021-11-14 08:13 마지막 업데이트: 2021-12-02 15:00

Reporter:
소유자:
Type:
Status:
Closed
Component:
MileStone:
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
Fixed
File:
1

Details

- Rename old advance_iterate(), with the 'start' parameter, as advance_iterate_base()
- Introduce new advance_iterate() that is a wrapper around advance_iterate_base(A_FIRST)
- Turn advance_iterate_all() as wrapper around advance_iterate_base(A_NONE)
- Adjust all users of advance_iterate() - all of them wanted iteration from A_FIRST, so now use new advance_iterate() (none use advance_iterate_base() directly)

Ticket History (3/4 Histories)

2021-11-14 08:13 Updated by: cazfi
  • New Ticket "Drop 'start' parameter from advance_iterate()" created
2021-11-14 08:27 Updated by: cazfi
  • Resolution Update from None to Accepted
2021-12-02 15:00 Updated by: cazfi
  • Status Update from Open to Closed
  • 소유자 Update from (None) to cazfi
  • Resolution Update from Accepted to Fixed

Edit

Please login to add comment to this ticket » Login