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: secondlife/python-llsd
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: secondlife/python-llsd
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.2
Choose a head ref
  • 6 commits
  • 3 files changed
  • 3 contributors

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    8245728 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

  1. Add PyPI trusted publication (#12)

    Add PyPI trusted publication
    
    Publish llsd with PyPI's new [trusted publisher](https://blog.pypi.org/posts/2023-04-20-introducing-trusted-publishers/) functionality rather than an access token.
    bennettgoble authored Apr 21, 2023
    1 Configuration menu
    Copy the full SHA
    ed393fd View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. SL-18330: In XML formatter, avoid adding call stack depth.

    Making LLSDXMLFormatter._elt() accept a lambda was a tricky way to minimize
    source changes to existing _elt() calls in _ARRAY() and _MAP(). The trouble is
    that that added function entries for each level of a deeply-nested LLSD
    structure -- and with our users, we unfortunately do encounter deeply-nested
    large inventories. Log observed RecursionError failures in AIS.
    
    Explicitly write out the individual sequence of calls in _ARRAY(), _MAP() and
    the top-level _write(), the only callers to pass lambdas to _elt().
    nat-goodspeed committed May 4, 2023
    Configuration menu
    Copy the full SHA
    eb3b416 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    674f8aa View commit details
    Browse the repository at this point in the history
  3. Switch PyPI action param case to kebab

    Fixes deprecation warning about repository_url.
    bennettgoble authored May 4, 2023
    Configuration menu
    Copy the full SHA
    46fdce0 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Merge pull request #13 from secondlife/log/deep_map

    SL-18330: In XML formatter, avoid adding call stack depth.
    nat-goodspeed authored May 8, 2023
    Configuration menu
    Copy the full SHA
    a63abbe View commit details
    Browse the repository at this point in the history
Loading