Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created January 20, 2018 12:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/eb39d5949aa19e3e882a134915bd8c4e to your computer and use it in GitHub Desktop.
Save Whateverable/eb39d5949aa19e3e882a134915bd8c4e to your computer and use it in GitHub Desktop.
quotable6
‘.markdown’

¦ MoarVM: 27a7befed3 | (Zoffix Znet)++ (committed using GitHub Web editor) | docs/bytecode.markdown
¦ MoarVM: deddb916cd | (brian d foy)++ (committed by Samantha McVey) | README.markdown
¦ MoarVM: 0406d43143 | (Samantha McVey)++ (committed using GitHub Web editor) | README.markdown
or at least all the ones not found with .contains in the ops.markdown
MoarVM build failed. Samantha McVey 'Remove old strings.markdown documentation file'
¦ MoarVM: 95f6152dee | (Samantha McVey)++ | docs/strings.markdown
¦ MoarVM: Remove old strings.markdown documentation file�
¦ MoarVM: 89a9999fc1 | (Samantha McVey)++ | README.markdown
https://github.com/perl6/nqp/blob/master/docs/ops.markdown#radix or can out[2] be always determined from out[1] + the offset it was handed off
https://github.com/MoarVM/MoarVM/blob/master/docs/extops.markdown
the nqp::knowhow seems disconnected from anything related to it, and it's not documented in https://github.com/perl6/nqp/blob/master/docs/ops.markdown
MoarVM: 222115d | niner++ | docs/gc.markdown:
MoarVM: 94b1b63 | FROGGS++ | README.markdown:
MoarVM: 99571b9 | (Nova Patch)++ | README.markdown:
MoarVM: 70cf598 | lizmat++ | README.markdown:
oh, ops.markdown doesn't have it ... because it's a perl6 op ...
http://github.com/MoarVM/MoarVM/blob/docs/bytecode.markdown
http://github.com/MoarVM/MoarVM/blob/master/docs/bytecode.markdown
bytecode.markdown is the one I've been maintaining
cognominal: in docs/ops.markdown ?
I want to document ops missing fromm ops.markdown :)
jnthn: is that last commit implementing the categories described here? https://github.com/MoarVM/MoarVM/blob/master/docs/exceptions.markdown
MoarVM: 3607c62 | jnthn++ | README.markdown:
MoarVM: cdcbf43 | jnthn++ | README.markdown:
MoarVM: 6c7541e | jnthn++ | README.markdown:
japhb: Somewhat in gc.markdown; it could no doubt be improved...
MoarVM: bccbeac | jnthn++ | docs/6model-parametric-extensions.markdown:
https://github.com/perl6/nqp/blob/master/docs/ops.markdown
MoarVM/6pe: bccbeac | jnthn++ | docs/6model-parametric-extensions.markdown:
MoarVM/6pe: 62387b8 | jonathan++ | docs/6model-parametric-extensions.markdown:
MoarVM/6pe: 5a3f555 | jonathan++ | docs/6model-parametric-extensions.markdown:
MoarVM: e71e022 | jonathan++ | README.markdown:
MoarVM: 6e2db0b | (Tobias Leich)++ | README.markdown:
MoarVM: c65b2a6 | jnthn++ | docs/bytecode.markdown:
MoarVM: f6e89c4 | jnthn++ | README.markdown:
MoarVM: d253acc | jnthn++ | README.markdown:
MoarVM: d9ad0cf | (Timo Paulssen)++ | docs/bytecode.markdown:
MoarVM/spesh_nameds: d9ad0cf | (Timo Paulssen)++ | docs/bytecode.markdown:
MoarVM: cd6a21f | jonathan++ | README.markdown:
I'd start by updating docs/bytecode.markdown or so
bytecode.markdown is actually quite up to date, afaik.
MoarVM/named_to_positional: aa55bbc | (Timo Paulssen)++ | docs/bytecode.markdown:
MoarVM/named_to_positional: 738a4cd | (Timo Paulssen)++ | docs/bytecode.markdown:
MoarVM/named_to_positional: 5eedf49 | (Timo Paulssen)++ | docs/bytecode.markdown:
MoarVM: 09c66c0 | jonathan++ | README.markdown:
MoarVM: 9656fbd | jnthn++ | README.markdown:
for README.markdown both callbacks get called for about ten times each
MoarVM$ make install && cat README.markdown | perl6-m -e 'say $*IN.lines'
it reads the 42 bytes (last line of README.markdown), and then tries again, and hangs in UV_RUN_DEFAULT
MoarVM$ cat README.markdown | perl6-m -e 'say $*IN.lines.elems'
MoarVM: 7a9e60f | timo++ | README.markdown:
MoarVM: adce756 | jonathan++ | README.markdown:

¦ nqp: 0e7ff4e7fc | (Zoffix Znet)++ (committed using GitHub Web editor) | docs/ops.markdown
¦ nqp: c3f74349ee | pmurias++ | docs/ops.markdown
¦ nqp: 3d50752740 | pmurias++ | docs/ops.markdown
¦ nqp: 2a0ca51a75 | pmurias++ | docs/ops.markdown
¦ nqp: 51ed31c20c | (Tom Browder)++ (committed using GitHub Web editor) | docs/ops.markdown
mornin, looking at the nqp/docs/ops.markdown: any thoughts on turning toc into a multicolumn table to save vertical whitespace?
in docs/op.markdown should we also mention the return type of the op?
¦ nqp: 3927afb302 | pmurias++ | docs/ops.markdown
tbrowder: there's also https://github.com/perl6/nqp/blob/master/docs/ops.markdown
¦ nqp: e0bd0ec664 | (Zoffix Znet)++ (committed using GitHub Web editor) | docs/ops.markdown
¦ nqp: 129d4b8aff | (Zoffix Znet)++ (committed using GitHub Web editor) | docs/ops.markdown
¦ nqp: 0539f6bb77 | MasterDuke17++ (committed using GitHub Web editor) | docs/ops.markdown
nqp::getmessage or nqp::getpayload maybe? Some ops are listed here: https://github.com/perl6/nqp/blob/master/docs/ops.markdown#-exceptional-opcodes
¦ nqp: c20643c97c | (Samantha McVey)++ | docs/ops.markdown
¦ nqp: �[docs] Document `ordbaseat` op in docs/ops.markdown�
https://github.com/perl6/nqp/blob/master/docs/ops.markdown#join
¦ nqp: ea6be29658 | (Cuong Manh Le)++ | docs/ops.markdown
¦ nqp: b6ba7362e0 | lizmat++ (committed using GitHub Web editor) | docs/ops.markdown
¦ nqp: d93277beeb | (Samantha McVey)++ | docs/ops.markdown
sees neither QAST::Regex nor QAST::NodeList in https://github.com/perl6/nqp/blob/master/docs/qast.markdown :(
¦ nqp: 589a3dd5cd | (Samantha McVey)++ | docs/ops.markdown
¦ nqp: 650840d741 | (Samantha McVey)++ | docs/ops.markdown
¦ nqp: 091625799a | (Samantha McVey)++ | docs/ops.markdown
pmurias: would be nice if you clarified it here: https://github.com/perl6/nqp/blob/master/docs/ops.markdown#can
¦ nqp: 5e661b4a5e | (Aleks-Daniel Jakimenko-Aleksejev)++ | docs/ops.markdown
¦ nqp: fff99261e1 | (Jonathan Worthington)++ | docs/ops.markdown
Is nqp::p6bindattrinvres documented anywhere? It's not mentioned in ops.markdown
BenGoldberg: and are somewhat documented here https://github.com/rakudo/rakudo/blob/nom/docs/ops.markdown
Ahh ha, I was looking at the wrong ops.markdown! I was looking at https://github.com/perl6/nqp/blob/master/docs/ops.markdown
¦ nqp: a3168fdfb8 | (Jonathan Worthington)++ | docs/ops.markdown
also: https://github.com/perl6/nqp/blob/master/docs/ops.markdown#writefh
¦ nqp/nqp-io: 83abc6ffde | (Jonathan Worthington)++ | docs/ops.markdown
dogbert17: you mean, besides this? https://github.com/perl6/nqp/blob/master/docs/ops.markdown#setelems
https://github.com/perl6/nqp/blob/master/docs/ops.markdown#radix
¦ nqp: 61b9a2da82 | (Samantha McVey)++ | docs/ops.markdown
¦ nqp: �[ops.markdown] make radix doc a little more clear�
¦ nqp: e843d339bc | MasterDuke17++ | docs/ops.markdown
¦ nqp: 9b2745046f | (Samantha McVey)++ | docs/ops.markdown
¦ nqp: �Add doc for filenofh to ops.markdown�
SmokeMachine: a lot of them are not documented. There's a list here: https://github.com/perl6/nqp/blob/master/docs/ops.markdown and nqp::p6* ones are here: https://github.com/rakudo/rakudo/blob/nom/docs/ops.markdown
¦ nqp: 713526e023 | (Samantha McVey)++ | docs/ops.markdown
¦ nqp: �Fix typo in `indexic` op in ops.markdown�
NQP build passed. Samantha McVey 'Fix typo in `indexic` op in ops.markdown'
¦ nqp: bcfb6e5b04 | (Samantha McVey)++ | docs/ops.markdown
¦ nqp: �Add indexic op to ops.markdown documentation�
¦ nqp: b2c0b3cbbe | MasterDuke17++ | docs/ops.markdown
¦ nqp: 3268b0524c | MasterDuke17++ | docs/ops.markdown
¦ nqp: 12be161966 | timo++ | docs/ops.markdown
¦ nqp: 83080ffed0 | (Samantha McVey)++ | docs/ops.markdown
¦ nqp: 2909825e5b | (Samantha McVey)++ | docs/ops.markdown
¦ nqp: ef25c99bad | (Samantha McVey)++ | docs/ops.markdown
¦ nqp: 34a05465e8 | (Zoffix Znet)++ | docs/ops.markdown
nqp: 9f6530e878 | MasterDuke17++ | docs/6model/repr-compose-protocol.markdown
nqp: 94ea924119 | (Pawel Murias)++ | docs/qast.markdown
nqp: 04c221c7fc | MasterDuke17++ | docs/qast.markdown
https://github.com/perl6/nqp/blob/master/docs/ops.markdown#isbig
nqp: 9357194067 | (Daniel Green)++ | docs/ops.markdown
nqp: 3f05cfa6f2 | (Zoffix Znet)++ | docs/qast.markdown
nqp: 19e98e5524 | (Zoffix Znet)++ | docs/qast.markdown
https://github.com/perl6/nqp/blob/master/docs/ops.markdown says:
maybe Ops.markdown is wrong saying it takes in Int? idk
nqp: eece127 | samcv++ | docs/ops.markdown:
nqp: ops.markdown: provide more accurate and detailed info on unipropcode
nqp: ce126b6 | (Zoffix Znet)++ | docs/ops.markdown:
ehehe... well, yeah, I figured as much but is nqp::p6store documented somewhere? I don't see it in https://github.com/perl6/nqp/blob/master/docs/ops.markdown
babydrop: try rakudo/docs/ops.markdown
when I read both descriptions: https://github.com/perl6/nqp/blob/master/docs/ops.markdown#getlexdyn
nqp: 71dbc3d | (Zoffix Znet)++ | docs/ops.markdown:
nqp: 1173a6e | MasterDuke17++ | docs/ops.markdown:
nqp: cea29a3 | (Zoffix Znet)++ | docs/ops.markdown:
nqp: a6425aa | coke++ | docs/ops.markdown:
jnthn: docs/qast.markdown:333, "No attempt is made to ensure you do not re-bind such a symbol, but do not do this; runtimes are free to turn lookups of static lexical symbols into direct references to the symbol.
nqp: 4f73719 | coke++ | docs/ops.markdown:
nqp: fc62a59 | coke++ | docs/ops.markdown:
nqp: c97be19 | coke++ | docs/ops.markdown:
nqp: b67c7da | coke++ | docs/ops.markdown:
nqp: ba08592 | coke++ | docs/ops.markdown:
nqp: 7e18157 | coke++ | docs/ops.markdown:
nqp: 61a5556 | coke++ | docs/ops.markdown:
nqp: a4d93fd | coke++ | docs/ops.markdown:
nqp: 501efa6 | coke++ | docs/ops.markdown:
nqp: 6702a8f | MasterDuke17++ | docs/ops.markdown:
nqp: 67b6836 | (Zoffix Znet)++ | docs/ops.markdown:
nqp: bcf943a | (Zoffix Znet)++ | docs/ops.markdown:
nqp/expose-decode-stream: 1507603 | jnthn++ | docs/ops.markdown:
nqp: 05e51ee | (Zoffix Znet)++ | docs/6model/overview.markdown:
nqp: 5b4fcb5 | (Zoffix Znet)++ | docs/qast.markdown:
nqp: e4f47ee | Xliff++ | docs/ops.markdown:
nqp: d3e3707 | Xliff++ | docs/ops.markdown:
nqp: 6aeea36 | Xliff++ | docs/ops.markdown:
nqp: a3e9ef3 | peschwa++ | docs/ops.markdown:
nqp: 99aa515 | (Zoffix Znet)++ | docs/ops.markdown:
nqp/noparrot: 5a717bb | Coke++ | docs/ops.markdown:
nqp/optimize-with-hoopl: 30e0c94 | (Pawel Murias)++ | docs/ops.markdown:
nqp: 88eb72b | (Pawel Murias)++ | docs/ops.markdown:
nqp: b2774c9 | (Pawel Murias)++ | docs/ops.markdown:
nqp: 074f7fa | (Daniel Green)++ | docs/ops.markdown:
nqp: 5e1e41b | niner++ | docs/ops.markdown:
nqp: 4df46d7 | (Daniel Green)++ | docs/ops.markdown:
nqp: 67b668f | jnthn++ | docs/ops.markdown:
nqp: a4143e3 | (Daniel Green)++ | docs/ops.markdown:
nqp: 173098b | lizmat++ | docs/ops.markdown:

.ask manchicken have you seen the nqp::stat op? https://github.com/perl6/nqp/blob/master/docs/ops.markdown#stat
20:28Z <MasterDuke> manchicken: have you seen the nqp::stat op? https://github.com/perl6/nqp/blob/master/docs/ops.markdown#stat
¦ nqp: c20643c97c | (Samantha McVey)++ | docs/ops.markdown
¦ nqp: �[docs] Document `ordbaseat` op in docs/ops.markdown�
timotimo: nah, there's just more info: https://github.com/perl6/nqp/blob/master/docs/ops.markdown#radix
.tell teatime Docs for nqp ops: https://github.com/perl6/nqp/blob/master/docs/ops.markdown https://github.com/rakudo/rakudo/blob/nom/docs/ops.markdown and guts course: https://github.com/edumentab/rakudo-and-nqp-internals-course#rakudo-and-nqp-internals-workshop
08:32Z <Zoffix> teatime: Docs for nqp ops: https://github.com/perl6/nqp/blob/master/docs/ops.markdown https://github.com/rakudo/rakudo/blob/nom/docs/ops.markdown and guts course: https://github.com/edumentab/rakudo-and-nqp-internals-course#rakudo-and-nqp-internals-workshop
https://github.com/perl6/nqp/blob/d93277beeb8bd697b835b680694d7a65b5b9f7e7/docs/ops.markdown#watchfile seems to be a bit inconsistent with other docs, that only mentions files, not directories
if I want to create a list of some LHF (low hanging fruit) tasks for rakudo.js/nqp.js what would be a good way of doing it (a .markdown file/LHF tagged github issues?)
BooK: the ops are in https://github.com/perl6/nqp/blob/master/docs/ops.markdown the QAST are in https://github.com/perl6/nqp/blob/master/docs/qast.markdown and nqp::p6 ops are in https://github.com/rakudo/rakudo/blob/nom/docs/ops.markdown
Docs for nqp ops are here: https://github.com/perl6/nqp/blob/master/docs/ops.markdown
ab5tract: https://github.com/rakudo/rakudo/blob/nom/docs/ops.markdown#p6bindattrinvres
nicq20-mobile: https://github.com/perl6/nqp/blob/master/docs/qast.markdown
https://github.com/adambard/learnxinyminutes-docs/blob/master/perl6.html.markdown
patrickz: nqp:: stuff is documented in https://github.com/perl6/nqp/blob/master/docs/ops.markdown and nqp::p6* are in https://github.com/rakudo/rakudo/blob/nom/docs/ops.markdown
that's not what you mean, but we have a list of nqp:: ops and short descriptions of what they do in nqp/docs/ops.markdown
samcv: btw, it would be good to add unicmp to https://github.com/perl6/nqp/blob/master/docs/ops.markdown
Any idea where "repr-compose-protocol.markdown" the internals course mentions is at?
Ah https://github.com/perl6/nqp/blob/master/docs/6model/repr-compose-protocol.markdown
cschwenz: some (but not all) ops are documented in https://github.com/perl6/nqp/blob/master/docs/ops.markdown nqp::p6* ops are documented in https://github.com/rakudo/rakudo/blob/nom/docs/ops.markdown
dugword: NQP is a compiler toolkit. You can get some docs at https://github.com/perl6/nqp/blob/master/docs/ops.markdown https://github.com/perl6/nqp/blob/master/docs/qast.markdown and there's also an internals course: http://edumentab.github.io/rakudo-and-nqp-internals-course/
pmurias: if you find out may be worth documenting it in https://github.com/rakudo/rakudo/blob/nom/docs/ops.markdown#p6return
AlexDaniel: don't forget to give gist a filename with .md or .markdown extension so it renders it
samcv: i expect you've also already seen the ops.markdown doc in the nqp repository? https://github.com/perl6/nqp/blob/master/docs/ops.markdown
AlexDaniel, https://github.com/perl6/nqp/blob/master/docs/ops.markdown#nqp-opcodes - starting from "In opcode signatures below,".
I've found https://github.com/perl6/nqp/blob/master/docs/ops.markdown which is also useful
ops.markdown is particularly helpful for reading moar bytecode
seatek: https://github.com/perl6/nqp/blob/master/docs/ops.markdown
https://github.com/perl6/nqp/blob/master/docs/ops.markdown#lexprimspec
cowens: subtraction of ints. See https://github.com/perl6/nqp/blob/master/docs/ops.markdown
ItayAlmog: it allocates the object https://github.com/perl6/nqp/blob/master/docs/ops.markdown#create
And the docs for nqp ops are here: https://github.com/perl6/nqp/blob/master/docs/ops.markdown
Xliff: if it's transparent enough it'd be nice to have it doc'd in nqp/doc/ops.markdown
Xliff: ops.markdown is mostly compiler developer documentation. references to users calling ops feel kind of off there
Quoth nqp/docs/ops.markdown: "Binds `$new_value` to the attribute of name `$attributename` of object `$obj`, where the attribute was declared in type `$type`."
tbrowder: those aren't in the grammar - you might want to look into nqp/docs/ops.markdown
tbrowder: nqp/docs/ops.markdown
I may be confusing things, I see sub subst used in Pod.nqp but I just found it in nqp/src/core/Regex.nqp but not in ops.markdown
Oh, you mean builtin subs. ops.markdown lists all those nqp::whatevers
well, ops.markdown is for (at least on some level) vm-specific operators
ref nqp: in ops.markdown, some things like for() are not shown as a builtin, but it is used as, e.g., "for @a -> $a {}" in Pod.nqp. Is there a list of such exception (built-ins?) somewhere, or does that need to be mentioned in ops.markdown?
tbrowder: the syntax of nqp should definitely not be described in ops.markdown
FROGGS: You mean this? -- https://github.com/perl6/nqp/blob/master/docs/ops.markdown#bindattr
although its not documented either way in nqp/doc/ops.markdown vOv
gnull: look at the history: https://github.com/adambard/learnxinyminutes-docs/commits/master/perl6.html.markdown
docs/qast.markdown seems to imply that changing the implementation is free to change that to direct references
reminds me of https://github.com/catseye/Specs-on-Spec/blob/master/sartre/sartre.markdown
there *is* islt in ops.markdown vOv
yeah i was looking at ops.markdown but didn't see them
https://github.com/perl6/nqp/blob/master/docs/ops.markdown
partly__: if it is anywhere it is here: https://github.com/perl6/nqp/blob/master/docs/ops.markdown
bioexpress: some documentation exists at https://github.com/perl6/nqp/blob/master/docs/ops.markdown
nqp: 18f991d | (Salvador Ortiz)++ | docs/ops.markdown:
nqp: d66805f | lizmat++ | docs/ops.markdown:
isBEKaml, Thanks, nothing specific yet, I been reading the source, and seems that ops.markdown, among others, in nqp/docs is outdated
https://github.com/perl6/nqp/blob/master/docs/ops.markdown#bindattr
moritz: https://github.com/perl6/nqp/blob/master/docs/ops.markdown#stat
FWIW NQP has most of its operators documented: https://github.com/perl6/nqp/blob/master/docs/ops.markdown
nqp: 23538e5 | (Zoffix Znet)++ | docs/ops.markdown:
nqp: 9d05ece | lizmat++ | docs/ops.markdown:
nqp/ops.markdown already had a little ToC. now it has 2. maybe the earlier can be removed now?
nine: but it's not documented in ops.markdown and apparently not used in src/Perl6
has never written Pod6 docs for his modules, but gave them all a README.markdown
ops.markdown says "[...]return the position of the first character after the given range, or the length of the string, whichever is smaller", so that's a MVM bug
I'd prefer maintaining compat with jvm and ops.markdown, as well as generally not giving blown-up values just because you tried to go way beyond the EOS :P
from https://github.com/perl6/nqp/blob/master/docs/qast.markdown I concluded (guessed) that the :hll on CompUnit is rather cosmetic - it seems it's not...
timotimo: it's not in docs/ops.markdown; is it available as nqp::note() ?
nqp: ab46da4 | (Stéphane Payrard)++ | docs/qast.markdown:
nqp: 8717925 | FROGGS++ | docs/qast.markdown:
ShimmerFairy: https://github.com/perl6/nqp/blob/master/docs/ops.markdown may be of help?
moritz: O.o what is that? not in ops.markdown, i'm gonna try it right away
it's not in docs/ops.markdown
ShimmerFairy: .pod or .markdown that is
ingy: https://github.com/MoarVM/MoarVM/blob/master/docs/bytecode.markdown
nqp/multidim: 287814e | jnthn++ | docs/6model/repr-compose-protocol.markdown:
jnthn: just kidding, I just stumbled over it. And docs/qast.markdown gives you a whole different idea...
I found it in nqp/docs/ops.markdown
Everybody knows about https://github.com/perl6/nqp/blob/master/docs/qast.markdown right?
meisl: https://github.com/perl6/nqp/blob/master/docs/qast.markdown#qaststmts-and-qaststmt
nqp: 8398cee | paultcochrane++ | docs/ops.markdown:
nqp: 1120f1f | paultcochrane++ | docs/ops.markdown:
nqp: 468f1cb | paultcochrane++ | docs/ops.markdown:
nqp: 0923187 | paultcochrane++ | docs/ops.markdown:
nqp: f0255fb | jnthn++ | docs/ops.markdown:
nqp: 579b06f | jnthn++ | docs/serialization_format.markdown:
zavolaj: 0c8704a | niner++ | README.markdown:
zavolaj: c2ff93a | moritz++ | README.markdown:
zavolaj: 4a29f3b | moritz++ | README.markdown:
nqp/longer: 71e9494 | lizmat++ | docs/ops.markdown:
nqp: 71e9494 | lizmat++ | docs/ops.markdown:
nqp: 2071014 | lizmat++ | docs/ops.markdown:
nqp/native-ref: 4d77554 | jnthn++ | docs/6model/repr-compose-protocol.markdown:
nqp: 936b383 | (ugexe (Nick Logan))++ | docs/ops.markdown:
nqp: e9fef5b | moritz++ | docs/ops.markdown:
Also: https://github.com/perl6/nqp/blob/master/docs/6model/repr-compose-protocol.markdown
zavolaj: 50d2890 | FROGGS++ | README.markdown:
https://github.com/perl6/nqp/blob/master/docs/ops.markdown
and https://github.com/perl6/nqp/blob/master/docs/ops.markdown
nqp: 499c890 | jnthn++ | docs/ops.markdown:
zavolaj: c2e7e3c | (Rob Hoelz)++ | README.markdown:
perl6/nqp.git /docs/ops.markdown line: 1828, ## the op of start a timer is blank?
i think ops.markdown is at least partially generated? maybe something went wrong there
from docs.markdown it does look like you need the perl6-type Buf for readfh :/
jnthn: Oh, and a follow-up question from a few days ago: What does :blocktype immediatestatic and declarationstatic mean? They're not documented in docs/qast.markdown
https://github.com/perl6/nqp/blob/master/docs/ops.markdown#unbox
nqp: 005b2f3 | ugexe++ | docs/ops.markdown:
nqp: Document ops.markdown cleanup; ambigious two/to
nqp: 1e8c67e | jimmy++ | docs/ops.markdown:
nqp: Document ops.markdown cleanup; ambigious two/to
nqp/openpipe: 12f9f84 | (Arne Skjærholt)++ | docs/ops.markdown:
nqp: 12f9f84 | (Arne Skjærholt)++ | docs/ops.markdown:
(ops.markdown seems to indicate "yes")
zavolaj: 7687ca0 | (Salve J. Nilsen)++ | README.markdown:
zavolaj: 1b220a2 | (Tobias Leich)++ | README.markdown:
https://github.com/perl6/nqp/blob/master/docs/ops.markdown should be authoritative ?
nqp: 783e870 | (Elizabeth Mattijsen)++ | docs/ops.markdown:
nqp: 53515d6 | (Elizabeth Mattijsen)++ | docs/ops.markdown:
https://github.com/perl6/nqp/blob/master/docs/ops.markdown
nqp: 4b7e77a | (Elizabeth Mattijsen)++ | docs/ops.markdown:
https://github.com/perl6/nqp/blob/master/docs/ops.markdown
nqp: fe64f00 | (Elizabeth Mattijsen)++ | docs/ops.markdown:
nqp: b859815 | (Tobias Leich)++ | docs/ops.markdown:
I got the impression from the one line description in ops.markdown that nqp::replace() would modify its first arg (the string), but reality seems to differ. Is there an op that will modify a string in-place?
nqp: aa79786 | duff++ | docs/ops.markdown:
docs are in nqp's docs/ops.markdown
https://github.com/Nami-Doc/learnxinyminutes-docs/blob/master/perl6.html.markdown - could be this
docs/ops.markdown says nqp::fromstr_I(str $val, Mu:T $type) converts a string value to a Big Integer of the given type. What does that mean "of the given type"?
egrep: this? https://github.com/Nami-Doc/learnxinyminutes-docs/blob/master/perl6.html.markdown
Sterver: perhaps this? https://github.com/Nami-Doc/learnxinyminutes-docs/blob/master/perl6.html.markdown
ventica_desktop: if you're still in your "first learning" stage, feel free to try out https://github.com/Nami-Doc/learnxinyminutes-docs/blob/master/perl6.html.markdown :P
hoelzro: https://github.com/Nami-Doc/learnxinyminutes-docs/blob/2a8e20ca27c59347df58197f821b1eee2e913128/perl6.html.markdown only the multilines ones are highlighted
"Returns a psuedo-random bigint up to the value of the given number." -- docs/ops.markdown
https://github.com/Nami-Doc/learnxinyminutes-docs/blob/master/perl6.html.markdown <- comments are pretty ugh :(
just updated https://github.com/Nami-Doc/learnxinyminutes-docs/blob/master/perl6.html.markdown
ribasushi: besides de/serialization you have to make these ops available: https://github.com/perl6/nqp/blob/master/docs/ops.markdown
nqp/asyncops: 916eddb | jnthn++ | docs/ops.markdown:
nqp: 5fbd68b | jnthn++ | docs/ops.markdown:
nqp: a66079d | jnthn++ | docs/ops.markdown:
nqp: c042626 | jnthn++ | docs/ops.markdown:
nqp: 916eddb | jnthn++ | docs/ops.markdown:
nqp/asyncops: a66079d | jnthn++ | docs/ops.markdown:
nqp/asyncops: c042626 | jnthn++ | docs/ops.markdown:
nqp/asyncops: 5fbd68b | jnthn++ | docs/ops.markdown:
rakudo-debugger: ef18b17 | timo++ | README.markdown:
rakudo-debugger: 30c8475 | jonathan++ | README.markdown:
nqp: a0dc24c | larry++ | docs/ops.markdown:
nqp: cf04d56 | dwarring++ | docs/ops.markdown:
nqp: 93b9d50 | dwarring++ | docs/ops.markdown:
nqp: 8f761f1 | (Tobias Leich)++ | docs/ops.markdown:
nqp: a3cfc0f | (Tobias Leich)++ | docs/ops.markdown:
nqp: ad26698 | (Tobias Leich)++ | docs/ops.markdown:
nqp: 848c285 | (Tobias Leich)++ | docs/ops.markdown:
nqp: b2836cb | (Tobias Leich)++ | docs/ops.markdown:
arnsholt: See docs/6model/repr-compose-protocol.markdown, the array section
nqp: c91640d | (Tobias Leich)++ | docs/ops.markdown:
nqp: dcfdfe2 | (Tobias Leich)++ | docs/ops.markdown:
nqp: 61e97a9 | (Tobias Leich)++ | docs/ops.markdown:
rakudo/nom: 73344a6 | moritz++ | LHF.markdown:
rakudo/nom: remove LHF.markdown (out of date)
nqp: 2c2d3bc | coke++ | docs/ops.markdown:
https://github.com/perl6/nqp/blob/master/docs/ops.markdown#stat
nqp: 6f4f4d5 | coke++ | docs/ops.markdown:
nqp: cc173db | coke++ | docs/ops.markdown:
nqp: 6e4050a | (Pawel Murias)++ | docs/ops.markdown:
nqp: 41f97f0 | coke++ | docs/ops.markdown:
nqp: 7f486fc | coke++ | docs/ops.markdown:
nqp: 428f5a4 | coke++ | docs/ops.markdown:
nqp: 1f27f8c | coke++ | docs/ops.markdown:
nqp: fc3b77f | coke++ | docs/ops.markdown:
nqp: d44b791 | Mouq++ | docs/ops.markdown:
nqp: bc45c01 | Mouq++ | docs/ops.markdown:
should the op docs from t/nativecall/01-basic.t be moved to docs/ops.markdown?
nqp: 152d483 | timo++ | docs/ops.markdown:
nqp: b8b44d8 | dwarring++ | docs/ops.markdown:
nqp: 062b576 | dwarring++ | docs/ops.markdown:
nqp: 50407c1 | coke++ | docs/ops.markdown:
nqp: 67d8988 | moritz++ | docs/ops.markdown:
nqp: 68d0dbd | moritz++ | docs/ops.markdown:
nqp: a6a00f1 | moritz++ | docs/ops.markdown:
nqp: a7d7169 | moritz++ | docs/ops.markdown:
nqp: 0cde6db | moritz++ | docs/ops.markdown:
oh my. Now I was about to write a small script which turns the ops.markdown into HTML, adds some meta info (version, where the file comes from) and run it periodically
and then I realized that github does that all for us already, and linking to https://github.com/perl6/nqp/blob/master/docs/ops.markdown is all it takes :-)
sorry, this was in the context of nqp's docs/op.markdown
nqp: b0e8901 | coke++ | docs/ops.markdown:
rakudo-js: e0ad3d3 | (Pawel Murias)++ | README.markdown:
nqp: 6fd943d | coke++ | docs/ops.markdown:
nqp: 50f5632 | coke++ | docs/ops.markdown:
nqp: 96ac0ce | coke++ | docs/ops.markdown:
nqp: 0d90396 | coke++ | docs/ops.markdown:
nqp: 5543a71 | coke++ | docs/ops.markdown:
nqp/eqat_op: 84eac7b | coke++ | docs/ops.markdown:
nqp: f9a5c28 | coke++ | docs/ops.markdown:
nqp: 959d4c6 | coke++ | docs/ops.markdown:
[Coke]++ # docs/ops.markdown
nqp: bea2f3b | coke++ | docs/ops.markdown:
nqp: 2699523 | coke++ | docs/ops.markdown:
nqp: 928285d | coke++ | docs/ops.markdown:
nqp: 4bdbd01 | util++ | docs/serialization_format.markdown:
nqp: See docs/ops.markdown going forward.
nqp: 18f113a | coke++ | docs/ops.markdown:
nqp: e0bc2b7 | coke++ | docs/ops.markdown:
nqp: 2b99f92 | coke++ | docs/ops.markdown:
nqp: 65cb592 | coke++ | docs/ops.markdown:
nqp: ff08120 | jnthn++ | docs/ops.markdown:
nqp: b71e06e | coke++ | docs/ops.markdown:
nqp: 57ede8d | coke++ | docs/ops.markdown:
nqp: Currently verifies that every opcode in docs/ops.markdown
nqp: b4c094e | coke++ | docs/ops.markdown:
nqp: 0cbaefe | coke++ | docs/ops.markdown:
nqp: 7129541 | coke++ | docs/ops.markdown:
nqp: deae10b | coke++ | docs/ops.markdown:
nqp: 6758931 | coke++ | docs/ops.markdown:
nqp: f06d02c | coke++ | docs/ops.markdown:
nqp: 8b7c688 | coke++ | docs/ops.markdown:
nqp: 879f8d1 | coke++ | docs/ops.markdown:
nqp: 02cf729 | coke++ | docs/ops.markdown:
nqp: 2b8f9e3 | coke++ | docs/ops.markdown:
nqp: 1ee57de | Mouq++ | docs/qast.markdown:
rakudo-js: 679af5a | (Pawel Murias)++ | README.markdown:
nqp: f15686a | coke++ | docs/ops.markdown:
nqp: bd10d58 | coke++ | docs/ops.markdown:
nqp: b4e00e5 | coke++ | docs/ops.markdown:
pmurias, README.markdown =~ s/ nqp install/ npm install/g
rakudo-js: 8055716 | (Pawel Murias)++ | README.markdown:
nqp: 72c955f | coke++ | docs/ops.markdown:
nqp: 108c2d6 | coke++ | docs/ops.markdown:
nqp: 648a121 | coke++ | docs/ops.markdown:
nqp: 965a55e | coke++ | docs/ops.markdown:
nqp: 436f7a5 | Mouq++ | docs/ops.markdown:
nqp: Add Hash opcodes to ops.markdown
nqp: 165d8e5 | jimmy++ | docs/ops.markdown:
nqp: Add Hash opcodes to ops.markdown
nqp: f6e2b7b | Mouq++ | docs/ops.markdown:
nqp: Add Array opcodes to ops.markdown. nqp::splice not documented
nqp: 5b1a452 | Mouq++ | docs/ops.markdown:
nqp: [ops.markdown] s/$b/$v/
nqp: 677b1f1 | Mouq++ | docs/ops.markdown:
nqp: [ops.markdown] (int %hash…) etc doesn't make sense
nqp: Add Array opcodes to ops.markdown
nqp: 47299be | coke++ | docs/ops.markdown:
nqp: 8f7b9f4 | coke++ | docs/ops.markdown:
how is this looking: https://github.com/perl6/nqp/blob/master/docs/ops.markdown ?
[Coke]: in ops.markdown shouldn't it be num/int instead of Num/Int?
nqp: a8eef0c | coke++ | docs/ops.markdown:
nqp: 97f9b57 | coke++ | docs/ops.markdown:
nqp: 2daeb9a | coke++ | docs/ops.markdown:
nqp: f0716d4 | (Pawel Murias)++ | docs/ops.markdown:
[Coke]: have you seen that there is a new docs/ops.markdown file?
rakudo-js: d3f53c5 | (Pawel Murias)++ | README.markdown:
rakudo-js: Remove use of F<> from README.markdown (tadzik++).
Oh. I should just rtfm. https://github.com/perl6/nqp/blob/master/docs/qast.markdown
nqp: ae34e49 | (Pawel Murias)++ | docs/opcodes.markdown:
ruoso: docs/qast.markdown has some info on the QAST types
jnthn: do you think the op descriptions should be in qast.markdown or a seperate document?
I'm thinking of documenting them in docs/qast.markdown
pmurias: google chrome plugin renders .markdown files okay
nqp: c8a6c01 | (Pawel Murias)++ | docs/serialization_format.markdown:
wonders which one docs/serialization_format.markdown describes :)
docs/qast.markdown - "the ops themselves are documented separtely" - is this referring to docs/nqp-opcode.txt ?
nqp: 2a557de | (Pawel Murias)++ | docs/serialization_format.markdown:
donaldh: QAST is somewhat documented in docs/qast.markdown
for dir('posts', :test( / '.markdown' $ / ))>>.basename -> $markdown_filename {
reading https://github.com/perl6/nqp/blob/master/docs/qast.markdown
nqp-jvm-prep: 2d85dca | jonathan++ | README.markdown:
timotimo: just like in README.markdown in the zavolaj distribution.
rakudo-js: db0c83b | (Paweł Murias)++ | README.markdown:
swarley: have you seen nqp/docs/serialization_format.markdown?
swarley: have you read nqp/docs/6model/overview.markdown?
https://github.com/perl6/nqp/blob/master/docs/qast.markdown
hm, it would be nice if someone put more LHF into LHF.markdown, or give it a general work-over. the lines are from 2011-06 through 2011-07
nqp: 82c2a06 | timo++ | docs/qast.markdown:
nqp: 93b13be | jonathan++ | docs/6model/repr-compose-protocol.markdown:
timotimo: https://github.com/perl6/nqp/blob/master/docs/qast.markdown is not complete, but a start
nqp: 90ed4cc | (Paweł Murias)++ | docs/serialization_format.markdown:
nqp: 397c0f9 | (Paweł Murias)++ | docs/serialization_format.markdown:
rakudo-debugger: d8f47ac | jnthn++ | README.markdown:
jnthn: I read nqp/docs/qast.markdown in the hope of learning about QAST::Want, and at the end I found its documentation is empty :-/
only seen .md and .markdown before
zavolaj: 92a9254 | (Arne Skjærholt)++ | README.markdown:
nqp: e8a7719 | jonathan++ | docs/qast.markdown:
nqp: bba277c | jonathan++ | docs/qast.markdown:
nqp: c0bb465 | jonathan++ | docs/qast.markdown:
https://github.com/jnthn/zavolaj/blob/master/README.markdown says it can do int8
nqp: d895139 | (Elizabeth Mattijsen)++ | docs/serialization_format.markdown:
nqp: 840d74f | (Elizabeth Mattijsen)++ | docs/serialization_format.markdown:
(Nil assignment is still in LHF.markdown)
zavolaj: 16af23b | moritz++ | README.markdown:
PerlJam: the "tuning fork" analogy is from this post: https://github.com/masak/strangelyconsistent-blog-posts/blob/master/the-wish-the-tuning-fork-and-the-one-true-heir.markdown
nqp: f3ec4c5 | jnthn++ | docs/serialization_format.markdown:
jnthn: in docs/serialiaztion_format.markdown, are the "32-bit integer"s signed or unsigned?
rakudo/nom: 268e0c9 | moritz++ | NOMMAP.markdown:
zavolaj: e8e83dc | jnthn++ | README.markdown:
zavolaj: fdf8cff | jnthn++ | README.markdown:
zavolaj: 617a14c | jnthn++ | README.markdown:
rakudo/nom: 4553a58 | jnthn++ | NOMMAP.markdown:
zavolaj: 81ff0e4 | jnthn++ | README.markdown:
positive: | S02-types/hash.t: (dalek), | src/metamodel/how/NQPMu.pm: (dalek), | LHF.markdown: (dalek); negative: git commit -a without checking git diff first (moritz_), we have your karma. fix bug to get it back !:) (masak); overall: 2842.
rakudo/nom: 4cff8e5 | jnthn++ | NOMMAP.markdown:
rakudo/nom: 142c416 | moritz++ | NOMMAP.markdown:
rakudo/optimizer: e0cc816 | masak++ | NOMMAP.markdown:
rakudo/optimizer: [NOMMAP.markdown] typography fixes
rakudo/nom: e0cc816 | masak++ | NOMMAP.markdown:
rakudo/nom: [NOMMAP.markdown] typography fixes
rakudo/nom: 5a7752c | moritz++ | NOMMAP.markdown:
rakudo/nom: 4152d21 | moritz++ | LHF.markdown:
rakudo/nom: b10ef51 | jnthn++ | NOMMAP.markdown:
rakudo/nom: 1c7dde0 | jnthn++ | NOMMAP.markdown:
it's still in LHF.markdown FWIW - not sure if that file is relevant now
rakudo/nom: ebe121d | jnthn++ | LHF.markdown:
rakudo/nom: 2fd2d26 | jonathan++ | NOMMAP.markdown:
rakudo/nom: 5d26134 | jonathan++ | NOMMAP.markdown:
rakudo/nom: db4495a | jonathan++ | NOMMAP.markdown:
rakudo/nom: 9323ff6 | moritz++ | NOMMAP.markdown:
rakudo/nom: 8336468 | pmichaud++ | NOMMAP.markdown:
rakudo/nom: 63b54d1 | moritz++ | NOMMAP.markdown:
rakudo/nom: 7128da1 | moritz++ | NOMMAP.markdown:
rakudo/nom: 5d3e444 | jonathan++ | NOMMAP.markdown:
rakudo/nom: 882128c | jonathan++ | NOMMAP.markdown:
rakudo/nom: d06de50 | moritz++ | NOMMAP.markdown:
rakudo/nom: 8f74caf | moritz++ | NOMMAP.markdown:
rakudo/nom: ab4eacb | jonathan++ | NOMMAP.markdown:
rakudo/nom: 5b9a992 | moritz++ | NOMMAP.markdown:
rakudo/nom: a31ca33 | jonathan++ | NOMMAP.markdown:
masak: NOMMAP.markdown in root of the nom branch :)
rakudo/nom: 4c1dbaf | masak++ | NOMMAP.markdown:
rakudo/nom: [NOMMAP.markdown] fixed faulty markdown
rakudo/nom: ea9929d | jonathan++ | NOMMAP.markdown:
rakudo/nom: f7e3377 | pmichaud++ | NOMMAP.markdown:
rakudo/nom: f27ddd0 | pmichaud++ | NOMMAP.markdown:
rakudo/nom: c7b6534 | jonathan++ | NOMMAP.markdown:
rakudo/nom: 3aafdc9 | jonathan++ | NOMMAP.markdown:
rakudo/nom: e606577 | jonathan++ | NOMMAP.markdown:
rakudo/nom: d70d16a | jonathan++ | NOMMAP.markdown:
rakudo/nom: b1faa05 | pmichaud++ | NOMMAP.markdown:
rakudo/nom: 87334a8 | moritz++ | LHF.markdown:
rakudo/nom: 6834ff0 | pmichaud++ | NOMMAP.markdown:
rakudo/nom-exceptions: 8ea619d | moritz++ | NOMMAP.markdown:
rakudo/nom: 1519560 | jonathan++ | NOMMAP.markdown:
rakudo/nom: 20edd76 | moritz++ | NOMMAP.markdown:
rakudo/nom: 4d988e8 | moritz++ | LHF.markdown:
rakudo/nom: remove item from LHF.markdown
Anyone who wants to help with that, there's some LHF in the LHF.markdown ;)
rakudo/nom: b05b391 | jonathan++ | LHF.markdown:
rakudo/nom: 59587d1 | jonathan++ | NOMMAP.markdown:
rakudo/nom: 19e3ba8 | moritz++ | LHF.markdown:
rakudo/nom: 422408b | jonathan++ | NOMMAP.markdown:
rakudo/nom: 4677323 | jonathan++ | LHF.markdown:
rakudo/nom: cd4801e | moritz++ | LHF.markdown:
rakudo/nom: 1762378 | jonathan++ | NOMMAP.markdown:
danoran: and in the nom branch there's a file called LHF.markdown with easy tasks to get started
rakudo/nom: 5448b49 | jonathan++ | NOMMAP.markdown:
rakudo/nom: fb396ad | jonathan++ | NOMMAP.markdown:
rakudo/nom: 5f2a810 | jonathan++ | NOMMAP.markdown:
rakudo/nom: 9420d14 | jonathan++ | NOMMAP.markdown:
rakudo/nom: 9000c38 | jonathan++ | NOMMAP.markdown:
rakudo/nom: 3279598 | jonathan++ | NOMMAP.markdown:
rakudo/podparser: 9000c38 | jonathan++ | NOMMAP.markdown:
rakudo/podparser: 3279598 | jonathan++ | NOMMAP.markdown:
rakudo/nom: ecc173b | pmichaud++ | NOMMAP.markdown:
rakudo/nom: 5f00dbc | pmichaud++ | NOMMAP.markdown:
rakudo/nom: 96cb354 | pmichaud++ | NOMMAP.markdown:
rakudo/nom: 537ad6b | moritz++ | NOMMAP.markdown:
rakudo/podparser: 537ad6b | moritz++ | NOMMAP.markdown:
LHF.markdown talks about an .ords method, but I don't seem to find it in the specs.
rakudo/nom: 6893932 | jonathan++ | LHF.markdown:
rakudo/nom: 32dccc7 | pmichaud++ | NOMMAP.markdown:
rakudo/nom: e77b738 | pmichaud++ | NOMMAP.markdown:
rakudo/nom: 4353c16 | pmichaud++ | LHF.markdown:
rakudo/nom: 23f5fbd | jonathan++ | LHF.markdown:
rakudo/nom: 157e4f8 | jonathan++ | LHF.markdown:
rakudo/nom: b2b27f6 | jonathan++ | NOMMAP.markdown:
masak: right, there's a lot of things in LHF.markdown. Your patches are very welcome! :-)
rakudo/nom: 4dd86c6 | jonathan++ | NOMMAP.markdown:
I see the Int.Rat method is there in nom (contrary to what LHF.markdown says)
lue: feel free to take it out of LHF.markdown
anyone besides me want to do s/\.markdown/.md/ ooc ?
rakudo/nom: a2b9926 | masak++ | LHF.markdown:
rakudo/nom: [LHF.markdown] Int.Rat implemented
rakudo/nom: ebe1051 | jonathan++ | NOMMAP.markdown:
rakudo/nom: 62204fe | tadzik++ | NOMMAP.markdown:
rakudo/nom: implement chr() function, add two ideas to LHF.markdown
rakudo/nom: af3879f | moritz++ | LHF.markdown:
rakudo/nom: 9867c66 | pmichaud++ | NOMMAP.markdown:
rakudo/nom: 1b841ba | jonathan++ | NOMMAP.markdown:
Are there any LHF not listed in LHF.markdown?
rakudo/nom: 45e6e3b | jonathan++ | NOMMAP.markdown:
rakudo/nom: c58a3dd | pmichaud++ | NOMMAP.markdown:
rakudo/nom: 01af805 | moritz++ | NOMMAP.markdown:
rakudo/nom: 3efe8f8 | pmichaud++ | NOMMAP.markdown:
rakudo/nom: 872a536 | jonathan++ | NOMMAP.markdown:
doesn't sound like material for LHF.markdown
rakudo/nom: a1b813c | pmichaud++ | NOMMAP.markdown:
rakudo/nom: 29d34b5 | pmichaud++ | NOMMAP.markdown:
rakudo/nom: bd5e60e | moritz++ | NOMMAP.markdown:
rakudo/nom: 1e1fab5 | jnthn++ | NOMMAP.markdown:
rakudo/nom: b9b7f54 | jonathan++ | NOMMAP.markdown:
rakudo/nom: cc24038 | jonathan++ | NOMMAP.markdown:
pmichaud: 10 of the files in src/core/ already have ACCEPTS methods - should I remove adding ACCEPTS methods from LHF.markdown?
rakudo/nom: b03bf28 | moritz++ | LHF.markdown:
rakudo/nom: 067831f | jnthn++ | NOMMAP.markdown:
rakudo/nom: de6123d | pmichaud++ | NOMMAP.markdown:
rakudo/nom: 02d5f56 | pmichaud++ | NOMMAP.markdown:
rakudo/nom: 4cbf8cb | jnthn++ | NOMMAP.markdown:
rakudo/nom: f131ee4 | pmichaud++ | NOMMAP.markdown:
rakudo/nom: Update NOMMAP.markdown.
rakudo/nom: 8a35e99 | pmichaud++ | NOMMAP.markdown:
rakudo/nom: e7a2851 | pmichaud++ | NOMMAP.markdown:
rakudo/nom: 605480d | jnthn++ | NOMMAP.markdown:
rakudo/nom: f4ef8df | jnthn++ | NOMMAP.markdown:
rakudo/nom: a16dfeb | jnthn++ | NOMMAP.markdown:
rakudo/nom: dbbd98d | jnthn++ | LHF.markdown:
rakudo/nom: 11eb26f | moritz++ | LHF.markdown:
rakudo/nom: a71c872 | jnthn++ | NOMMAP.markdown:
rakudo/nom: 5ed4f6a | moritz++ | LHF.markdown:
rakudo/nom: bd689bb | moritz++ | NOMMAP.markdown:
6model: f6f0936 | (Martin Berends)++ | c/README.markdown:
6model: [c/README.markdown] begin the 6model/c subproject
rakudo/nom: 6c2cf70 | moritz++ | LHF.markdown:
rakudo/nom: 842ee25 | jnthn++ | NOMMAP.markdown:
rakudo/nom: 9638dc6 | jnthn++ | NOMMAP.markdown:
rakudo/nom: 26e0b96 | tadzik++ | LHF.markdown:
rakudo/nom: Update LHF.markdown
rakudo/nom: aaf51d0 | jnthn++ | NOMMAP.markdown:
rakudo/nom: dfeb5b9 | jnthn++ | NOMMAP.markdown:
rakudo/nom: 07cc4ac | jnthn++ | NOMMAP.markdown:
rakudo/nom: 31dde87 | jnthn++ | NOMMAP.markdown:
rakudo/nom: 91ec2d0 | jnthn++ | NOMMAP.markdown:
rakudo/nom: 70fac05 | jnthn++ | NOMMAP.markdown:
rakudo/nom: 2a6e69a | jnthn++ | NOMMAP.markdown:
rakudo/nom: 97577c6 | jnthn++ | NOMMAP.markdown:
rakudo/nom: cca4603 | jnthn++ | NOMMAP.markdown:
rakudo/nom: 0c08f4b | jnthn++ | NOMMAP.markdown:
rakudo/nom: 4aab825 | jnthn++ | NOMMAP.markdown:
rakudo/nom: 4ba60a8 | jnthn++ | NOMMAP.markdown:
pmichaud: 12 Feb 15:29Z <jnthn> tell pmichaud when you get chance, please take a look over https://github.com/rakudo/rakudo/blob/nom/NOMMAP.markdown - it's my work plan for the nom branch. kplzthx
mathw: It'll come later. See https://github.com/rakudo/rakudo/blob/nom/NOMMAP.markdown for my nom roadmap.
phenny: tell pmichaud when you get chance, please take a look over https://github.com/rakudo/rakudo/blob/nom/NOMMAP.markdown - it's my work plan for the nom branch. kplzthx
phenny: tell masak I still get that malformed UTF-8 string error, and AFAICT my .markdown file is in utf-8. Maybe I'll stumble upon the cause in the meantime :) .
masak: 05:15Z <lue> tell masak I still get that malformed UTF-8 string error, and AFAICT my .markdown file is in utf-8. Maybe I'll stumble upon the cause in the meantime :) .
nqp-rx: b6ea583 | (Jason Ford)++ | AUTHORS.markdown:
nqp-rx: Added AUTHORS.markdown

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