@@ -225,6 +225,12 @@ See also L<#Adverb>.
225
225
Original author of the L < #Exegesis > (among many other things).
226
226
See also L < https://en.wikipedia.org/wiki/Damian_Conway > .
227
227
228
+ = head1 diffy
229
+ X < |diffy >
230
+
231
+ See L < operator|#Operator > . It means the type of the operator result is
232
+ sufficiently different from its arguments that op= makes little sense
233
+
228
234
= head1 Exegesis
229
235
X < |Exegesis >
230
236
@@ -235,12 +241,17 @@ historical document for reference. See also L<#Synopsis>.
235
241
= head1 fiddly
236
242
X < |fiddly >
237
243
244
+ Too complicated to apply a meta-op to. See L < operator|#Operator > .
245
+
238
246
= head1 handles
239
247
X < |handles >
240
248
241
249
= head1 iffy
242
250
X < |iffy >
243
251
252
+ Often used as a boolean value. See L < operator|#Operator > .
253
+
254
+
244
255
= head1 Instance
245
256
X < |instance >
246
257
@@ -688,11 +699,16 @@ B<P>lain B<O>l' B<D>ocumentation, a documentation format understood by Perl
688
699
X < |Pull Request >
689
700
690
701
A feature of L < https://github.com > that allows you to make patches
691
- to be easily applied using the Github user interface.
702
+ to be easily applied using the Github user interface. It means you
703
+ request someone to do a git pull from your L < repository|#Repository > to hers. In
704
+ GitHub, it can be done automatically through the web interface. PR is
705
+ its usual acronym.
692
706
693
707
= head1 pugs
694
708
X < |pugs >
695
709
710
+ L < pugs|https://en.wikipedia.org/wiki/Pugs > was one of the first interpreters/compilers written for Perl 6. It was written in Haskell by Audrey Tang.
711
+
696
712
= head1 QAST
697
713
X < |QAST >
698
714
@@ -709,6 +725,12 @@ means "Paradise."
709
725
= head1 Repository
710
726
X < |Repository >
711
727
728
+ A filesystem under control of a source control management application, usually git,
729
+ that holds the sources for a project, library or application. This file, for
730
+ instance, is in L < a GitHub repository|https://github.com/perl6/doc > . Repositories store not only
731
+ files, but also history of changes and can be used by the developing
732
+ or writing team for interaction through issues or comments to code.
733
+
712
734
= head1 roast
713
735
X < |roast >
714
736
0 commit comments