Skip to content

Active list is ignored in VERBTIMER program #75

@wags

Description

@wags

I love the concept of the VERBTIMER program, and have implemented a version of my own. However, there is currently a nasty bug that comes along with this. If you have an active select list going into this program, it is ignored. The new SELECT that happens within the program gives you a brand new list based on the most recent criteria, rather than a derivative of the list you previously had.

It is pretty easy to recreate the bug.

  1. Follow the README to get everything set up.
  2. Do a SELECT at TCL with some specific criteria or perform a GET.LIST.
  3. Immediately perform a basic SELECT, like SELECT <Filename>.
  4. You will be left with a list of all records in that file, rather than the previously selected records.

Is there a way to respect any previous active list? I need this to be 100% transparent to the user for it to have any chance of running in production.

/cc @byrnem

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions