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

Node: Fix node exports #2337

Conversation

jamesx-improving
Copy link
Collaborator

@jamesx-improving jamesx-improving commented Sep 21, 2024

fixes: #2334

Signed-off-by: James Xin <[email protected]>
@jamesx-improving jamesx-improving requested a review from a team as a code owner September 21, 2024 01:04
@jamesx-improving
Copy link
Collaborator Author

Duplicated naming found between node/src/GlideClient.ts and node/src/GlideClusterClient.ts, including:
enum PubSubChannelModes
interface PubSubSubscriptions
Might need to rename the Cluster one, as they are actually not the same.
Please comment if it's fine to make such change in this PR, or a new PR.

Signed-off-by: James Xin <[email protected]>
ReturnTypeMap,
ClusterResponse,
ReturnTypeAttribute,
PubSubSubscriptions,
Copy link
Collaborator

Choose a reason for hiding this comment

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

Remove. PubSubSubscriptions is already exported as part of their respective namespaces.

createLeakedDouble,
createLeakedMap,
createLeakedString,
parseInfoResponse,
Copy link
Collaborator

Choose a reason for hiding this comment

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

@avifenesh can you confirm that these functions can be removed?
They were added as part of 5eeb673#diff-90759696d403370b4263a25799d215fe2cd1471e7ae440426c8177f636aa5bac, but it's unclear why they are needed (needed for alpine?)

Copy link
Collaborator

Choose a reason for hiding this comment

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

Note. These functions are only used in tests. We should consider reworking this. Maybe using a compile flag to generate these functions for test only. They do not need to be added to production code.
Also note: createLeakedStringVec is used in production code, however this function is not exported from the package module.

Copy link
Collaborator

Choose a reason for hiding this comment

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

we cant remove it without fixing the release tests. For now, we can leave it as is . so I created a new PR to add the missing exports #2342

Signed-off-by: Andrew Carbonetto <[email protected]>
@ikolomi ikolomi assigned ikolomi and adarovadya and unassigned ikolomi Sep 23, 2024
@ikolomi ikolomi added Release blocker Can't release without. node Node.js wrapper labels Sep 23, 2024
@ikolomi ikolomi added this to the 1.1 milestone Sep 23, 2024
@shohamazon shohamazon closed this Sep 23, 2024
@Yury-Fridlyand Yury-Fridlyand deleted the node/jamesx_fix_node_exports branch September 23, 2024 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
node Node.js wrapper Release blocker Can't release without.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

6 participants