- 
                Notifications
    You must be signed in to change notification settings 
- Fork 7
Comparing changes
Open a pull request
base repository: mull-project/FileCheck.py
base: v0.0.23
head repository: mull-project/FileCheck.py
compare: v0.0.24
- 15 commits
- 13 files changed
- 2 contributors
Commits on Nov 21, 2023
- 
  Pass countas keyword argument tore.sub()This fixes two test failures under Python 3.13: ``` Failed Tests (2): FileCheck.py integration tests :: tests/extra_features/pseudo_numeric_variables/01_line_variable_once/test.itest FileCheck.py integration tests :: tests/extra_features/pseudo_numeric_variables/02_line_variable_twice/test.itest ``` Both are failing due to: ``` filecheck/filecheck.py:372: DeprecationWarning: 'count' is passed as positional argument ``` Passing `count` as positional argument to `re.sub()` has been deprecated in Python 3.13: https://docs.python.org/3.13/whatsnew/3.13.html#id9 and produces a `DeprecationWarning` exception. Configuration menu - View commit details
- 
    
    
    Copy full SHA for 2864540 
- Browse repository at this point
 Copy the full SHA 2864540View commit details 
Commits on Nov 26, 2023
- 
  Configuration menu - View commit details
- 
    
    
    Copy full SHA for 8e2ff43 
- Browse repository at this point
 Copy the full SHA 8e2ff43View commit details 
- 
  Merge pull request #195 from mull-project/stanislaw/replace_poetry pyproject.toml: remove Poetry Configuration menu - View commit details
- 
    
    
    Copy full SHA for 63c73dd 
- Browse repository at this point
 Copy the full SHA 63c73ddView commit details 
- 
  Configuration menu - View commit details
- 
    
    
    Copy full SHA for a8cf735 
- Browse repository at this point
 Copy the full SHA a8cf735View commit details 
- 
  Merge pull request #196 from mull-project/stanislaw/replace_poetry CI: add Python 3.12 Configuration menu - View commit details
- 
    
    
    Copy full SHA for 4298341 
- Browse repository at this point
 Copy the full SHA 4298341View commit details 
- 
  
  Configuration menu - View commit details
- 
    
    
    Copy full SHA for 83fa66d 
- Browse repository at this point
 Copy the full SHA 83fa66dView commit details 
- 
  Merge pull request #197 from mull-project/stanislaw/python_313 Pass count as keyword argument to re.sub() Configuration menu - View commit details
- 
    
    
    Copy full SHA for 20bf178 
- Browse repository at this point
 Copy the full SHA 20bf178View commit details 
- 
  Thanks to this: actions/setup-python#150 (comment) Configuration menu - View commit details
- 
    
    
    Copy full SHA for 53a2557 
- Browse repository at this point
 Copy the full SHA 53a2557View commit details 
- 
  Merge pull request #198 from mull-project/stanislaw/python_313 CI: Add 3.13-dev Configuration menu - View commit details
- 
    
    
    Copy full SHA for 4ccdf13 
- Browse repository at this point
 Copy the full SHA 4ccdf13View commit details 
- 
  Configuration menu - View commit details
- 
    
    
    Copy full SHA for 432a8b5 
- Browse repository at this point
 Copy the full SHA 432a8b5View commit details 
- 
  Merge pull request #199 from mull-project/stanislaw/python_313 tasks: release task Configuration menu - View commit details
- 
    
    
    Copy full SHA for 1600ab5 
- Browse repository at this point
 Copy the full SHA 1600ab5View commit details 
- 
  Configuration menu - View commit details
- 
    
    
    Copy full SHA for d856a61 
- Browse repository at this point
 Copy the full SHA d856a61View commit details 
- 
  Configuration menu - View commit details
- 
    
    
    Copy full SHA for 5466bf6 
- Browse repository at this point
 Copy the full SHA 5466bf6View commit details 
- 
  Configuration menu - View commit details
- 
    
    
    Copy full SHA for 145c3ea 
- Browse repository at this point
 Copy the full SHA 145c3eaView commit details 
- 
  Merge pull request #200 from mull-project/stanislaw/python_313 Bump version to 0.0.24 Configuration menu - View commit details
- 
    
    
    Copy full SHA for bbef9db 
- Browse repository at this point
 Copy the full SHA bbef9dbView commit details 
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
            You can try running this command locally to see the comparison on your machine: 
            git diff v0.0.23...v0.0.24