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

Add 3.0 syntax support #233

Merged
merged 1 commit into from
Dec 26, 2020
Merged

Add 3.0 syntax support #233

merged 1 commit into from
Dec 26, 2020

Conversation

mbj
Copy link
Owner

@mbj mbj commented Dec 25, 2020

No description provided.

@mbj mbj force-pushed the add/ruby-3-support branch 4 times, most recently from cc3840a to 6ec9077 Compare December 26, 2020 00:03
end

def emit_argument(argument, last)
if n_hash?(argument) && last
Copy link
Owner Author

Choose a reason for hiding this comment

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

I really like this special case to be gone, its now a first class signal via the new kwargs node.

@mbj mbj force-pushed the add/ruby-3-support branch 2 times, most recently from 370b682 to 1f21f80 Compare December 26, 2020 00:09
@@ -7,3 +7,6 @@ gemspec
source 'https://oss:Px2ENN7S91OmWaD5G7MIQJi1dmtmYrEh@gem.mutant.dev' do
gem 'mutant-license'
end

gem 'mutant', git: 'https://github.com/mbj/mutant', branch: 'add/ruby-3.0'
gem 'mutant-rspec', git: 'https://github.com/mbj/mutant', branch: 'add/ruby-3.0'
Copy link
Owner Author

Choose a reason for hiding this comment

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

Chicken & egg is active here, will switch over to a released mutant once there is an unparser release ;)

@mbj mbj force-pushed the add/ruby-3-support branch 2 times, most recently from 37b6824 to 6a01991 Compare December 26, 2020 00:13
@mbj mbj merged commit 390e7d1 into master Dec 26, 2020
@mbj mbj deleted the add/ruby-3-support branch December 26, 2020 00:23
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