PunyInform Issue with transparent container

unless i’m missing something, there seems to be a bug with transparent containers.

you can add this simple object into ‘minimal.inf’

Object glass_bottle "glass bottle" library
    with 
		name 'glass' 'bottle',
		description "It's a glass bottle, wide but with a narrow neck, ",
    has container openable ~open transparent;

the bottle description is incorrect and doubled:
“You can see a glass bottle (which is closed) (which is open but empty) here.”

a transparent object is treated as if it’s open for description of its contents. but shouldn’t it still be reported as closed?

1 Like

Yes, this looks like a bug. We recently changed these messages around a bit. Will look into it.

Another way to report problems is on Github: Issues · johanberntsson/PunyInform · GitHub

2 Likes

Followup: This issue was fixed in PunyInform v5.8.

1 Like