Skip to content

Enable frozen string in lib/api and lib/backup

gfyoung requested to merge (removed):lib-api-frozen-string-enable into master

What does this MR do?

Enable frozen string literal in lib/api/**/*.rb and lib/backup/**/*.rb

Why was this MR needed?

Because frozen strings require fewer memory allocations, and memory efficiency is a good thing.

What are the relevant issue numbers?

Partially addresses #47424 (closed).

Suggested Reviewers/Approvers/Mergers

@rymai @godfat

(@stanhu has limited availability)

Merge request reports