-
Notifications
You must be signed in to change notification settings - Fork 142
Comparing changes
Open a pull request
base repository: lfe/lfe
base: v2.1.1
head repository: lfe/lfe
compare: v2.1.2
- 15 commits
- 19 files changed
- 4 contributors
Commits on Jan 12, 2023
-
Fixed indentation when pretty printing structs
Alse improved the struct documentation in the lfe_guide.
Configuration menu - View commit details
-
Copy full SHA for c1c0364 - Browse repository at this point
Copy the full SHA c1c0364View commit details
Commits on Jan 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9a75089 - Browse repository at this point
Copy the full SHA 9a75089View commit details
Commits on Mar 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0d8c108 - Browse repository at this point
Copy the full SHA 0d8c108View commit details
Commits on Mar 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0717b8f - Browse repository at this point
Copy the full SHA 0717b8fView commit details
Commits on Apr 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b41b339 - Browse repository at this point
Copy the full SHA b41b339View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52201c7 - Browse repository at this point
Copy the full SHA 52201c7View commit details
Commits on Jun 9, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 0985540 - Browse repository at this point
Copy the full SHA 0985540View commit details
Commits on Jun 10, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 15669c1 - Browse repository at this point
Copy the full SHA 15669c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90ded90 - Browse repository at this point
Copy the full SHA 90ded90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8126edb - Browse repository at this point
Copy the full SHA 8126edbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d89e354 - Browse repository at this point
Copy the full SHA d89e354View commit details
Commits on Aug 2, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for 59adc8a - Browse repository at this point
Copy the full SHA 59adc8aView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 88b4d0b - Browse repository at this point
Copy the full SHA 88b4d0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 44f77b7 - Browse repository at this point
Copy the full SHA 44f77b7View commit details -
Merge pull request #475 from lfe/develop
Merging to master for 2.1.2 release
Configuration menu - View commit details
-
Copy full SHA for 6cbfdff - Browse repository at this point
Copy the full SHA 6cbfdffView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.1.1...v2.1.2