-
=== What steps will reproduce the problem (please be specific and
scala> <foo>{PCData("hello\nworld")}</foo>
res51: scala.xml.Elem =
<foo><![CDATA[hello
world]]></foo&…
-
### Your environment
Which OS do you use?
Linux
Which version of GHC do you use and how did you install it?
9.8.2, ghcup
How is your project built (alternative: link to the project)…
-
PR GaloisInc/saw-core#126 implemented a namespace-aware prettyprinter for saw-core, which uses the shortest unambiguous form of names, so we don't have to see fully-qualified names everywhere.
The …
-
* PrettyPrinter version: 0.18.0
* Python version: 3.7.5
* Operating System: Ubuntu 16.04.6 LTS
### Description
Prettyprinter does not print dataclass default values
### What I Did
```pytho…
-
This input
```
{
( p:P2576 { ps:P2576 xsd:string } |
ps:P4333 {xsd:string p:P4333 } )
}
```
Produces this output after call the prettyprinter:
```
{
( p:P2576 {
…
-
### Code
(manually reduced)
```Rust
#![feature(adt_const_params)]
#![allow(incomplete_features)]
struct ConstBytes;
//[min]~^ ERROR
struct ConstBytes
-
For loops variables should be humain-friendly when possible.
Array's forEach function shall be used when possible.
-
```scala
@ clangPrint(q"""{val directives = sort(flat)
{ case x ⇒ directives collectFirst { case (c, d) if c isInstance x ⇒ d } getOrElse Escalate }}""".syntax.parse[Stat].get.structure)
re…
-
1. We should use a prettyprinter for the `SQLStmt` queries and DDL files. I did this for the [TPC-H queries](https://github.com/cmu-db/benchbase/blob/59a7a7dc03d3cdc896491db7f1c1338f5e093231/src/main/…
-
First of all, thank you for this excellent software.
By default, bat uses 2 character wide left padding when displaying content. It would be great to have option to turn this off. And optionally ma…