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

[terminfo-db] Add a builder for the terminfo database #9165

Merged
merged 12 commits into from
Aug 6, 2024
Merged

Commits on Jul 29, 2024

  1. [terminfo-db] Add a builder for the terminfo database

    This uses the directory-based database rather than the single Berkeley
    database (terminfo.db). The license is from ncurses, which is close
    enough; see https://invisible-island.net/ncurses/terminfo.src.html.
    
    Ideally this would be shipped as one of Julia's dependencies to ensure
    that the custom terminfo parser actually works on all platforms, as not
    all have the terminfo database.
    ararslan committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    34e554f View commit details
    Browse the repository at this point in the history
  2. [terminfo-db] mkdir -p

    ararslan authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    aed9138 View commit details
    Browse the repository at this point in the history
  3. [terminfo-db] Use AnyPlatform

    Co-authored-by: Mosè Giordano <[email protected]>
    ararslan and giordano authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    04c7b3b View commit details
    Browse the repository at this point in the history
  4. Make logging more verbose

    Co-authored-by: Mosè Giordano <[email protected]>
    ararslan and giordano authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    4fa7698 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    e030cbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c82cbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ac18b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. [terminfo-db] debug

    ararslan committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    6b3ba57 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Computer is mistaek

    ararslan committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    362abf8 View commit details
    Browse the repository at this point in the history
  2. Do I need to make sure the lcdir exists? Perhaps I do

    Co-authored-by: Mosè Giordano <[email protected]>
    ararslan and giordano authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    08ee6ed View commit details
    Browse the repository at this point in the history
  3. based

    Co-authored-by: Mosè Giordano <[email protected]>
    ararslan and giordano authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    68d1fbb View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

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