Skip to content

Conversation

@joncinque
Copy link
Contributor

Problem

The Makefile model uses a slightly hacky way of distinguishing subdirectories, where anything before the first - is taken to be a directory name. This is a problem for p-token and p-interface, since the Makefile will look in p/token and p/interface.

Summary of changes

Move p-token into pinocchio/program and p-interface into pinocchio/interface.

Update everything else as needed.

#### Problem

The Makefile model uses a slightly hacky way of distinguishing
subdirectories, where anything before the first `-` is taken to be a
directory name. This is a problem for `p-token` and `p-interface`, since
the Makefile will look in `p/token` and `p/interface`.

#### Summary of changes

Move p-token into pinocchio/program and p-interface into
pinocchio/interface.

Update everything else as needed.
@joncinque joncinque requested a review from febo October 8, 2025 23:08
Copy link
Contributor

@febo febo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great!

@joncinque joncinque merged commit 4436a38 into solana-program:main Oct 9, 2025
17 checks passed
@joncinque joncinque deleted the paths branch October 9, 2025 10:51
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

Successfully merging this pull request may close these issues.

2 participants