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

Allow updating existing releases #62

Closed
ansasaki opened this issue May 15, 2018 · 0 comments
Closed

Allow updating existing releases #62

ansasaki opened this issue May 15, 2018 · 0 comments

Comments

@ansasaki
Copy link
Owner

While in development phase, the user should be able to update an existing release.

In the best case, smap should be able to know which releases were released and which were not. Maybe it could be done with an special comment syntax for released releases. As in:

#@ released
LIBX_1_2_3
{
    global:
        symbol;
    local:
        *;
} ;

or simpler:

LIBX_1_2_3 # released
{
    global:
        symbol;
    local:
        *;
} ;
ansasaki added a commit that referenced this issue May 24, 2018
- Added "--final" option to mark the changed release as final
- Allow user to update an existing release
- Do not allow user to modify a released release
- Use dictionaries for visibility scopes
- Merge visibility scopes with the same name when parsing

Fixes #65, #62, #60
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

No branches or pull requests

1 participant