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

Moved ec_git_vsn tests into separate file #183

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

ariel-anieli
Copy link

No description provided.

@ariel-anieli ariel-anieli mentioned this pull request Jul 18, 2024
5 tasks
@@ -15,7 +15,10 @@

%% API
-export([new/0,
vsn/1]).
vsn/1,
parse_tags/1,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if these are internal exports, we may want to have a macro'd out -ifdef(TEST). -export([...]). -endif. that makes sure we don't include and exposes these calls from a parent library. This avoids accidentally exposing functions we don't plan on exposing.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's true; I changed it.

@ferd ferd merged commit fc69576 into erlware:master Jul 31, 2024
4 checks passed
@ariel-anieli ariel-anieli deleted the git-vsn-tests branch August 1, 2024 09:53
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.

2 participants