fiveseven

Results 6 issues of fiveseven

**Describe the Bug** Running `examples/kaleidoscope/main.rs` on my environment causes a segmentation fault when given the following inputs: ``` ?> extern printd(double) ?> printd(10) ``` **To Reproduce** (1) run `cargo init`,...

bug

My project has a file named `etime.h`. When the 'Macro Type' is set to 'Filename', this file is never included, because the auto-generated include guard is named `ETIME`. The following...

# Proposal Allow the use of `self` as an identifier in identifier patterns (`foo @ Foo { bar, baz }`). # Motivation As seen in the following search results within...

T-lang
A-syntax
A-resolve

Hello, I have noticed that LaTeXML currently converts certain symbols from the `mathtools` package incorrectly. Specifically, the following conversions are observed: - `\coloneq` is converted to `:-` - `\eqcolon` is...

bug
packages

When using `Document::new()`, the default PDF version is set to `"1.4"`, but the default cross-reference type is `XrefType::CrossReferenceStream`. https://github.com/J-F-Liu/lopdf/blob/c9a44ec72e80a9d7096cd56fabfae02ac18d0e96/src/document.rs#L63-L68 However, according to the PDF specification, cross-reference streams are only supported...

Macro names beginning with `E` followed by a digit or an uppercase letter are reserved.