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

Fix for force-push post-2.012 #123

Merged
merged 10 commits into from Jul 28, 2015
Merged

Conversation

zmughal
Copy link
Member

@zmughal zmughal commented Jun 14, 2015

DO NOT MERGE

Waiting until PDL 2.012 is known to have indexed properly

This drops the commit that added 2.011_01, since that was not released and we went straight to 2.012 from 2.011.

Edit: The PDL 2.012 release is working.

d-lamb and others added 10 commits June 14, 2015 16:17
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>.

- Travis-CI: install CPAN::Changes so that the author test runs.
@zmughal zmughal force-pushed the unmerged-to-master-drop-2.011_01 branch from 2bf19b3 to 3ca9250 Compare June 14, 2015 22:00
@zmughal zmughal mentioned this pull request Jun 14, 2015
@zmughal
Copy link
Member Author

zmughal commented Jul 26, 2015

This is ready to go!

@mohawk2
Copy link
Member

mohawk2 commented Jul 26, 2015

Looks good to me.

@mohawk2
Copy link
Member

mohawk2 commented Jul 26, 2015

However, let's only merge if we have buy-in from @devel-chm.

@zmughal zmughal merged commit 3ca9250 into master Jul 28, 2015
@zmughal zmughal deleted the unmerged-to-master-drop-2.011_01 branch July 28, 2015 20:26
@zmughal zmughal modified the milestone: PDL v2.012_01 Jul 29, 2015
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

3 participants