-
Notifications
You must be signed in to change notification settings - Fork 1
All issues
Issue creation is restricted in this repository
Issues
is:issue state:open
is:issue state:open
Search results
plugin: the WASM plugin wire format sends a version field with no negotiation or compatibility contract
enhancementNew feature or requestNew feature or requestStatus: Open.#308 In MaximeGaudin/slint;naming: library crate "slint", binary crate "slint-cli", and the installed binary itself "slint" are three different names for two crates
enhancementNew feature or requestNew feature or requestStatus: Open.#307 In MaximeGaudin/slint;monorepo: packages/core has no package.json, so pnpm/turbo cannot see it, and apps/cli's turbo tasks disable caching entirely
enhancementNew feature or requestNew feature or requestStatus: Open.#306 In MaximeGaudin/slint;core: is_unparseable_findings is a single magic-type downcast with no compiler-enforced exhaustiveness
enhancementNew feature or requestNew feature or requestStatus: Open.#305 In MaximeGaudin/slint;core: environment variables are read directly from library code instead of being injected, and tests mutate real process env unsafely
enhancementNew feature or requestNew feature or requestStatus: Open.#304 In MaximeGaudin/slint;core: RuleContext exposes the entire Config to every static rule, letting any rule read another rule's options or the LLM/plugin settings
enhancementNew feature or requestNew feature or requestStatus: Open.#303 In MaximeGaudin/slint;cli: --llm and --no-llm form a redundant/contradictory boolean pair, part of a 6-bool flag struct clippy flags as too wide
enhancementNew feature or requestNew feature or requestStatus: Open.#302 In MaximeGaudin/slint;core: two incompatible rule traits (Rule vs ProjectRule) push project.rs to hand-build Message literals instead of using RuleContext
bugSomething isn't workingSomething isn't workingStatus: Open.#300 In MaximeGaudin/slint;core: the rule registry has no invariant test that a defined Rule is actually wired into registry()
bugSomething isn't workingSomething isn't workingStatus: Open.#299 In MaximeGaudin/slint;core: static rules and the model pass both run on rayon's global thread pool with no way to scope or limit parallelism
bugSomething isn't workingSomething isn't workingStatus: Open.#298 In MaximeGaudin/slint;core: owo-colors (ANSI terminal rendering) is a library dependency, not a CLI-only concern
bugSomething isn't workingSomething isn't workingStatus: Open.#297 In MaximeGaudin/slint;core: no #![warn(missing_docs)], zero compiling doc examples, and clippy flags 16 undocumented error conditions
bugSomething isn't workingSomething isn't workingStatus: Open.#296 In MaximeGaudin/slint;