Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Should values like [B, [Ljava.lang.String etc. make it through to search? #45

Open
devn opened this issue May 16, 2022 · 0 comments
Open

Comments

@devn
Copy link
Owner

devn commented May 16, 2022

{:input "(type (make-array String 10))", :value "[Ljava.lang.String;", :output "\"\""}

Currently (3.0.0), we attempt to use zprint with the parse-string option on the value of the above expression to format it so long as the value does not end with "..." (a truncated result). This has the upside of printing values like nested vectors more readable, but means that primitive return types don't make it through to search.

One option is to simply stop attempting to parse the string via zprint. I need to think more about this.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant