Skip to content

--threads not working with jlfmt #953

@dhanak

Description

@dhanak

Threads.@threads for opts in options_list

This line should read

        Threads.@threads for opts in collect(options_list)

because @threads can only distribute the workload if it knows the length of the list in advance, and options_list is, contrary to its name, a generator, with unknown length.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions