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 'browser' help viewer for Windows #5515

Closed
wants to merge 1 commit into from

Conversation

olexandr-konovalov
Copy link
Member

It was reported to me that "browser" help viewer is not available on Windows. It happens because ARCH_IS_WINDOWS() no longer returns 'true'. Furthemore, 'start' is also not available, so I have put back some code removed in #603. Now this works.

@ChrisJefferson
Copy link
Contributor

Could we maybe have a file of manual tests? We would obviously want to minimize them, but I have no idea how to test if this is working.

@@ -65,28 +65,26 @@ show := PagerAsHelpViewer,
);


if ARCH_IS_WINDOWS() then
Copy link
Member

Choose a reason for hiding this comment

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

Instead of unconditionally defining the code below, could we perhaps have a ARCH_IS_CYGWIN or so which does return true here?

Copy link
Member Author

Choose a reason for hiding this comment

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

Ah, forgot that such check exists. Makes perfect sense!

@fingolfin
Copy link
Member

@olexandr-konovalov do you have any plans to update this?

If you could indicate how to test it, then perhaps @ChrisJefferson could do so

@fingolfin
Copy link
Member

This PR has known issues and got no updates or even replies in 4 months -> closing

@fingolfin fingolfin closed this Mar 15, 2024
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.

3 participants