generated from finos/software-project-blueprint
-
Notifications
You must be signed in to change notification settings - Fork 237
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
Type args bug fixes #3269
Merged
Merged
Type args bug fixes #3269
Conversation
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
rafaelbey
force-pushed
the
typeArgs_bugFixes
branch
2 times, most recently
from
November 25, 2024 23:35
f8baa22
to
a7a21a1
Compare
rafaelbey
commented
Nov 26, 2024
...n/java/org/finos/legend/engine/protocol/pure/v1/model/context/PackageableElementPointer.java
Show resolved
Hide resolved
.../finos/legend/engine/protocol/pure/v1/model/packageableElement/domain/ProfileStereotype.java
Show resolved
Hide resolved
...ava/org/finos/legend/engine/protocol/pure/v1/model/packageableElement/domain/ProfileTag.java
Show resolved
Hide resolved
...gend/engine/protocol/pure/v1/model/packageableElement/mapping/mappingTest/StoreTestData.java
Show resolved
Hide resolved
...n/java/org/finos/legend/engine/protocol/pure/v1/model/packageableElement/domain/Profile.java
Show resolved
Hide resolved
...main/java/org/finos/legend/engine/protocol/pure/v1/model/packageableElement/store/Store.java
Show resolved
Hide resolved
.../legend/engine/protocol/pure/v1/model/packageableElement/persistence/PersistenceContext.java
Show resolved
Hide resolved
.../protocol/pure/v1/model/packageableElement/persistence/persister/sink/ObjectStorageSink.java
Show resolved
Hide resolved
...ine/protocol/pure/v1/model/packageableElement/persistence/persister/sink/RelationalSink.java
Show resolved
Hide resolved
...ure/v1/model/packageableElement/persistence/relational/sink/RelationalPersistenceTarget.java
Show resolved
Hide resolved
MauricioUyaguari
previously approved these changes
Nov 26, 2024
rafaelbey
force-pushed
the
typeArgs_bugFixes
branch
from
November 27, 2024 16:52
1415ac7
to
8654e91
Compare
MauricioUyaguari
previously approved these changes
Nov 28, 2024
… on infix functions
rafaelbey
force-pushed
the
typeArgs_bugFixes
branch
from
November 28, 2024 13:34
0b817a7
to
428525f
Compare
rafaelbey
force-pushed
the
typeArgs_bugFixes
branch
from
November 28, 2024 13:46
428525f
to
be8bcb7
Compare
MauricioUyaguari
approved these changes
Nov 28, 2024
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What type of PR is this?
What does this PR do / why is it needed ?
Which issue(s) this PR fixes:
Fixes #
Other notes for reviewers:
Does this PR introduce a user-facing change?