[confirmed]Soul Foundry shows exiled cards continually

Describe the bug:
Once you exile a card with Soul Foundry, you get constant popups of the cards exiled with it.
The frequency of the popups suggests it's displaying them while checking EVENT_CAN_ACTIVATE, rather than during AI speculation (the two usual causes of this behavior), but I haven't looked at the source to confirm.
Which card behaved improperly?
Soul Foundry.
Which update are you using? (date, name)Which type? (duel, gauntlet, sealed deck)
Dev fa1f629.
What exactly should be the correct behavior/interaction?
Don't nag that I have a Merfolk Raiders or whatever imprinted on it unless I ask.
Better, especially since the card's not exiled face-down, just make an effect card to record what it's exiled and get rid of the show_deck() codepath entirely.
Are any other cards possibly affected by this bug?
Prototype Portal, which has identical rules text except that it picks artifacts instead of creatures.
Once you exile a card with Soul Foundry, you get constant popups of the cards exiled with it.
The frequency of the popups suggests it's displaying them while checking EVENT_CAN_ACTIVATE, rather than during AI speculation (the two usual causes of this behavior), but I haven't looked at the source to confirm.
Which card behaved improperly?
Soul Foundry.
Which update are you using? (date, name)Which type? (duel, gauntlet, sealed deck)
Dev fa1f629.
What exactly should be the correct behavior/interaction?
Don't nag that I have a Merfolk Raiders or whatever imprinted on it unless I ask.
Better, especially since the card's not exiled face-down, just make an effect card to record what it's exiled and get rid of the show_deck() codepath entirely.
Are any other cards possibly affected by this bug?
Prototype Portal, which has identical rules text except that it picks artifacts instead of creatures.