diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-11-11 15:50:46 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-11-11 15:50:46 -0800 |
| commit | 4efe44ed271aeed8e25e909344788d92a0d9f82b (patch) | |
| tree | 73766440b53031d4fc8210dbe3b0aece47e6b852 /compatibility/3.8.nom | |
| parent | ba03cb67c3c8ba53451eba25dd2186f095cd1db2 (diff) | |
Fully upgraded to 4.10.12.7, including deprecating the old list/dict
comprehension methods, in favor of the new native support.
Diffstat (limited to 'compatibility/3.8.nom')
| -rw-r--r-- | compatibility/3.8.nom | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/compatibility/3.8.nom b/compatibility/3.8.nom index 0709688..583b52b 100644 --- a/compatibility/3.8.nom +++ b/compatibility/3.8.nom @@ -1,22 +1,19 @@ -#!/usr/bin/env nomsu -V4.8.10 +#!/usr/bin/env nomsu -V4.10.12.7 # This file defines upgrades from Nomsu <3.8 to 3.8 (Text method changes) - + upgrade action [%texts joined with %glue] to "3.8" as (%texts::joined with %glue) upgrade action [%texts joined, joined %texts] to "3.8" as (%texts::joined) upgrade action [byte %i of %text] to "3.8" as (%text::byte %i) upgrade action [bytes %start to %stop of %text] to "3.8" as (..) %text::bytes %start to %stop - upgrade action [bytes of %text] to "3.8" as (%text::bytes) upgrade action [capitalized %text, %text capitalized] to "3.8" as (..) %text::capitalized - upgrade action [uppercase %text, %text uppercase] to "3.8" as (%text::uppercase) upgrade action [..] %text with %sub instead of %patt, %text with %patt replaced by %sub %text s/ %patt / %sub ..to "3.8" as (%text::with %patt -> %sub) - upgrade action [%text matches %pattern] to "3.8" as (%text::matches %pattern) upgrade action [%text matching %pattern] to "3.8" as (%text::matching %pattern).1 |
