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 - Rename LoadedProgram to ProgramCacheEntry #880

Merged

Conversation

Lichtso
Copy link

@Lichtso Lichtso commented Apr 18, 2024

Problem

See: #606 (comment)

LoadedPrograms has been renamed to ProgramCache in #339 already.

Summary of Changes

  • LoadedProgramOwner => ProgramCacheEntryOwner
  • LoadedProgramType => ProgramCacheEntryType
  • LoadedProgram => ProgramCacheEntry
  • LoadedProgramStats => ProgramCacheStats
  • LoadedProgramMatchCriteria => ProgramCacheMatchCriteria
  • LoadedProgramsForTxBatch => ProgramCacheForTxBatch

LoadedProgramType => ProgramCacheEntryType.
LoadedProgram => ProgramCacheEntry.
LoadedProgramStats => ProgramCacheStats.
LoadedProgramMatchCriteria => ProgramCacheMatchCriteria.
LoadedProgramsForTxBatch => ProgramCacheForTxBatch.
@Lichtso Lichtso requested a review from dmakarov April 18, 2024 16:13
@Lichtso Lichtso merged commit e43338f into anza-xyz:master Apr 18, 2024
38 checks passed
@Lichtso Lichtso deleted the refactor/rename_program_cache_entry branch April 18, 2024 19:38
michaelschem pushed a commit to michaelschem/agave that referenced this pull request Apr 20, 2024
LoadedProgramOwner => ProgramCacheEntryOwner.
LoadedProgramType => ProgramCacheEntryType.
LoadedProgram => ProgramCacheEntry.
LoadedProgramStats => ProgramCacheStats.
LoadedProgramMatchCriteria => ProgramCacheMatchCriteria.
LoadedProgramsForTxBatch => ProgramCacheForTxBatch.
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