Skip to content

issues Search Results · repo:RustPython/Parser language:Rust

Filter by

53 results
 (57 ms)

53 results

inRustPython/Parser (press backspace or delete to remove)

When using the Visitor trait I realized that the default values of arguments are never visited. This is because the visit_arg function is never actuall called: https://github.com/RustPython/Parser/blob/4588ea5c3e6327009640e7c9c89eb6fa9220358e/ast/src/gen/visitor.rs#L737 ...
  • jvllmr
  • Opened 
    on Feb 9
  • #133

I m using aarch64-apple-darwin and running the following commands: cargo new demo cd demo cargo add rustpython-parser --features malachite-bigint --no-default-features cargo run and am getting the following ...
  • oscartbeaumont
  • Opened 
    on Feb 2
  • #130

#101 reported that the unparse module is not public, but now there is no public member to be used. Is that intended?
  • jvllmr
  • 1
  • Opened 
    on Dec 17, 2024
  • #127

We use this parser for a custom linter that we ship through a VSCode extension (rustpython_parser::ast::Suite::parse_without_path). The VSCode extension api expects byte positions to the text encoded in ...
  • nilskch
  • 5
  • Opened 
    on Dec 9, 2024
  • #126

From: https://github.com/mtshiba/pylyzer/issues/115 Starting with Python 3.12, the use of strings within f-strings is permitted. Reference However, the current parser implementation does not seem to ...
  • mtshiba
  • 3
  • Opened 
    on Dec 3, 2024
  • #125

Previously, I wrote code like: use rustpython_parser::ast::{ArgData, Located, Location}; fn create_located T (node: T, loc: Location) - Located T { Located::new(loc, loc, node) } But it seems ...
  • tisonkun
  • 4
  • Opened 
    on Apr 15, 2024
  • #119

let tokens = lex( print( , Mode::Expression); tokens is an infinite iterator when the source contains an error. Is it intended behaviour for the iterator to be infinite?
  • nithinmuthukumar
  • Opened 
    on Apr 11, 2024
  • #118

error[E0512]: cannot transmute between types of different sizes, or dependently-sized types -- /wrkdirs/usr/ports/devel/pylyzer/work/pylyzer-0.0.51/cargo-crates/rustpython-ast-0.3.0/src/impls.rs:65:1 ...
  • yurivict
  • 1
  • Opened 
    on Mar 28, 2024
  • #116

I cloned the repository, entered the ast-pyo3 directory, and ran pyproject-build: % pyproject-build * Creating venv isolated environment... * Installing packages in isolated environment... (maturin =0.15, ...
  • pawamoy
  • 6
  • Opened 
    on Mar 23, 2024
  • #115

Works with 1.75.0, but here is the issue with 1.76.0 -- /home/rfiszel/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustpython-ast-0.3.0/src/impls.rs:60:1 | 60 | static_assertions::assert_eq_size!(crate::Stmt, ...
  • rubenfiszel
  • 7
  • Opened 
    on Feb 8, 2024
  • #114
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub