Skip to content

Conversation

@asopov-here
Copy link
Contributor

Currently, SDK requires C++11 minimum.
So, boost::optional type is used for optional values. For C++17 and above more convenient is to use std::optional instead. The task NLAM-23 is about making this type configurable. This commit is a last part of the task: tests and examples.

Relates-To: NLAM-23

Currently, SDK requires C++11 minimum.
So, boost::optional type is used for optional values.
For C++17 and above more convenient is to use std::optional instead.
The task NLAM-23 is about making this type configurable.
This commit is a last part of the task: tests and examples.

Relates-To: NLAM-23
Signed-off-by: sopov <[email protected]>
@asopov-here asopov-here force-pushed the NLAM-23-std-optional branch from f443234 to ecb564b Compare August 11, 2025 10:25
@codecov
Copy link

codecov bot commented Aug 11, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 80.31%. Comparing base (0678e1e) to head (ecb564b).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1630      +/-   ##
==========================================
- Coverage   80.33%   80.31%   -0.02%     
==========================================
  Files         349      349              
  Lines       13953    13951       -2     
  Branches     1492     1492              
==========================================
- Hits        11208    11204       -4     
- Misses       2146     2149       +3     
+ Partials      599      598       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@asopov-here asopov-here marked this pull request as ready for review August 11, 2025 10:38
@asopov-here asopov-here merged commit ccdd33b into master Aug 11, 2025
25 checks passed
@asopov-here asopov-here deleted the NLAM-23-std-optional branch August 11, 2025 11:21
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.

3 participants