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

Type-safe Metamodel example show empty arrays in output on JVM #789

Open
ghost opened this issue Oct 28, 2015 · 4 comments
Open

Type-safe Metamodel example show empty arrays in output on JVM #789

ghost opened this issue Oct 28, 2015 · 4 comments

Comments

@ghost
Copy link

ghost commented Oct 28, 2015

Web IDE output (js backend):

[span, measure, occursAt, occurrences, occurs, firstOccurrence, lastOccurrence, includesAt, inclusions, firstInclusion, lastInclusion, split, replace, replaceFirst, replaceLast, pad, padLeading, padTrailing, copyTo]
[ceylon.language::String.string, ceylon.language::String.rest, ceylon.language::String.coalesced, ceylon.language::String.reversed, ceylon.language::String.lowercased, ceylon.language::String.uppercased, ceylon.language::String.trimmed, ceylon.language::String.normalized]

JVM output:

[]
[]

@FroMage
Copy link
Member

FroMage commented Oct 28, 2015

Must be because String is a native type that does not have those annotations but I was sure we implemented a layer to fake them.

@tombentley
Copy link
Member

I didn't implement such a layer @FroMage, so unless you did then we didn't.

@FroMage
Copy link
Member

FroMage commented Oct 28, 2015

Damn, I really thought we did when we found that issue.

@FroMage
Copy link
Member

FroMage commented Oct 28, 2015

OK it's #408 I'm thinking of and yes I thought we had worked around it. Oh well, too bad.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants