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

(exa PR) 1190: Fix device major minor numbers #13

Closed
wants to merge 7 commits into from
Closed

Commits on May 3, 2023

  1. feat: device number

    SteveLauC authored and cesarpastorini committed May 3, 2023
    Configuration menu
    Copy the full SHA
    a2cf45d View commit details
    Browse the repository at this point in the history
  2. remove the type cast

    SteveLauC authored and cesarpastorini committed May 3, 2023
    Configuration menu
    Copy the full SHA
    b854e7d View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Use i64 to accomodate for device files' major and minor numbers

    This is meant as the final step in fixing ogham/exa#1126.
    
    The different build targets of Rust libc's `major()` and `minor()`
    functions have conflicting return types like `c_uint`, `c_int` and
    `i32`, so an `i64` should be able to represent all of them.
    cesarpastorini committed May 4, 2023
    Configuration menu
    Copy the full SHA
    33fae8b View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Configuration menu
    Copy the full SHA
    90563c2 View commit details
    Browse the repository at this point in the history
  2. fix: use major-minor c_uint equivalent

    Signed-off-by: Christina Sørensen <christina@cafkafk.com>
    cafkafk committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    b1e642c View commit details
    Browse the repository at this point in the history
  3. fix: bump to libc 0.2.147

    Signed-off-by: Christina Sørensen <christina@cafkafk.com>
    cafkafk committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    21d93d4 View commit details
    Browse the repository at this point in the history
  4. Revert "fix: use major-minor c_uint equivalent"

    This reverts commit b1e642c.
    cafkafk committed Jul 30, 2023
    Configuration menu
    Copy the full SHA
    d6bc6a3 View commit details
    Browse the repository at this point in the history