question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Resolve of primitive types

See original GitHub issue

We should do something about primitive types, like i32, in resolve. One way is to resolve them to the corresponding module in stdlib. Another way is to return null from getReference for primitives.

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
kumbayocommented, May 16, 2017

Yes I have some changes for improved primitive type completion. But I need to rebase them on the current version first and they also need to be reviewed.

0reactions
farodin91commented, May 16, 2017

@kumbayo Any process on primitive type completion?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Primitive Data Types (The Java™ Tutorials > Learning the ...
The eight primitive data types supported by the Java programming language are: ... Accessing an uninitialized local variable will result in a compile-time ......
Read more >
Can we get rid of primitive types in Java — [Notes] - Tarun Jain
I'm comfortable using primitive data types (int, long, etc.) when writing Java code, but when I need to use a built-in data structure...
Read more >
Primitive Types - Wikibooks, open books for an open world
Primitive types are the most basic data types available within the Java language. There are 8: boolean , byte , char , short...
Read more >
Primitive Types - Uniform GraphQL Docs
Primitive types are the simplest building blocks of GraphQL . They depend on nothing else, but everything else depends on them. These are...
Read more >
c# - Error Primitive types or structs cannot be resolved when ...
Your LoginApplicationSteps has a constructor with parameter Xamarin.UITest.Platform. This is the primitive type which makes you trouble.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found