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

Sync subinfo #2

Merged
merged 3 commits into from Jul 4, 2019
Merged

Sync subinfo #2

merged 3 commits into from Jul 4, 2019

Conversation

kfly8
Copy link
Owner

@kfly8 kfly8 commented Jul 4, 2019

why synchronize subinfo

for convenience.

BEFORE:

$meta->subname; # foo

$meta->set_subname("bar");
$meta->subname; # bar
$meta->fullname;  # main::foo <- NOT convenience

AFTER:

$meta->subname; # foo

$meta->set_subname("bar");
$meta->subname; # bar
$meta->fullname;  # main::bar

TODO

  • sync subinfo
  • add subinfo method

@kfly8 kfly8 merged commit fd6cbf4 into master Jul 4, 2019
@kfly8 kfly8 deleted the sync-subinfo branch July 4, 2019 13:40
kfly8 added a commit that referenced this pull request Jul 4, 2019
Changelog diff is:

diff --git a/Changes b/Changes
index e571cf2..520cf46 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension Sub-Meta

 {{$NEXT}}

+0.02 2019-07-04T14:14:17Z
+    - Fixed test #1 (Thanks @eserte)
+    - Sync subinfo #2
+
 0.01 2019-06-27T10:59:04Z

     - original version
kfly8 added a commit that referenced this pull request Jul 5, 2019
Changelog diff is:

diff --git a/Changes b/Changes
index 520cf46..f26ee6a 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension Sub-Meta

 {{$NEXT}}

+0.03 2019-07-05T06:59:02Z
+    - improve coverage
+
 0.02 2019-07-04T14:14:17Z
     - Fixed test #1 (Thanks @eserte)
     - Sync subinfo #2
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

1 participant