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

Use allowlist to keep the exports minimal #96

Merged

Commits on Feb 17, 2022

  1. Squashed commit of the following:

    commit e2b33b5
    Author: Hiroaki Yutani <[email protected]>
    Date:   Sat Feb 12 19:49:20 2022 +0900
    
        Further tweak
    
    commit 5f89940
    Author: Hiroaki Yutani <[email protected]>
    Date:   Sat Feb 12 19:25:58 2022 +0900
    
        [PoC] Use allowlist to keep the exports minimal
    
    commit 9ff593b
    Author: Hiroaki Yutani <[email protected]>
    Date:   Thu Feb 10 23:30:38 2022 +0900
    
        Fix bindings name
    
    commit 45dc8c6
    Author: Hiroaki Yutani <[email protected]>
    Date:   Fri Feb 4 20:50:53 2022 +0900
    
        Do not expose DEP_R_R_VERSION_STRING
    
    commit bb2ad61
    Author: Hiroaki Yutani <[email protected]>
    Date:   Fri Feb 4 20:37:33 2022 +0900
    
        Improve a comment
    
    commit 96137e0
    Author: Hiroaki Yutani <[email protected]>
    Date:   Fri Feb 4 20:36:47 2022 +0900
    
        Improve a comment
    
    commit bc128e0
    Author: Hiroaki Yutani <[email protected]>
    Date:   Fri Feb 4 20:36:40 2022 +0900
    
        Implement get_r_binary()
    
    commit fbb5488
    Author: Hiroaki Yutani <[email protected]>
    Date:   Fri Feb 4 20:23:13 2022 +0900
    
        Fix r_version_devel
    
    commit c13d779
    Author: Hiroaki Yutani <[email protected]>
    Date:   Fri Feb 4 20:22:06 2022 +0900
    
        Rename LIBR_SYS_R_VERSION to LIBRSYS_R_VERSION
    
    commit 8f27931
    Author: Hiroaki Yutani <[email protected]>
    Date:   Thu Feb 3 09:47:45 2022 +0900
    
        Make environmental variables const
    
    commit 84b2f42
    Author: Hiroaki Yutani <[email protected]>
    Date:   Thu Feb 3 09:16:48 2022 +0900
    
        Fix clippy warning or_fun_call
    
    commit c477bb1
    Author: Hiroaki Yutani <[email protected]>
    Date:   Thu Feb 3 09:13:17 2022 +0900
    
        Improve comment
    
    commit 05a6f49
    Author: Hiroaki Yutani <[email protected]>
    Date:   Thu Feb 3 09:08:21 2022 +0900
    
        Reject empty version string
    
    commit 6f66e41
    Author: Hiroaki Yutani <[email protected]>
    Date:   Thu Feb 3 08:58:36 2022 +0900
    
        Retry only when the envvar is not set
    
    commit c13c80f
    Author: Hiroaki Yutani <[email protected]>
    Date:   Thu Feb 3 08:50:07 2022 +0900
    
        Fix unused import
    
    commit e8d1df4
    Author: Hiroaki Yutani <[email protected]>
    Date:   Thu Feb 3 08:43:08 2022 +0900
    
        Fix a typo
    
    commit 36d42e9
    Author: Hiroaki Yutani <[email protected]>
    Date:   Thu Feb 3 02:32:22 2022 +0900
    
        Fix comment
    
    commit 98c5574
    Author: Hiroaki Yutani <[email protected]>
    Date:   Thu Feb 3 02:19:52 2022 +0900
    
        Rustfmt
    
    commit 1962625
    Author: Hiroaki Yutani <[email protected]>
    Date:   Thu Feb 3 02:19:45 2022 +0900
    
        Refactor parseing R version
    
    commit f85d498
    Author: Hiroaki Yutani <[email protected]>
    Date:   Thu Feb 3 00:03:46 2022 +0900
    
        Refactor get_r_version_from_r
    
    commit 70fe57f
    Author: Hiroaki Yutani <[email protected]>
    Date:   Wed Feb 2 23:13:57 2022 +0900
    
        Refactor probe_r_paths()
    yutannihilation committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    51bfb48 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Configuration menu
    Copy the full SHA
    bd12432 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b5a5f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    9a66bfd View commit details
    Browse the repository at this point in the history
  2. Regenerate bindings

    yutannihilation committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    06bf47e View commit details
    Browse the repository at this point in the history
  3. Improve comments

    yutannihilation committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    7310150 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    231c983 View commit details
    Browse the repository at this point in the history
  5. Make clang optional

    yutannihilation committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    72d2fbb View commit details
    Browse the repository at this point in the history