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

neutralize perturbing Print in read.g #30

Conversation

jgmbenoit
Copy link
Contributor

Description: neutralize: read.g: perturbing message
It appears that the message Loading modules ...' prints by read.g does not allow to write appropriate tests mainly because it is a partial message that is meant to be completed by the standard message PACKAGE_NAME PACKAGE_VERSION'. A more appropriate GAP mechanism,
if exists, might be used instead. This patch comments the Print
statement in order to allow reproducible tests.
Origin: vendor, Debian
Author: Jerome Benoit calculus@rezozer.net
Last-Update: 2017-11-17

@olexandr-konovalov
Copy link
Member

I suggest to use package banner to display such information. In this case, there is a standard way to suppress package banner for test purposes, using an optional argument of LoadPackage.

@laurentbartholdi
Copy link
Collaborator

I fixed it differently, see commit 889b114

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

3 participants