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

refactor: deprecate some legacy functions #4369

Merged
merged 4 commits into from Dec 20, 2022

Conversation

jackgerrits
Copy link
Member

Deprecated functions:

  • VW::cmd_string_replace_value -> replace with custom user code (we don't want to be in the business of command line manipulation to this degree)
  • VW::to_argv -> replaced by VW::split_command_line
  • VW::to_argv_escaped -> replaced by VW::split_command_line
  • VW::free_args -> no longer needed
  • VW::is_ring_example -> no longer supported (always felt like an implementation detail)

@jackgerrits jackgerrits merged commit 1ce9926 into VowpalWabbit:master Dec 20, 2022
@jackgerrits jackgerrits deleted the func_deprecations branch December 20, 2022 01:22
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.

None yet

2 participants