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

New changelog format #121

Closed
wants to merge 13 commits into from
Closed

New changelog format #121

wants to merge 13 commits into from

Conversation

zmughal
Copy link
Member

@zmughal zmughal commented Jun 14, 2015

This is a reopening of PR #78 in order to address #67 which makes the Changes format follow a standard format.

devel-chm and others added 13 commits June 3, 2015 11:35
Without any arguments, or with (-1), sync writes out the whole
cache, as before. But now you can also specificy which single
element to write out. This modifies STORE to only sync the
currently-being-stored element.  Otherwise if you have a rw diskcache,
every time you added a new element it would write out every previous
element to disk.
Removed a funny '$a =    BadCode=> ' which was likely harmless.

Changed the type of an integer to be unsigned STRLEN instead of IV,
silence a compiler warning.
This occurs when there is an ambiguous if... if ... else structure.
This will allow us to take advantage of the standard format used by
MetaCPAN and package distributions.
…ate]]"

This was done by running those lines through the filter

    grep -o '[[:digit:]_.]\+' \
      | xargs -I{} echo v{}   \
      | xargs -I{} git log -1 --pretty="format:{} %ai" {}

which uses the author date recorded for the respective PDL version tag.
This is to address <#67>.

This allows for the Changes file to be parsed on MetaCPAN by
<https://metacpan.org/pod/CPAN::Changes>.
@zmughal
Copy link
Member Author

zmughal commented Jun 14, 2015

This PR will be obsoleted by #123 when that is merged.

@zmughal zmughal closed this Jun 14, 2015
@zmughal zmughal modified the milestone: PDL v2.012_01 Jul 29, 2015
@zmughal zmughal deleted the changesfix branch August 5, 2015 02:42
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.

None yet

4 participants