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

Add person first and last names data from Spain #236

Merged

Conversation

Globostofo
Copy link
Contributor

As always, I took data from Faker-JS.
I felt there weren't enough first names, so I added a few new ones I found on https://www.familyeducation.com/baby-names/first-name/origin/spanish (Yep, that's a random website I found when I searched for new first names 😂)

Don't hesitate to tell me if you see a problem in the code I added or if I missed to implement something :^)

Closes #100

@codecov-commenter
Copy link

codecov-commenter commented Nov 11, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Files Coverage Δ
include/faker-cxx/types/Language.h 100.00% <100.00%> (ø)
src/modules/person/PersonTest.cpp 100.00% <ø> (ø)

... and 2 files with indirect coverage changes

📢 Thoughts on this report? Let us know!

@Globostofo
Copy link
Contributor Author

Oops, it seems the MSVC build has failed and I have no idea what the error message means. Can I get some help ?

Also, for code coverage, it seems that random files were uncovered by my code. I don't know what this is due to.

@cieslarmichal
Copy link
Owner

Please add /bigobj flag to msvc flags in CMakeLists.txt in project root here:

if (MSVC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /std:c++20 /permissive- /bigobj")

@cieslarmichal cieslarmichal merged commit c4ae042 into cieslarmichal:main Nov 11, 2023
4 of 5 checks passed
@Globostofo Globostofo deleted the 100-feature/spanish-names branch November 11, 2023 16:30
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.

Add person first and last names data from Spain
3 participants