Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Manually update the Eagle test constraints package file (out-of-band) to include detection support for Mono 5.8 / 5.10. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
864cc90fff2aad47c9c3bcd09dd1d624 |
User & Date: | mistachkin 2018-02-27 00:25:02.261 |
Context
2018-02-27
| ||
00:44 | Another correction to the 'data-1.95' test: make sure it still works properly when there are pre-registered functions. check-in: b2ebc6c99d user: mistachkin tags: trunk | |
00:25 | Manually update the Eagle test constraints package file (out-of-band) to include detection support for Mono 5.8 / 5.10. check-in: 864cc90fff user: mistachkin tags: trunk | |
00:01 | Several test fixes: remove use of -nocase option from 'data-1.74' and limit 'data-1.93' / 'data-1.94' to the SQLite core library 3.23 or higher. check-in: eeb641701c user: mistachkin tags: trunk | |
Changes
Changes to Externals/Eagle/lib/Test1.0/constraints.eagle.
︙ | ︙ | |||
75 76 77 78 79 80 81 | # the Mono runtime is released. # if {$force || ![info exists ::no(monoVersions)]} then { return [list \ [list 2 0] [list 2 2] [list 2 4] [list 2 6] [list 2 8] [list 2 10] \ [list 2 11] [list 3 0] [list 3 1] [list 3 2] [list 3 4] [list 3 6] \ [list 3 8] [list 3 10] [list 3 12] [list 4 0] [list 4 2] [list 4 4] \ | | > | 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 | # the Mono runtime is released. # if {$force || ![info exists ::no(monoVersions)]} then { return [list \ [list 2 0] [list 2 2] [list 2 4] [list 2 6] [list 2 8] [list 2 10] \ [list 2 11] [list 3 0] [list 3 1] [list 3 2] [list 3 4] [list 3 6] \ [list 3 8] [list 3 10] [list 3 12] [list 4 0] [list 4 2] [list 4 4] \ [list 4 6] [list 4 8] [list 5 0] [list 5 2] [list 5 4] [list 5 8] \ [list 5 10]] } else { return [list] } } proc addKnownMonoConstraints { generic } { # |
︙ | ︙ |