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

change tokens - do not mutate input map, do not cache output object type #2479

Merged
merged 3 commits into from
Nov 28, 2023
Merged

change tokens - do not mutate input map, do not cache output object type #2479

merged 3 commits into from
Nov 28, 2023

Conversation

mateusz-klatt
Copy link
Member

@mateusz-klatt mateusz-klatt commented Nov 27, 2023

What type of PR is this?

BugFix and Improvements

What does this PR do / why is it needed ?

  1. Fix the issue with rename class followed by other tokens in the same version of changes
  2. Do not mutate input map - create a deep copy and apply change tokens on the fly
  3. Refactored test cases, so implementation details are only in base class

Other notes for reviewers:

Fixed issue with dependency plugin analyzer in changetoken pure module

Does this PR introduce a user-facing change?

No

Copy link

github-actions bot commented Nov 27, 2023

Test Results

     708 files  +  3       708 suites  +3   1h 2m 4s ⏱️ +41s
11 767 tests +51  11 347 ✔️ +45  420 💤 +  6  0 ±0 
14 726 runs  +71  14 208 ✔️ +59  518 💤 +12  0 ±0 

Results for commit 70bc4a9. ± Comparison against base commit 0e87369.

♻️ This comment has been updated with latest results.

@mateusz-klatt mateusz-klatt changed the title Change tokens improvements change tokens - do not mutate input map, do not cache output object type Nov 28, 2023
@kevin-m-knight-gs kevin-m-knight-gs merged commit cd5094b into finos:master Nov 28, 2023
4 checks passed
@mateusz-klatt mateusz-klatt deleted the change-tokens-improvements branch November 28, 2023 18:02
AFine-gs pushed a commit to AFine-gs/legend-engine that referenced this pull request Jan 9, 2024
…ype (finos#2479)

* change tokens - do not mutate input map, do not cache output object type

* fix issue with dependency plugin analyzer in changetoken pure module

* refactor unit tests
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