Skip to content

Conversation

@haarg
Copy link
Member

@haarg haarg commented Jun 2, 2016

We filter out any files in t or xt when separating out where to list
them on the release page. If these files aren't filtered out in our
intial query, it can inflate the number of results over our 250 limit,
so that files we actually want to display won't be included.

This was the case for https://metacpan.org/release/OCBNET/CSS-Sass-3.3.4.
It has thousands of files in t/ named expected_output.css. As a result,
most of the files we care about in the root weren't shown.

We filter out any files in t or xt when separating out where to list them on the release page. If these files aren't filtered out in our intial query, it can inflate the number of results over our 250 limit, so that files we actually want to display won't be included. This was the case for https://metacpan.org/release/OCBNET/CSS-Sass-3.3.4. It has thousands of files in t/ named expected_output.css. As a result, most of the files we care about in the root weren't shown.
@oalders
Copy link
Member

oalders commented Jun 2, 2016

Why did the push check fail while the PR check passed?

@oalders
Copy link
Member

oalders commented Jun 3, 2016

👍

@oalders oalders merged commit 1a30f82 into master Jun 3, 2016
@oalders oalders deleted the topic/no-t-other-files branch June 3, 2016 01:32
@haarg
Copy link
Member Author

haarg commented Jun 3, 2016

I accidentally included an unrelated commit, then force pushed it away. Travis tried to check that first push, but the commits weren't available by the time it started its run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants