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

[E-merge < T674] Implement merge.node #391

Merged
merged 6 commits into from
Oct 25, 2023
Merged

Conversation

mpintaric55334
Copy link
Contributor

Description

Please briefly explain the changes you made here.

Pull request type

  • Bugfix
  • Algorithm/Module
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

Related issues

Delete if this PR doesn't resolve any issues. Link the issue if it does.

######################################

Reviewer checklist (the reviewer checks this part)

Module/Algorithm

######################################

@mpintaric55334 mpintaric55334 added status: ready PR is ready for review Docs needed Docs needed labels Oct 13, 2023
@mpintaric55334 mpintaric55334 added this to the 1.12.0 milestone Oct 13, 2023
@mpintaric55334 mpintaric55334 self-assigned this Oct 13, 2023
Copy link
Collaborator

@imilinovic imilinovic left a comment

Choose a reason for hiding this comment

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

Small changes

cpp/merge_module/algorithm/merge.cpp Outdated Show resolved Hide resolved
cpp/merge_module/algorithm/merge.cpp Outdated Show resolved Hide resolved
cpp/merge_module/algorithm/merge.cpp Outdated Show resolved Hide resolved
cpp/merge_module/algorithm/merge.hpp Show resolved Hide resolved
@imilinovic imilinovic added status: change PR reviewed - needs changes and removed status: ready PR is ready for review labels Oct 14, 2023
@mpintaric55334 mpintaric55334 added status: ready PR is ready for review and removed status: change PR reviewed - needs changes labels Oct 22, 2023
Comment on lines 43 to 45
auto identProp = arguments[1].ValueMap();
auto createProp = arguments[2].ValueMap();
auto matchProp = arguments[3].ValueMap();
Copy link
Contributor

Choose a reason for hiding this comment

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

Same comment about namings as below, use _ between name parts

Copy link
Contributor

@antoniofilipovic antoniofilipovic left a comment

Choose a reason for hiding this comment

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

Few changes and that is it

@antoniofilipovic antoniofilipovic added status: change PR reviewed - needs changes and removed status: ready PR is ready for review labels Oct 23, 2023
@mpintaric55334 mpintaric55334 added status: ready PR is ready for review and removed status: change PR reviewed - needs changes labels Oct 24, 2023
@antoniofilipovic antoniofilipovic added status: ship it PR approved and removed status: ready PR is ready for review labels Oct 25, 2023
@antoniofilipovic antoniofilipovic merged commit 0272fb8 into E-add-merge Oct 25, 2023
2 checks passed
@antoniofilipovic antoniofilipovic deleted the T674-MAGE-nodes branch October 25, 2023 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs needed Docs needed status: ship it PR approved
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants