awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesStatic Analysis Declarations

Configuration mechanisms for declaring magic members to static analysis engines.

Distinct from Magic Method Implementations: Distinct from Magic Method Implementations: focuses on declaring members for static analysis recognition rather than implementing the magic methods.

Explore 2 awesome GitHub repositories matching programming languages & runtimes · Static Analysis Declarations. Refine with filters or upvote what's useful.

Awesome Static Analysis Declarations GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • phpstan/phpstanAvatar de phpstan

    phpstan/phpstan

    13,999Ver en GitHub↗

    This project is a static analysis engine and type checker designed for PHP codebases. It evaluates source code structure and type annotations to identify potential bugs, type mismatches, and logic errors without executing the application. By parsing code into an abstract syntax tree and applying a rule-based validation framework, it enforces code quality and safety standards across a project. What distinguishes this tool is its sophisticated type inference engine, which models dynamic language features, magic methods, and conditional types to maintain accuracy even in unconventional code. It

    The static analysis tool declares properties and methods that are handled dynamically via magic methods to ensure static analysis recognizes them as valid members.

    PHPphpphp7phpstan
    Ver en GitHub↗13,999
  • facebook/pyreflyAvatar de facebook

    facebook/pyrefly

    5,390Ver en GitHub↗

    Pyrefly is a static type checker for Python that operates as a language server, delivering real-time diagnostics, completions, and navigation in any editor supporting the Language Server Protocol. It also performs static tensor shape analysis, using symbolic dimension variables and arithmetic to verify shape consistency in deep learning models without runtime execution. Beyond core type checking, Pyrefly supports gradual adoption workflows: it can generate a baseline of known errors so only new issues are reported, migrate configuration from other type checkers, and automatically suppress exi

    Declares tensor shapes with symbolic dimension variables and arithmetic for static shape consistency.

    Rustcode-qualitycontributions-welcomegood-first-issue
    Ver en GitHub↗5,390
  1. Home
  2. Programming Languages & Runtimes
  3. Magic Method Implementations
  4. Static Analysis Declarations

Explorar subetiquetas

  • Symbolic Dimension DeclarationsDeclaring tensor shapes using symbolic dimension variables and arithmetic expressions for type-level shape consistency. **Distinct from Static Analysis Declarations:** Distinct from general Static Analysis Declarations: focuses specifically on symbolic dimension variables for tensor shapes rather than general member declarations.