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: getappmap/appmap-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.10
Choose a base ref
...
head repository: getappmap/appmap-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 6 commits
  • 17 files changed
  • 2 contributors

Commits on Jul 2, 2024

  1. test: show appmap as JSON when diff fails

    When an actual appmap doesn't match the expected one, show it as JSON to
    make it easier to understand why they're different (and to assist with
    updating the expected, if appropriate).
    apotterri committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    d2af099 View commit details
    Browse the repository at this point in the history
  2. test: make sure JSON serialization works

    With the previous function in simple.py, the return event generated to
    check that numpy.int64 serialized correctly didn't test AppMapEncoder.
    Keys in a dict that are in a return event are rendered with "repr"
    before the event gets serialized. "repr(int64(0))" returned "0" in 1.x,
    but returns "numpy.int64(0)" in 2.x, which caused the test to fail.
    apotterri committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    231af72 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Merge pull request #347 from getappmap/numpy2_20240702

    Fix tests that fail with numpy v2
    apotterri authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    4bc86ba View commit details
    Browse the repository at this point in the history
  2. feat: instrument properties

    Any class function decorated with @Property, or any class attribute with
    a property as a value, will now be instrumented.
    apotterri committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    d69b6e1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #344 from getappmap/props_20240626

    feat: instrument properties
    apotterri authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    72d96aa View commit details
    Browse the repository at this point in the history
  4. chore(release): 2.1.0 [skip ci]

    # [2.1.0](v2.0.10...v2.1.0) (2024-07-03)
    
    ### Features
    
    * instrument properties ([d69b6e1](d69b6e1))
    semantic-release-bot committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    660bcdc View commit details
    Browse the repository at this point in the history
Loading