Re: Two topics not found in docs search: 'constant' and 'heredocs'.

2016-04-04 Thread Tom Browder
On Mon, Apr 4, 2016 at 7:41 AM, Timo Paulssen wrote: > On 04/04/16 13:42, Shlomi Fish wrote: >> How are you searching exactly? With which command/which URL? > Probably the search field on the doc page. Precisely. -Tom

Re: How to use NativeCall with a libc function?

2016-04-04 Thread Tom Browder
On Mon, Apr 4, 2016 at 10:45 AM, Timo Paulssen wrote: > Hey Tom, > > in NativeCall, "is rw" has a very special meaning. For example, if you have > "int32 $foo is rw", you'll actually give the native function a pointer to an > int, and perl6 will make that work out for you

Re: How to use NativeCall with a libc function?

2016-04-04 Thread Timo Paulssen
Hey Tom, in NativeCall, "is rw" has a very special meaning. For example, if you have "int32 $foo is rw", you'll actually give the native function a pointer to an int, and perl6 will make that work out for you properly if you have an "int" or an "Int" variable that you pass. Apparently we

Re: Two topics not found in docs search: 'constant' and 'heredocs'.

2016-04-04 Thread Timo Paulssen
On 04/04/16 13:42, Shlomi Fish wrote: How are you searching exactly? With which command/which URL? -- Shlomi Probably the search field on the doc page. I can reproduce both terms not giving any results there. I think you'd have to use the X tag in the pod source to create an index

Re: Two topics not found in docs search: 'constant' and 'heredocs'.

2016-04-04 Thread Shlomi Fish
Hi Tom! On Mon, 4 Apr 2016 06:20:36 -0500 Tom Browder wrote: > The declarator "constant" is found here: > > http://doc.perl6.org/language/5to6-nutshell#constant > > And "Heredocs" are discussed here: > > http://doc.perl6.org/language/quoting#Heredocs%3A_%3Ato > >

Two topics not found in docs search: 'constant' and 'heredocs'.

2016-04-04 Thread Tom Browder
The declarator "constant" is found here: http://doc.perl6.org/language/5to6-nutshell#constant And "Heredocs" are discussed here: http://doc.perl6.org/language/quoting#Heredocs%3A_%3Ato but neither is listed when doing a search. And how does one make a phrase or term searchable in the docs