Skip to content

Conversation

@RomaLzhih
Copy link

This PR fix the node type bug when passing a node in double pointer, which alias with the original PAM code.

Copilot AI review requested due to automatic review settings December 24, 2025 01:03
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes a parameter type inconsistency in the right function of the basic_node struct. The function parameter is changed from node* a (pointer) to node a (value) to match the signature of the left function and align with the original PAM implementation.

  • Corrects the right function parameter from pointer to value type

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

1 participant