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: lfe/lfe
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.1
Choose a base ref
...
head repository: lfe/lfe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.2
Choose a head ref
  • 15 commits
  • 19 files changed
  • 4 contributors

Commits on Jan 12, 2023

  1. Fixed indentation when pretty printing structs

    Alse improved the struct documentation in the lfe_guide.
    rvirding committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    c1c0364 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2023

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

Commits on Mar 22, 2023

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

Commits on Mar 25, 2023

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

Commits on Apr 8, 2023

  1. Configuration menu
    Copy the full SHA
    b41b339 View commit details
    Browse the repository at this point in the history
  2. Remove importing from lfe_env and orddict

    Explicitness rules!
    rvirding committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    52201c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Fix expansion for comparison macros for 3 or more arguments (#470)

    * fix comparisons for 3 or more args
    
    * improve exp_comp function according to existing exp_nequal
    
    * lfe_macro: remove imports used only once
    yastanotheruser authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    0985540 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. Configuration menu
    Copy the full SHA
    15669c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90ded90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8126edb View commit details
    Browse the repository at this point in the history
  4. More ubuntu 20.04 changes.

    oubiwann authored Jun 10, 2023
    Configuration menu
    Copy the full SHA
    d89e354 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Fixed handling of user_drv and user modules for OTP 26

    In OTP 26 the user module has been removed and the interface to
    user_drv has been modified. Lfe_init has been modified to the new
    interface to user_drf to handle both cases. It checks at runtime which
    interfaces to use which avoids locking to a specific OTP version.
    rvirding committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    59adc8a View commit details
    Browse the repository at this point in the history
  2. Add a get_line function which saves history lines

    It is a rather simple line editor which works much like the old
    io:get_line and save input in the history. It is used internally for
    for line oriented input.
    rvirding committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    88b4d0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44f77b7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #475 from lfe/develop

    Merging to master for 2.1.2 release
    oubiwann authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    6cbfdff View commit details
    Browse the repository at this point in the history
Loading