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

update!: changed the whole of APIs #61

Merged
merged 1 commit into from
Sep 11, 2023
Merged

update!: changed the whole of APIs #61

merged 1 commit into from
Sep 11, 2023

Conversation

sttk
Copy link
Owner

@sttk sttk commented Sep 11, 2023

This PR changes API's names and implementations overall.

  • AddGlobalDaxSrcs --> Uses
  • StartUpGlobalDaxSrcs --> Setup
  • ShutdownGlobalDaxSrcs --> Close
  • DaxBase#SetUpLocalDaxSrc --> DaxBase#Uses
  • DaxBase#FreeLocalDaxSrc --> DaxBase#Disuses
  • DaxBase#FreeAllLocalDaxSrcs --> DaxBase#Close
  • RunTxn --> Txn
  • Txn --> Txn_
  • RunSeq --> Seq
  • Seq --> Seq_
  • RunPara --> Para
  • Para --> Para_
  • Err --> errs/Err
  • NewErr --> errs/New
  • ErrOccasion --> errs/ErrOcc
  • AddSyncErrHandler --> errs/AddSyncHandler
  • AddAsyncErrHandler --> errs/AddAsyncHandler
  • FixErrCfgs --> errs/FixCfg

@sttk sttk merged commit d9463be into main Sep 11, 2023
9 checks passed
@sttk sttk deleted the change_the_whole_of_apis branch September 11, 2023 10:47
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.

1 participant