REBOL3 tracker
  0.9.12 beta
Ticket #0001647 User: anonymous

Project:



rss
TypeBug Statuscomplete Date10-Sep-2010 18:00
Versionalpha 100 CategoryMezzanine Submitted byabolka
PlatformAll Severityminor Priorityhigh

Summary Startup output in A100 even with --quiet and --cgi flags
Description R3 as built from the A100 Host-Kit provides some informational output even when started with --quiet and/or --cgi flags. This breaks CGI usage.
Example code
$ r3.exe -qcs --do ''
Loading boot extensions...
Extension: REBOL Graphics
Extension: REBOL Draw Graphics

$ r3core.exe -qcs --do ''
Loading boot extensions...

Assigned ton/a Fixed inalpha 109 Last Update21-Oct-2010 06:04


Comments
(0002488)
abolka
10-Sep-2010 18:01

This bug is present in A100 and all later hostkits up to and including A107.

It is also present in the A107 binaries.
(0002489)
BrianH
10-Sep-2010 21:22

This is a simple fix, using BOOTPRINT instead of PRINT.
(0002609)
abolka
20-Oct-2010 00:41

Still an issue in A108:

---
$ r3.exe -qcs --do ''

Loaded resident extension: Test - type xtest


SECURE is disabled
---
(0002622)
BrianH
20-Oct-2010 04:11

I don't even get that far in alpha 108, I get unbound word errors in the start code. Needs fixing.
(0002636)
Carl
20-Oct-2010 07:37

The resident test module writes that out itself... as a test only in Core release. We can disable.

The SECURE msg can use boot-print.... but you need to keep aware of it!

Date User Field Action Change
21-Oct-2010 06:04 abolka Status Modified tested => complete
21-Oct-2010 05:37 BrianH Status Modified built => tested
20-Oct-2010 07:57 carl Status Modified reviewed => built
20-Oct-2010 07:57 carl Fixedin Modified => alpha 109
20-Oct-2010 07:37 carl Comment : 0002636 Added -
20-Oct-2010 04:11 BrianH Comment : 0002622 Added -
20-Oct-2010 04:08 BrianH Status Modified submitted => reviewed
20-Oct-2010 00:41 abolka Status Modified built => submitted
20-Oct-2010 00:41 abolka Fixedin Modified alpha 108 => none
20-Oct-2010 00:41 abolka Comment : 0002609 Added -
20-Sep-2010 22:09 carl Status Modified reviewed => built
20-Sep-2010 22:09 carl Fixedin Modified => alpha 108
10-Sep-2010 21:22 BrianH Comment : 0002489 Added -
10-Sep-2010 21:12 BrianH Priority Modified normal => high
10-Sep-2010 21:12 BrianH Status Modified submitted => reviewed
10-Sep-2010 21:12 BrianH Severity Modified major => minor
10-Sep-2010 21:12 BrianH Category Modified Unspecified => Mezzanine
10-Sep-2010 21:12 BrianH Code Modified -
10-Sep-2010 18:02 abolka Comment : 0002488 Modified -
10-Sep-2010 18:01 abolka Comment : 0002488 Added -
10-Sep-2010 18:00 abolka Ticket Added -