diff options
| author | Bruce Hill <bitbucket@bruce-hill.com> | 2018-08-30 14:06:41 -0700 |
|---|---|---|
| committer | Bruce Hill <bitbucket@bruce-hill.com> | 2018-08-30 14:07:40 -0700 |
| commit | ab38fd19fa6e30b4a0629b3445812cb6bf025a25 (patch) | |
| tree | ea2a2c71535d1a9c58ca947671ca039441a728cc /compatibility/3.7.nom | |
| parent | 77ebe2fb2a7f6508437f1560af031eb8abd4672b (diff) | |
Fixed obnoxious bug where List was getting used instead of a Dict,
causing havoc when .first and .pop were being accessed.
Diffstat (limited to 'compatibility/3.7.nom')
| -rw-r--r-- | compatibility/3.7.nom | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compatibility/3.7.nom b/compatibility/3.7.nom index ce3bcfa..6472a50 100644 --- a/compatibility/3.7.nom +++ b/compatibility/3.7.nom @@ -1,10 +1,9 @@ -#!/usr/bin/env nomsu -V3.6.5.6 +#!/usr/bin/env nomsu -V3.7 # This file defines upgrades from Nomsu <3.7 to 3.7 use "compatibility/compatibility.nom" -# Indexing upgrade action [%index st to last in %list] to "3.7" as (%list::%index st to last) upgrade action [%index nd to last in %list] to "3.7" as (%list::%index nd to last) upgrade action [%index rd to last in %list] to "3.7" as (%list::%index rd to last) |
