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

Open
wants to merge 4 commits into
base: release-1.1
Choose a base branch
from

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.

Signed-off-by: Andrew Carbonetto <[email protected]>
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.

3 participants