Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(core): use -mfr only for cc2022+ #923

Merged
merged 1 commit into from
Sep 4, 2023
Merged

Conversation

chawyehsu
Copy link
Contributor

This fixes a regression introduced in the PR #656 two years ago, it causes invalid argument -mfr error when trying to render with aerender version older than 2022.

In #656 @chrisapplegate added new commandLineRenderer-2022.jsx for AE 2022+, and kept commandLineRenderer-default.jsx for pre-2022, they were patched correctly. But Chris forgot to check the version and applied the cc2022-only argument -mfr in all cases, resulting a regression.

It seems this regression has lasted a long time and no one noticed. Recently I tried to upgrade the dependencies of my project which stays at using old version of aerender and found that a -mfr error throws when I update @nexrender/core to any version greater then 1.32.x. #656 was shipped in 1.33.0, all versions of @nexrender/core starting from 1.33.0 are buggy.

@inlife
Copy link
Owner

inlife commented Sep 4, 2023

Oh, great catch! Amazing job

@inlife inlife merged commit f707fbe into inlife:master Sep 4, 2023
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.

2 participants