1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-06-26 04:00:43 +03:00

Removed excessive debugging log output

This commit is contained in:
Graham Nelson 2023-12-31 10:37:19 +00:00
parent 5d91f9b3d1
commit 83c92b0181
9 changed files with 10 additions and 12 deletions

View file

@ -1,6 +1,6 @@
# Inform 7
[Version](notes/versioning.md): 10.2.0-beta+6X26 'Krypton' (1 October 2023)
[Version](notes/versioning.md): 10.2.0-beta+6X27 'Krypton' (31 December 2023)
## About Inform
@ -182,7 +182,7 @@ be accepted. (Note that these are not git submodules.)
* inform6 - The Inform 6 compiler (used by I7 as a code generator). - __1641__ - from [https://github.com/DavidKinder/Inform6], maintained by [David Kinder](https://github.com/DavidKinder)
* inform6/Tests/Assistants/dumb-frotz - A dumb-terminal Z-machine interpreter. - unversioned: modified from [Alembic Petrofsky's 1998 Teletype port of Frotz](https://github.com/sussman/ircbot-collection/tree/master/dumb-frotz)
* inform6/Tests/Assistants/dumb-glulx/glulxe - A dumb-terminal Glulx interpreter. - __0.6.0__ - [erkyrath/glulxe](https://github.com/erkyrath/glulxe), maintained by [Andrew Plotkin](https://github.com/erkyrath)
* inform6/Tests/Assistants/dumb-glulx/glulxe - A dumb-terminal Glulx interpreter. - __0.6.1__ - [erkyrath/glulxe](https://github.com/erkyrath/glulxe), maintained by [Andrew Plotkin](https://github.com/erkyrath)
* inform6/Tests/Assistants/dumb-glulx/cheapglk - A basic Glk implementation to support dumb-glulxe. - __1.0.6.__ - [erkyrath/cheapglk](https://github.com/erkyrath/cheapglk), maintained by [Andrew Plotkin](https://github.com/erkyrath)
* inblorb/Tests/Assistants/blorblib - Code for examining blorb files, including blorbscan, used here for validating inblorb's output in tests. - version 1.0.2 - by [Andrew Plotkin](https://github.com/erkyrath), but not currently elsewhere on Github

View file

@ -1,3 +1,3 @@
Prerelease: beta
Build Date: 1 October 2023
Build Number: 6X26
Build Date: 31 December 2023
Build Number: 6X27

View file

@ -33,8 +33,6 @@ compiled_documentation *DocumentationCompiler::compile_from_text(text_stream *sc
cd_pageset *page = FIRST_IN_LINKED_LIST(cd_pageset, vol->pagesets);
page->nonfile_content = scrap;
DocumentationCompiler::compile_inner(cd);
LOG("CFY says:\n");
Markdown::debug_subtree(DL, cd->markdown_content);
return cd;
}

View file

@ -2,7 +2,7 @@
"is": {
"type": "kit",
"title": "Architecture16Kit",
"version": "10.2.0-beta+6X26"
"version": "10.2.0-beta+6X27"
},
"compatibility": "16-bit",
"kit-details": {

View file

@ -2,7 +2,7 @@
"is": {
"type": "kit",
"title": "Architecture32Kit",
"version": "10.2.0-beta+6X26"
"version": "10.2.0-beta+6X27"
},
"compatibility": "32-bit",
"kit-details": {

View file

@ -2,7 +2,7 @@
"is": {
"type": "kit",
"title": "BasicInformKit",
"version": "10.2.0-beta+6X26"
"version": "10.2.0-beta+6X27"
},
"needs": [ {
"need": {

View file

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

View file

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

View file

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