Skip to content

Drop unsupported eval GIF flags#597

Open
devshahofficial wants to merge 1 commit into
PufferAI:4.0from
devshahofficial:devshahofficial/drop-dead-eval-gif-flags
Open

Drop unsupported eval GIF flags#597
devshahofficial wants to merge 1 commit into
PufferAI:4.0from
devshahofficial:devshahofficial/drop-dead-eval-gif-flags

Conversation

@devshahofficial

Copy link
Copy Markdown

Summary

  • Remove eval rendering/GIF CLI flags that are not connected to v4 eval behavior.
  • Add a regression that prevents re-registering those flags without frame-capture support.

Root cause

The old GIF implementation depended on Python env drivers returning ANSI or RGB frames. The v4 eval path uses the native backend render loop and no longer exposes frames through these options, so the flags silently advertised unsupported behavior.

Validation

  • python -m pytest tests/test_pufferl_cli_flags.py tests/test_import_performance.py -q

Fixes #541

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GIF logic unimplemented on v4

1 participant