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

Debug string is not displayed in console if start with more than 14 hyphens #449

Open
syanenko opened this issue Feb 4, 2023 · 2 comments
Labels
bug? reported as bug; triage pending

Comments

@syanenko
Copy link

syanenko commented Feb 4, 2023

Summary
Debug string is not displayed in console if start with more than 14 hyphens. Same behavior if final '\n' character is missing.

Example:

#declare s_ = "----------------- DEBUG -----------------------------"; // String is not displayed in console
#debug concat(s_, "\n")

number of hyphens is matter - threshold is 14:
#declare s_ = "--------------"; // This works
#declare s_ = "---------------"; // This not

POV-Ray Version

  • Incarnation: POV-Ray for Windows
  • Affected build version: 3.7.0, 3.8.8-beta2

Runtime Environment

  • Operating system: Windows 7
  • Hardware architecture: x86-64
  • CPU model: [e.g. Intel Core i5

Steps to Reproduce

  1. Create scene, contaning above example
  2. Render scene
  3. Look at console output

Expected Behavior

Debug string should be displayed

Actual Behavior

Debug string missed in console output

Workaround
Reduce number of leadinh hyphens

@syanenko syanenko added the bug? reported as bug; triage pending label Feb 4, 2023
@wfpokorny
Copy link
Contributor

FWIW. I'm not seeing the issue on my Ubuntu 22.04 linux machine with the v3.8 based compiled versions I have in hand.

I don't use Windows so I'm unable to try the posted code in that environment.

@syanenko syanenko changed the title [BUG][WINDOWS] Debug string is not displayed in console if start with more than 14 hyphens Feb 15, 2023
@CousinRicky
Copy link

If I recall correctly from my Windows days, 15 or more hyphens in a row creates a horizontal rule. Do you observe this behavior?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug? reported as bug; triage pending
Projects
None yet
Development

No branches or pull requests

3 participants