ydb-platform / ydb-platform/ydb-cpp-sdk
Remove SDK interface deps to util/library
Open
Nobody has claimed this yet.
enhancement
student-projects
- Dominant language
- C++
- Stars
- 19
- Forks
- 31
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 10
Description
- TDuration
- TInstant
- ui32/i32/...
- TFuture
- THolder
- Max<>()/Min<>()
- NMonitoring::IMetricRegistry
- NMonitoring::IMetricConsumer
- NMonitoring::TLabels
- NMonitoring::IMonHttpRequest
- NMonitoring::TMetricRegistry
- NMonitoring::TMonService2
- Y_ABORT_UNLESS/Y_ENSURE
- TStringBuilder
- TAdaptiveLock
- IOutputStream
- yexception
- CombineHashes/IntHash/THash
- SubstGlobal
- NResource::Find
- TLogBackend/TLog
- TIntrusivePtr
- IThreadPool
- TBuffer
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the SDK interfaces that use the unchecked util/library symbols, including TDuration, TInstant, TFuture, monitoring types, and TBuffer. Trace each dependency and determine how the interface can remove it without changing the public behavior. Done means the unchecked checklist items no longer introduce util/library dependencies; the issue names no files or tests to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- api
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100