Skip to content

Commit 0bd4fcc

Browse files
committed
Moves to 2018.08 references to 2018.07
Since 2018.07 is not really going to happen https://twitter.com/zoffix/status/1023294048268967937
1 parent 27dc7cf commit 0bd4fcc

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

doc/Language/terms.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ by default.
238238
constant %bar = %(:42foo, :100bar);
239239
=end code
240240
241-
I<NOTE: if you're using the Rakudo compiler, you need version 2018.07
241+
I<NOTE: if you're using the Rakudo compiler, you need version 2018.08
242242
or newer for type constraints and auto-coercion on constants to be available.
243243
Auto-coercion on %-sigilled constants requires 6.d language, preview version
244244
of which can be enabled with the C«use v6.d.PREVIEW» pragma>

doc/Type/Attribute.pod6

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ error.
6262
CATCH{ default { say .^name, ': ', .Str } }
6363
# OUTPUT: «X::Attribute::Required: The attribute '$!a' is required, but you did not provide a value for it.␤»
6464
65-
B<Available as of 6.d language version> (early implementation exists in Rakudo compiler 2018.07+):
65+
B<Available as of 6.d language version> (early implementation exists in Rakudo
66+
compiler 2018.08+):
6667
6768
You can specify a reason why the attribute is required:
6869

doc/Type/IO.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ this is equivalent to printing C<$msg> to
256256
L<STDOUT|https://en.wikipedia.org/wiki/Standard_streams#Standard_output_.28stdout.29>, reading a line from
257257
L<STDIN|https://en.wikipedia.org/wiki/Standard_streams#Standard_input_.28stdin.29>,
258258
removing the trailing new line, and returning the resultant string. As of
259-
Rakudo 2018.07, C<prompt> will create L<allomorphs|/language/numerics#Allomorphs>
259+
Rakudo 2018.08, C<prompt> will create L<allomorphs|/language/numerics#Allomorphs>
260260
for numeric values, equivalent to calling C<val prompt>.
261261
262262
=for code

doc/Type/IO/Handle.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ L<TTY|https://en.wikipedia.org/wiki/Terminal_emulator>, C<False> otherwise.
911911
=head1 Creating Custom Handles
912912
913913
As of 6.d language (early implementation available in Rakudo compiler
914-
version 2018.07), a few helper methods are available to simplify creation of
914+
version 2018.08), a few helper methods are available to simplify creation of
915915
custom C<IO::Handle> objects. In your subclass you simply need to implement
916916
those methods to affect all of the related features. If your handle wants
917917
to work with textual read/write methods and doesn't use the standard C<.open>

0 commit comments

Comments
 (0)