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

Retarget Python Eval audience, status, help_url #1768

Closed
wants to merge 1 commit into from

Conversation

emyoulation
Copy link
Contributor

Everyone > Expert
Unstable > Stable
generic debug to specific section (5.2 specific version URL. How can this adapt to 5.3?)

fulfill 2nd half of 0013422: Change "Audience" registrations of plug-ins to 5.2 "Expert"
https://gramps-project.org/bugs/view.php?id=13422

Everyone > Expert
Unstable > Stable
generic debug to specific section (5.2 specific version URL. How can this adapt to 5.3?)
@Nick-Hall
Copy link
Member

There are three problems I see with this PR:

  • The audience is used by the Addon Manager to select relevant addons for the user. Is it useful for built-in plugins?
  • Changing the status from "Unstable" to "Stable" will make this visible to all users, not just developers.
  • The help URL has the version number in it. This means that we will have to remember to update it for each feature release.

@Nick-Hall Nick-Hall changed the title retarget Python Eval audience, status, help_url Retarget Python Eval audience, status, help_url Jan 2, 2025
@Nick-Hall Nick-Hall closed this Jan 10, 2025
@emyoulation
Copy link
Contributor Author

I am disappointed but understand your objections.

This gramplet would allow diagnostic scripts ( shared via the Discourse forum ) that end‐users could run via a simple copy'n'paste. That really isn't an option with it having to be run in debug mode. It requires too much understanding about setting environmental variables and running Gramps from a console. End-users will exceed their capacity for patience before getting to productive answers.

And importing scripts takes too many steps in SuperTool. (I don't know if the Python Shell allows a script or only single statements. I've never been able to get the shell gramplet to be productive)

@daleathan
Copy link
Contributor

@Nick-Hall The other option for the built-in Python Evaluation grampet is move it to addons as I don't believe anything like gramps python test rely on it?

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