Merge pull request #2818 from adri326/stream-cleanup

Fix various issues around close/1 and stream realiasing
This commit is contained in:
Mark Thom
2025-02-12 23:23:11 -08:00
committed by GitHub
15 changed files with 380 additions and 164 deletions

View File

@@ -0,0 +1,2 @@
alias_dropped_stream.
halt.

View File

@@ -0,0 +1 @@
error(existence_error(stream,readme),stream_property/0).

View File

@@ -0,0 +1,2 @@
# Part of issue 2806
args = ["-f", "--no-add-history", "src/tests/stream-aliasing.pl"]

View File

@@ -0,0 +1,2 @@
realias_user_output.
halt.

View File

@@ -0,0 +1 @@
true.

View File

@@ -0,0 +1,2 @@
# Part of issue 2806
args = ["-f", "--no-add-history", "src/tests/stream-aliasing.pl"]

View File

@@ -0,0 +1 @@
hello true.

View File

@@ -0,0 +1,2 @@
set_output_alias.
halt.

View File

@@ -0,0 +1,2 @@
# Part of issue 2806
args = ["-f", "--no-add-history", "src/tests/stream-aliasing.pl"]