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

Native Types Not Documented #372

Closed
zoffixznet opened this issue Jan 29, 2016 · 8 comments
Closed

Native Types Not Documented #372

zoffixznet opened this issue Jan 29, 2016 · 8 comments
Labels
docs Documentation issue (primary issue type) good first issue If you want to dive in, this would be a good place to start

Comments

@zoffixznet
Copy link
Contributor

Looking at https://github.com/rakudo/rakudo/blob/nom/src/core/natives.pm, I see these types: int int8 int16 int32 int64 uint uint8 byte uint16 uint32 uint64 num num32 num64 str

The Types TOC only lists one of them, the int

@Skarsnik
Copy link
Contributor

They are not 'real'type (as you can't use then with ~~) they are all more likes some weird constant

@jonathanstowe
Copy link
Contributor

The entire list should be documented somewhere though

@awwaiid
Copy link
Contributor

awwaiid commented Mar 14, 2016

doc/Language/nativecall.pod has a list (apparently missing a few entries), though that also mentions longlong which is not mentioned in roast.

@AlexDaniel AlexDaniel added docs Documentation issue (primary issue type) needs research labels Mar 24, 2016
@AlexDaniel
Copy link
Member

Oh, so just make it searchable and that's it.

@AlexDaniel AlexDaniel added the LHF label Sep 2, 2017
@AlexDaniel
Copy link
Member

Just noticed that we have https://docs.perl6.org/type/nativeInt. That's the only native type page. Should we remove it?

AlexDaniel added a commit that referenced this issue Sep 3, 2017
Currently tables don't support proper formatting, so we have to index
things separately. It's LTA but it does the job.

It seems that the table is not full. There's a separate issue
for it: #1511.

Hopefully resolves issue #372.
@AlexDaniel
Copy link
Member

You can now type int32 in the search and it will bring you to the table with native types. Is the issue resolved or not? If not, what specifically has to be done?

@Skarsnik
Copy link
Contributor

Skarsnik commented Sep 3, 2017 via email

@zoffixznet zoffixznet removed their assignment Sep 4, 2017
@zoffixznet
Copy link
Contributor Author

Is the issue resolved or not?

I think so.

@coke coke added good first issue If you want to dive in, this would be a good place to start and removed LHF labels Apr 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation issue (primary issue type) good first issue If you want to dive in, this would be a good place to start
Projects
None yet
Development

No branches or pull requests

6 participants