-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
C++ refactoring: Merge and Simplify Types (#1082)
* Draft/start work on implementing simplify uniontype * WIP Implementating mergemany * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Implementing mergemany for all arrays * Testing addition on Simplify Types * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Implementation of meargeable * Simplify implementations * Implementation of merge_as_union * Clean up - simplify/mergeable/merging_strategy/reverse_merge/mergemany * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fixing all mergemany tests * Adding concatenate for typetracer, fixing tests, using form's parameters comparison * Updating typeracer concatenate * Adding tests for typetracer in mergemany and simplify * Fixing typetracer tests * Fixing typetracer tests * Removing conflict on typetracer concatenate Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
17dcc99
commit 7d059bb
Showing
21 changed files
with
5,247 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.