-
Notifications
You must be signed in to change notification settings - Fork 414
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
Stop the document from jumping to the hash when a token is clicked. #352
Conversation
I'm not sure what the best way to stage the integration-specs repo is. It seems that I'd have to land the change in the other repo first in order to reference the commit here. Is that correct? I'm wondering if instead it's possible to temporarily set the submodule ref to point to my own repo where the relevant integration-specs branch is... |
@jverkoey Yes, you have to first create a commit in |
Ok, I just merged realm/jazzy-integration-specs#7. Could you please update this PR to point the integration specs submodule to that commit? Change looks good otherwise. |
* None. | ||
* Expanding a token no longer causes the document to 'jump' to the hash. | ||
[Jeff Verkoeyen](https://github.com/jverkoey) | ||
[#352](https://github.com/realm/jazzy/issues/352) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI we only include links to issues, not PRs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah good to know - will fix.
Taking this over. Thanks @jverkoey. |
Ah thank you! I got blocked on updating the specs and then life took hold :p is there any way to more easily generate the specs? |
There's a rake task that rebuilds them |
unfortunately not. you have push access to git checkout master
git pull
git checkout -
git rebase master
bundle install
bundle exec rake rebuild_integration_fixtures
cd spec/integration_specs
git checkout -b $jazzy_branch_name
git commit -a -m "update for $jazzy_branch_name"
git push
cd ../../
git commit -a -m "update integration specs"
git push |
Noted :) what's the rationale for having the specs as a separate repo? |
They're quite large. |
Ah, makes sense. Thanks again! |
Actually, they're really not that large... I'll make a PR merging them back into jazzy proper so we can discuss the tradeoffs |
@jpsim please make the PR from a fork |
No description provided.