Commit fb2a5fd
Require OTP 27 as minimum version
Summary:
The `assert` documentation claimed OTP 26 to be the minimum required version. This is not true, since the library uses several features not available in that version:
* Zip generators (OTP 28)
* Sigils (OTP 27)
* Triple quoted strings (OTP 27)
Restoring OTP 26 support (2023) is impractical, but requiring OTP 28 is also unnecessary. So removing the only usages of zip generators and specifying OTP 27 as the minimum required version. CI is already running on OTP 27.
Reviewed By: TD5
Differential Revision: D107631858
fbshipit-source-id: 5154b18f9b9da093aae0e62d8e25807b3ac692e51 parent 05cc67c commit fb2a5fd
3 files changed
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
| 55 | + | |
| 56 | + | |
57 | 57 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | | - | |
| 311 | + | |
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
| |||
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
359 | | - | |
| 359 | + | |
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
| |||
0 commit comments