8000 Comparing eproxus/fix-ci...master · eproxus/meck · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: eproxus/meck
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: eproxus/fix-ci
Choose a base ref
...
head repository: eproxus/meck
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 9 files changed
  • 4 contributors

Commits on Sep 6, 2023

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

Commits on Oct 4, 2023

  1. Fix spec of meck:raise/2

    There seems to be a typo in the spec; as it is the `Reason` can only
    be the atom `term`.
    jcpetruzza authored and eproxus committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    64034a2 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Handle new OTP 27 compile options

    In OTP 27.0-RC.1, the option 'force_line_counters' showed up when
    getting compile options for an already compiled module. Instead of
    verifying the exact list, we now loiok at 'i' and 'd' only since they
    are what supposedly matter for this test.
    eproxus committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    aa278c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Support Erlang 27.0

    Removes no-longer supported OTP version 24. Migrates from 'slave' to
    'peer' in test code.
    eproxus committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    dfb47c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Fix an issue with the code coverage in Erlang.mk

    It seems that just purging away the meck generated module
    (in `meck:unload`) is not removing it from the cover data.
    Exporting the cover data using `cover:export/1` will also
    export data about the meck generated module. Erlang.mk
    [uses](https://github.com/ninenines/erlang.mk/blob/b8a27ab752389394bfdb8c15d1b69455c313991e/plugins/cover.mk#L52)
    the export & import flow to generate the HTML coverage report,
    so the report will show the purged module - which is not correct.
    
    This might be due to an issue in the coverage tool and it would be
    better to investigate and fix it there, but this fix shouldn't break
    anything, so I think it is acceptable.
    andrei-mihaila authored and eproxus committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    59d61d8 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. Version 1.0.0

    eproxus committed Dec 13, 2024
    Configuration menu
    Copy the full SHA
    d755909 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    474651c 6AB5 View commit details
    Browse the repository at this point in the history
  3. Use ex_doc instead of edoc

    eproxus committed Dec 13, 2024
    Configuration menu
    Copy the full SHA
    29360b2 View commit details
    Browse the repository at this point in the history
Loading
0