Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The indexer needs to spot the new class syntax and create indexing permissions based on that #436

Closed
neilb opened this issue Mar 21, 2024 · 1 comment

Comments

@neilb
Copy link
Collaborator

neilb commented Mar 21, 2024

The indexer looks for package Foo::Bar and then checks whether you (or anyone else) has an indexing permission on that package. And if no-one does, then you get first-come.

The new class feature introduces the class Foo::Bar syntax, and in code using this there is no package statement to spot.

In code which has use feature 'class' or use Feature::Compat::Class, then PAUSE should parse the class syntax. But maybe there are other modules which introduced class syntax but don't imply package?

This seems like a good topic for discussion at PTS 2024.

@andk
Copy link
Owner

andk commented Apr 26, 2024

We believe this issue has been addressed by applying #447 which has been deployed earlier today

@andk andk closed this as completed Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants