Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pyecore/pyecore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.15.2
Choose a base ref
...
head repository: pyecore/pyecore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Dec 21, 2024

  1. Fix incorrect placement of reverse=True in sorted() for tuple convers…

    …ion.
    
    Moved reverse=True to the sorted() function to avoid TypeError caused by its incorrect application to tuple(). Ensured proper descending order of sorted elements before tuple conversion. Reformatted to increase the readability of argument placements.
    peturingi committed Dec 21, 2024
    Configuration menu
    Copy the full SHA
    58c1ff1 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2024

  1. Merge pull request #147 from peturingi/pie/bugfix_TypeError__tuple_ta…

    …kes_no_keyword_arguments
    
    Bugfix: Fixed incorrect placement of reverse=True in sorted() for tuple conversion
    aranega authored Dec 22, 2024
    Configuration menu
    Copy the full SHA
    1f77cd4 View commit details
    Browse the repository at this point in the history
Loading