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 writing both html and html_fragment #61

Merged
merged 1 commit into from
Dec 22, 2020

Conversation

nabijaczleweli
Copy link
Contributor

I was expecting this to be a weird bug and not a one-line deletion, hence the issue first.

Closes #60

This check was introduced in e672a0f
with no explanation

Closes apjanke#60
@nabijaczleweli
Copy link
Contributor Author

Rebased

@apjanke
Copy link
Owner

apjanke commented Nov 26, 2020

This is looking good to me. Let me do a little more testing, and then I'll slide it in for the upcoming release.

@apjanke apjanke self-assigned this Nov 26, 2020
@apjanke apjanke added the bug Something isn't working label Nov 26, 2020
@apjanke
Copy link
Owner

apjanke commented Dec 3, 2020

Travis CI checks are failing, but it looks unrelated to this PR. I'll try to clean those up and then deal with this.

@apjanke apjanke added this to the 0.10.0 milestone Dec 22, 2020
@apjanke apjanke merged commit baf9a4d into apjanke:master Dec 22, 2020
@apjanke
Copy link
Owner

apjanke commented Dec 22, 2020

Merged. This'll go out in 0.10.0.

@apjanke apjanke modified the milestones: 0.10.0, 0.11.0 Dec 22, 2020
@apjanke
Copy link
Owner

apjanke commented Dec 22, 2020

Oops. Merging this seriously broke the test suite. (I overlooked that because I thought the Travis CI failure was just a Rubocop complaint.) I reverted the change in 4bbb05a and am rescheduling this for 0.11.0 or later.

I think I broke the GitHub workflow by reverting the change myself instead of doing a "Revert merge" on GitHub itself. Sorry. Could you re-submit this as another PR if you can figure out a way to have it not break bundle exec rake test?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Specifying both --html and --fragment outputs just the fragment
2 participants