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

Kernel, Distro, VM, Perl, Systemic and Compiler object types not documented #503

Closed
6 tasks done
AlexDaniel opened this issue May 8, 2016 · 7 comments
Closed
6 tasks done
Assignees
Labels
docs Documentation issue (primary issue type)

Comments

@AlexDaniel
Copy link
Member

AlexDaniel commented May 8, 2016

  • Distro
  • Kernel
  • VM
  • PERL
  • Systemic
  • Compiler

Code:

say WHAT $*DISTRO;
say WHAT $*KERNEL;
say WHAT $*VM;
say WHAT $*PERL;

Result:

(Distro)
(Kernel)
(VM)
(Perl)
@AlexDaniel AlexDaniel added the docs Documentation issue (primary issue type) label May 8, 2016
@AlexDaniel AlexDaniel changed the title Kernel and Distro not documented Kernel, Distro, VM not documented May 8, 2016
@ghost ghost changed the title Kernel, Distro, VM not documented Kernel, Distro, VM object types not documented Jul 25, 2017
@ghost
Copy link

ghost commented Jul 25, 2017

https://github.com/rakudo/rakudo/blob/beec02a6fa69e3ac290b4dd24c07d87a9f248b13/docs/announce/2014.05.md#L30

What does full blown object means in this context?

added $*KERNEL, $*DISTRO, $*VM, $*PERL as full blown objects

@ghost ghost changed the title Kernel, Distro, VM object types not documented Kernel, Distro, VM and PERL object types not documented Jul 25, 2017
@AlexDaniel
Copy link
Member Author

AlexDaniel commented Jul 25, 2017

What does full blown object means in this context?

Actually, not much. But, for example, $*PERL previously returned a Hash.

Here is an example (results before and after it was changed):

<AlexDaniel> c: 0a6c98c05d4^,0a6c98c05d4 say $*PERL
<committable6> AlexDaniel, ¦0a6c98c05d4^: «{"compiler" => {"release-number" => "", "ver" => "2014.04-264-g3216e7334", "name" => "rakudo", "codename" => "", "build-date" => "2017-05-22T19:44:33Z"}, "name" => "rakudo"}» ¦0a6c98c: «Perl 6»

And we can see when exactly they were implemented like so:

<AlexDaniel> bisect: old=Bajor~100 new=Bajor say $*DISTRO
<bisectable6> AlexDaniel, Bisecting by exit code (old=Bajor~100 new=Bajor). Old exit code: 1
<bisectable6> AlexDaniel, bisect log: https://gist.github.com/25c485ccd0e67beed0a48e5330b155c0
<bisectable6> AlexDaniel, (2014-05-12) rakudo/rakudo@4555386

So here are the relevant commits:

@lizmat
Copy link
Collaborator

lizmat commented Nov 4, 2017

Initial version of Distro information pushed with 6fef43c

@lizmat
Copy link
Collaborator

lizmat commented Nov 4, 2017

Initial version of VM information pushed with db79ec9

@lizmat
Copy link
Collaborator

lizmat commented Nov 4, 2017

Initial version of Perl information pushed with b558e09

@lizmat
Copy link
Collaborator

lizmat commented Nov 4, 2017

Initial version of Kernel information pushed with df06cbc . Comments welcome!

Probably need to add Systemic and Compiler to this list. But too tired for that now.

@AlexDaniel AlexDaniel added the NOTSPECCED need roast tests before documenting label Nov 5, 2017
@AlexDaniel
Copy link
Member Author

Should we add a warning that all this stuff is not specced?

@AlexDaniel AlexDaniel changed the title Kernel, Distro, VM and PERL object types not documented Kernel, Distro, VM, Perl, Systemic and Compiler object types not documented Nov 5, 2017
@JJ JJ added the JJ TPF Grant label May 6, 2018
@JJ JJ added this to the May SQUASHathon milestone May 6, 2018
@JJ JJ self-assigned this May 6, 2018
@JJ JJ removed the NOTSPECCED need roast tests before documenting label May 6, 2018
JJ added a commit that referenced this issue May 6, 2018
And links it from the pages it was mentioned. Refs #503
@JJ JJ closed this as completed in c6546a2 May 6, 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)
Projects
None yet
Development

No branches or pull requests

3 participants