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

[Spec Deviation] Direct table type descriptor is not implemented #13170

Closed
Anoukh opened this issue Jan 14, 2019 · 2 comments
Closed

[Spec Deviation] Direct table type descriptor is not implemented #13170

Anoukh opened this issue Jan 14, 2019 · 2 comments
Assignees
Labels
Area/Compiler Team/CompilerFE All issues related to Language implementation and Compiler, this exclude run times. Type/Improvement Type/SpecDeviation

Comments

@Anoukh
Copy link
Member

Anoukh commented Jan 14, 2019

Description:
As per the spec (v0.990:2019-01-16), the table type descriptor is not implemented

table-type-descriptor := table { column-type-descriptor+ }
column-type-descriptor := individual-column-type-descriptor | column-record-type-reference
individual-column-type-descriptor := [key] type-descriptor column-name ;
column-record-type-reference := * type-reference [key-specifier (, key-specifier)*] ;
key-specifier := key column-name
column-name := identifier

Affected Versions:
0.990.2

@anupama-pathirage anupama-pathirage added the Team/CompilerFE All issues related to Language implementation and Compiler, this exclude run times. label Apr 30, 2019
@MaryamZi MaryamZi changed the title [Spec Deviation] Table type descriptor not implemented [Spec Deviation] Direct table type descriptor is not implemented Sep 6, 2019
@gimantha gimantha added this to the Ballerina 1.1.0 milestone Oct 17, 2019
@hasithaa hasithaa removed this from the Ballerina 1.1.0 milestone Dec 16, 2019
@hasithaa
Copy link
Contributor

Table syntax under review and will be revamped with ballerina-platform/ballerina-spec#354 in future spec.

@grainier Please resolve this issue when we implement the new table implementation.

@hasithaa
Copy link
Contributor

This is changed with ballerina-platform/ballerina-spec#47. Hence resolving.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area/Compiler Team/CompilerFE All issues related to Language implementation and Compiler, this exclude run times. Type/Improvement Type/SpecDeviation
Projects
None yet
Development

No branches or pull requests

6 participants