Opened 15 years ago
Closed 14 years ago
#282 closed feature_request (fixed)
Write external files
Reported by: | kilian | Owned by: | kilian |
---|---|---|---|
Priority: | P3 | Milestone: | v2.0.5 |
Component: | documentation | Version: | 2.0.0rc3 |
Severity: | normal | Keywords: | |
Cc: |
Description
Currently, WHIZARD can write events to arbitrary files, and it can write messages to stdout/logfile.
We should also support writing messages/data to arbitrary files.
Change History (8)
comment:1 Changed 14 years ago by
Component: | core → documentation |
---|---|
Milestone: | v2.1 → v2.0.3 |
Status: | new → assigned |
comment:2 Changed 14 years ago by
Milestone: | v2.0.3 → v2.0.4 |
---|
comment:3 Changed 14 years ago by
Do we need this in 2.0.4? I'm happy if WK does it, but will he? Please comment.
comment:5 Changed 14 years ago by
Milestone: | v2.0.4 → v2.0.5 |
---|
comment:7 Changed 14 years ago by
Priority: | P1 → P3 |
---|
It's overdue but not urgent, goes along with more docu that's missing. I rank it down to reduce confusion, but leave it as an important reminder for milestone 2.0.5 ...
comment:8 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
With r3157, this issue is settled in the documentation, among many others. I'm not implying that the manual is finished, however...
Note: See
TracTickets for help on using
tickets.
This has been possible for a while now via the 'printf' command. With r2633, there are also 'open' and 'close' commands for handling external files. The documentation in the manual still needs to be done.