Closed LongBoolean closed 4 weeks ago
That's on the list. It's 1000 per worker by the way, so the real limit is likely upwards of 3000
Oh ok, you wouldn't happen to remember what variable is the sum of all the workers? (right now I'm using results.count
in draw.jai
, is that the right one?)
Also do you know where I can find the number of workers?
I've done a little more tinkering and I have something a little bit nicer than just printing.
Yes that's the right one. We'll probably add a counter in the next release, it's been on the list for a while.
This is now in the next nightly
I was trying to think of a quick way to get a count on the instances of
@TODO, @HACK, @copypasta
, etc., that currently exist in a project. Using Focus to search in a workspace is almost there.In the meantime I am just printing out
total_results
insidefinder_update::()
infinder.jai
I am aware thattotal_results
maxes out at 1000, and I am not suggesting raising the limit or performing an exhaustive search if such a thing is prohibitively expensive. It would be fine if the search displayed ">1000" in such cases. (Under 1000 would likely be 80% of the uses cases anyway.)