Skip to content

Remove deprecated argument use_update to GenerationStep (#5187)#5187

Closed
esantorella wants to merge 1 commit intofacebook:mainfrom
esantorella:export-D101822874
Closed

Remove deprecated argument use_update to GenerationStep (#5187)#5187
esantorella wants to merge 1 commit intofacebook:mainfrom
esantorella:export-D101822874

Conversation

@esantorella
Copy link
Copy Markdown
Contributor

@esantorella esantorella commented Apr 21, 2026

Summary:

Context:

  • This was deprecated in 2023.
  • It was actually hard-deprecated because we had raise DeprecationWarning (an exception).
  • It does not do anything, so it is safe to remove.

This PR:

  • Removes places where the argument is passed
  • Does not remove it from a storage backward-compatibility test

Differential Revision: D101822874

@meta-cla meta-cla Bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Apr 21, 2026
@meta-codesync
Copy link
Copy Markdown

meta-codesync Bot commented Apr 21, 2026

@esantorella has exported this pull request. If you are a Meta employee, you can view the originating Diff in D101822874.

@meta-codesync meta-codesync Bot changed the title Remove deprecated argument use_update to GenerationStep Remove deprecated argument use_update to GenerationStep (#5187) Apr 21, 2026
esantorella added a commit to esantorella/Ax that referenced this pull request Apr 21, 2026
…#5187)

Summary:

**Context**:
* This was deprecated in 2023.
* It was actually hard-deprecated because we had `raise DeprecationWarning` (an exception).
* It does not do anything, so it is safe to remove.

**This PR**:
* Removes places where the argument is passed
* Does not remove it from a storage backward-compatibility test

Differential Revision: D101822874
…#5187)

Summary:
Pull Request resolved: facebook#5187

**Context**:
* This was deprecated in 2023.
* It was actually hard-deprecated because we had `raise DeprecationWarning` (an exception).
* It does not do anything, so it is safe to remove.

**This PR**:
* Removes places where the argument is passed
* Does not remove it from a storage backward-compatibility test

Differential Revision: D101822874
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.42%. Comparing base (8c8dc6c) to head (9e9cd77).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5187   +/-   ##
=======================================
  Coverage   96.42%   96.42%           
=======================================
  Files         619      619           
  Lines       69293    69291    -2     
=======================================
- Hits        66818    66817    -1     
+ Misses       2475     2474    -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@meta-codesync
Copy link
Copy Markdown

meta-codesync Bot commented Apr 21, 2026

This pull request has been merged in a415d77.

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

Labels

CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported Merged meta-exported

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants