1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-06-28 21:14:57 +03:00
This commit is contained in:
Graham Nelson 2023-04-21 07:43:08 +01:00
parent 33969083c7
commit 915e6768f1
8 changed files with 10 additions and 10 deletions

View file

@ -1,6 +1,6 @@
# Inform 7
[Version](notes/versioning.md): 10.2.0-beta+6W33 'Krypton' (20 April 2023)
[Version](notes/versioning.md): 10.2.0-beta+6W34 'Krypton' (21 April 2023)
## About Inform
@ -69,7 +69,7 @@ Make a directory in which to work: let's call this `work`. Then:
to run the full suite of 2500 test cases.
**Caution again**: `inform7` is written in standard C99, but is a challengingly
large task for a C compiler, and we have now since two different cases where `gcc`
large task for a C compiler, and we have now seen two different cases where `gcc`
generates incorrect code
(see Jira bugs [I7-2108](https://inform7.atlassian.net/browse/I7-2108) and
[I7-2282](https://inform7.atlassian.net/jira/software/c/projects/I7/issues/I7-2282)).

View file

@ -1,3 +1,3 @@
Prerelease: beta
Build Date: 20 April 2023
Build Number: 6W33
Build Date: 21 April 2023
Build Number: 6W34

View file

@ -2,7 +2,7 @@
"is": {
"type": "kit",
"title": "BasicInformExtrasKit",
"version": "10.2.0-beta+6W33"
"version": "10.2.0-beta+6W34"
},
"kit-details": {
"has-priority": 1

View file

@ -2,7 +2,7 @@
"is": {
"type": "kit",
"title": "BasicInformKit",
"version": "10.2.0-beta+6W33"
"version": "10.2.0-beta+6W34"
},
"needs": [ {
"unless": {

View file

@ -2,7 +2,7 @@
"is": {
"type": "kit",
"title": "CommandParserKit",
"version": "10.2.0-beta+6W33"
"version": "10.2.0-beta+6W34"
},
"needs": [ {
"need": {

View file

@ -2,7 +2,7 @@
"is": {
"type": "kit",
"title": "EnglishLanguageKit",
"version": "10.2.0-beta+6W33"
"version": "10.2.0-beta+6W34"
},
"needs": [ {
"need": {

View file

@ -2,7 +2,7 @@
"is": {
"type": "kit",
"title": "WorldModelKit",
"version": "10.2.0-beta+6W33"
"version": "10.2.0-beta+6W34"
},
"needs": [ {
"need": {

View file

@ -73,7 +73,7 @@ Make a directory in which to work: let's call this `work`. Then:
to run the full suite of 2500 test cases.
**Caution again**: `inform7` is written in standard C99, but is a challengingly
large task for a C compiler, and we have now since two different cases where `gcc`
large task for a C compiler, and we have now seen two different cases where `gcc`
generates incorrect code
(see Jira bugs [I7-2108](https://inform7.atlassian.net/browse/I7-2108) and
[I7-2282](https://inform7.atlassian.net/jira/software/c/projects/I7/issues/I7-2282)).