Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ruby/fileutils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.0
Choose a base ref
...
head repository: ruby/fileutils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.7.1
Choose a head ref
  • 13 commits
  • 5 files changed
  • 6 contributors

Commits on Dec 9, 2022

  1. Add support for sockaddr_un on Windows. (#6513)

    * Windows: Fix warning about undefined if_indextoname()
    
    * Windows: Fix UNIXSocket on MINGW and make .pair more reliable
    
    * Windows: Use nonblock=true for read tests with scheduler
    
    * Windows: Move socket detection from File.socket? to File.stat
    
    Add S_IFSOCK to Windows and interpret reparse points accordingly.
    Enable tests that work now.
    
    * Windows: Use wide-char functions to UNIXSocket
    
    This fixes behaviour with non-ASCII characters.
    It also fixes deletion of temporary UNIXSocket.pair files.
    
    * Windows: Add UNIXSocket tests for specifics of Windows impl.
    
    * Windows: fix VC build due to missing _snwprintf
    
    Avoid usage of _snwprintf, since it fails linking ruby.dll like so:
    
      linking shared-library x64-vcruntime140-ruby320.dll
      x64-vcruntime140-ruby320.def : error LNK2001: unresolved external symbol snwprintf
      x64-vcruntime140-ruby320.def : error LNK2001: unresolved external symbol vsnwprintf_l
    
    whereas linking miniruby.exe succeeds.
    
    This patch uses snprintf on the UTF-8 string instead.
    
    Also remove branch GetWindowsDirectoryW, since it doesn't work.
    
    * Windows: Fix dangling symlink test failures
    
    Co-authored-by: Lars Kanis <[email protected]>
    2 people authored and hsbt committed Dec 9, 2022
    Configuration menu
    Copy the full SHA
    d6b4e09 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Pin RubyGems 3.3 for Ruby 2.5

    hsbt committed Jan 20, 2023
    Configuration menu
    Copy the full SHA
    2c66c9a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #105 from ruby/pin-rg-3-3-ruby-2-5

    Pin RubyGems 3.3 for Ruby 2.5
    hsbt authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    625207b View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2023

  1. Configuration menu
    Copy the full SHA
    c18a652 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #106 from ruby/znz-patch-1

    Migrate `set-output` to `$GITHUB_OUTPUT`
    znz authored Jan 21, 2023
    Configuration menu
    Copy the full SHA
    0e3395f View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Add mkdir_p to FileUtils.install (#104)

    * Add mkdir_p to FileUtils.install
    
    * Adjust raise message.
    
    * adjust raise language
    
    * handle trailing slash in dest
    
    * simplify
    
    * Add tests
    satmandu authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    8af16ba View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. Configuration menu
    Copy the full SHA
    f768af0 View commit details
    Browse the repository at this point in the history
  2. Try with macOS and Windows

    hsbt committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    d2e24ee View commit details
    Browse the repository at this point in the history
  3. Exclude jruby-head with Windows

    hsbt committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    b3a5b76 View commit details
    Browse the repository at this point in the history
  4. Exclude jruby with Windows

    hsbt committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    6fd0553 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

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

Commits on Mar 24, 2023

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

Commits on Apr 3, 2023

  1. Bump up v1.7.1

    hsbt committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    7138d85 View commit details
    Browse the repository at this point in the history
Loading