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

New Table implementation #22874

Merged
merged 175 commits into from
Apr 30, 2020
Merged

New Table implementation #22874

merged 175 commits into from
Apr 30, 2020

Conversation

mohanvive
Copy link
Contributor

@mohanvive mohanvive commented Apr 24, 2020

Purpose

This PR contains the new table implementation as per ballerina-platform/ballerina-spec#47...

Check List

  • Read the Contributing Guide
  • Updated Change Log
  • Checked Tooling Support (#)
  • Added necessary tests
    • Unit Tests
    • Spec Conformance Tests
    • Integration Tests
    • Ballerina By Example Tests
  • Increased Test Coverage
  • Added necessary documentation
    • API documentation
    • Module documentation in Module.md files
    • Ballerina By Examples

mohanvive and others added 30 commits April 8, 2020 11:07
Add initial table type compiler side implementation
Add table constructor initial implementation
[Table type] Make key-constraint as optional
Add improvements related to table access expression
…ina-lang into new-table-build-fix

# Conflicts:
#	compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/bir/codegen/JvmTypeGen.java
#	compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/parser/antlr4/BallerinaLexer.java
#	compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/parser/antlr4/BallerinaLexer.tokens
#	compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/parser/antlr4/BallerinaParser.java
#	compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/parser/antlr4/BallerinaParser.tokens
#	compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/semantics/analyzer/SymbolResolver.java
#	compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/semantics/analyzer/TypeChecker.java
#	compiler/ballerina-lang/src/main/resources/grammar/BallerinaLexer.g4
Multikey index support for table + Test case fixes
gimantha and others added 3 commits April 28, 2020 17:22
…na-lang into mohanvive-new-table-impl-2

# Conflicts:
#	compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/semantics/analyzer/Types.java
@mohanvive mohanvive changed the title [WIP] New Table implementation New Table implementation Apr 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team/CompilerFE All issues related to Language implementation and Compiler, this exclude run times.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants