-
{
"configurations": [
{
"name": "64bit",
"type": "cppdbg",
"request": "launch",
"program": "${fileDirname}\\..\\${fileBasenameNoExtens…
-
When expect notices an error, it outputs an Expected: Actual: Which: block of text.
The Actual: line, however, wraps the value in angle brackets.
Sometimes, the value I want to print isn't a literal…
-
This Issue exists to collect many items that relate to Dark's parser(s), pretty-printer(s), name resolution, etc.
Here's our current state:
- in `dark-classic`, we didn't have a parser used for us…
-
OCaml -> Reason is fully under our control because it uses the Reason pretty-printer. However, the other direction uses the built-in OCaml pretty-printer, and in addition to not preserving comments, i…
-
The pretty printer should do reverse precedence parsing, to decide the correct precedence operators to use for a given operation (like match) instead of requiring them to be encoded separately int the…
-
For functions with a finite domain, instead of just displaying its type in angle brackets, we could enumerate the possible inputs to the function and actually list the outputs in a case expression. F…
-
Why pretty printing?
([ public static Gson GSON = new GsonBuilder().setPrettyPrinting().create();](https://github.com/FabricMC/fabric-meta/blob/c709c69359c96ba1473b583e6a559cbe88989f54/src/main/ja…
-
I'd like to use s-expressions for a config file rather than json, but the single line output is pretty hard to read. I'm not seeing an obvious pretty-print flag in the serde_lexpr::print::Options. I…
-
Currently we print all results one-per-line, which makes sense in some contexts. But in the web demo, it'd be really nice to pretty print the larger sexps, since even medium sized ones are hard to rea…
-
### Describe the enhancement requested
We should add methods to pretty print the contents of `RecordBatch`, `Schema`, `Field`, `DataType`, `Table`, and `ChunkedArray`.
This is similar to issue #30…