Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stars Issues

Equivalence Rules: Code

Standard SDL rulesets for adapting Qt 5.x codebases to Qt 6.x with Evolution Engine.

Equivalence Engine · Report Bug · Request Feature

About The Project

Rules for source code migrations between library and framework versions, designed for the Equivalence Engine.

This repository contains SDL-based rulesets for evolving source code. Rules are organized by language and library binding to ensure precise and safe migrations.

Currently featuring comprehensive rules for PyQt5 to PyQt6 migrations.

Ecosystem

Directory Structure

rules/
└── python/             <-- Language
    └── PyQt/           <-- Library/Binding
        └── 5.15-6.0.sdl  <-- Version Migration Rule

Usage

To migrate a Python project from PyQt5 to PyQt6:

equivalence-engine -p . \
  --rules-repo https://github.com/dev-centr/equivalence-rules-code \
  --library python/PyQt \
  --from 5.15 --to 6.0 --in-place

Contributing

New rules should be added to the appropriate rules/<lang>/<library>/ subdirectory. Each rule file should be named according to the version jump (e.g., 1.0-2.0.sdl).

About

Standard SDL rulesets for adapting Qt 5.x codebases to Qt 6.x with Evolution Engine

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors