Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix installation problems #359

Merged
merged 6 commits into from
Nov 4, 2024
Merged

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    2fa0ef4 View commit details
    Browse the repository at this point in the history
  2. Fix issue in ModuleLocatorTest

    ErlideTestUtils.createErlProject(pp1) adds a project to an uninitiated list
    and throwing an exception. Start test by initiate ErlideTestUtils to avoid
    failures from ModuleLocatorTest:setup().
    bjosv committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    aeb7213 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e0ea53 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Set version to v0.62.0

     Bumped version manually using:
       git grep -l '0.61.1' | xargs sed -i 's/0.61.1/0.62.0/g'
    bjosv committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    83b852f View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Update documentation

    bjosv committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3d89ffc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a5e102 View commit details
    Browse the repository at this point in the history