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

strust identities #131

Merged
merged 4 commits into from
Jan 4, 2024
Merged

strust identities #131

merged 4 commits into from
Jan 4, 2024

Conversation

jfilak
Copy link
Owner

@jfilak jfilak commented Jan 4, 2024

No description provided.

Because the code from getlocale is lower cased and so I believe users
interchange uppercase and lowercase codes without thinking, so the code
should be user friendly.
To avoid the need to implement the parsing and checking everywhere
where we may need it.

We want to use current system locale for getting default language code
where language is required.
If the language is not give ABAP system ignores the description
completely. This patch forces consumers to provide language if they
provide description. However, to simplify their lives, lets assume that
if the language code is not given, they write in the language of their
current system locale.
Copy link

codecov bot commented Jan 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (3a1a3ab) 98.46% compared to head (e6a62d1) 98.47%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #131   +/-   ##
=======================================
  Coverage   98.46%   98.47%           
=======================================
  Files          87       87           
  Lines        8622     8637   +15     
=======================================
+ Hits         8490     8505   +15     
  Misses        132      132           

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

@jfilak jfilak merged commit c0f6528 into master Jan 4, 2024
4 checks passed
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