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: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 627356cf4f28
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4d34e0dd3554
Choose a head ref
  • 2 commits
  • 32 files changed
  • 1 contributor

Commits on Sep 15, 2015

  1. Copy the full SHA
    89a12f7 View commit details
  2. Copy the full SHA
    4d34e0d View commit details
Showing with 0 additions and 54 deletions.
  1. +0 −5 spec/truffle/tags/library/csv/generate_line_tags.txt
  2. +0 −3 spec/truffle/tags/library/csv/generate_tags.txt
  3. +0 −1 spec/truffle/tags/library/date/strftime_tags.txt
  4. +0 −1 spec/truffle/tags/library/delegate/delegate_class/respond_to_missing_tags.txt
  5. 0 spec/truffle/tags/library/delegate/delegator/trust_tags.txt
  6. +0 −5 spec/truffle/tags/library/socket/basicsocket/close_read_tags.txt
  7. +0 −5 spec/truffle/tags/library/socket/basicsocket/close_write_tags.txt
  8. +0 −1 spec/truffle/tags/library/socket/basicsocket/getsockopt_tags.txt
  9. 0 spec/truffle/tags/library/stringio/bytes_tags.txt
  10. 0 spec/truffle/tags/library/stringio/each_byte_tags.txt
  11. 0 spec/truffle/tags/library/stringio/each_line_tags.txt
  12. 0 spec/truffle/tags/library/stringio/each_tags.txt
  13. 0 spec/truffle/tags/library/stringio/getbyte_tags.txt
  14. 0 spec/truffle/tags/library/stringio/lines_tags.txt
  15. 0 spec/truffle/tags/library/stringio/open_tags.txt
  16. 0 spec/truffle/tags/library/stringio/path_tags.txt
  17. 0 spec/truffle/tags/library/stringio/read_tags.txt
  18. 0 spec/truffle/tags/library/stringio/readpartial_tags.txt
  19. 0 spec/truffle/tags/library/stringio/reopen_tags.txt
  20. 0 spec/truffle/tags/library/stringio/seek_tags.txt
  21. 0 spec/truffle/tags/library/stringio/sysread_tags.txt
  22. 0 spec/truffle/tags/library/stringio/ungetc_tags.txt
  23. +0 −2 spec/truffle/tags/library/tempfile/_close_tags.txt
  24. +0 −6 spec/truffle/tags/library/tempfile/close_tags.txt
  25. +0 −1 spec/truffle/tags/library/tempfile/delete_tags.txt
  26. +0 −3 spec/truffle/tags/library/tempfile/initialize_tags.txt
  27. +0 −2 spec/truffle/tags/library/tempfile/length_tags.txt
  28. +0 −7 spec/truffle/tags/library/tempfile/open_tags.txt
  29. +0 −1 spec/truffle/tags/library/tempfile/path_tags.txt
  30. +0 −2 spec/truffle/tags/library/tempfile/size_tags.txt
  31. +0 −1 spec/truffle/tags/library/tempfile/unlink_tags.txt
  32. +0 −8 spec/truffle/tags/library/tmpdir/dir/mktmpdir_tags.txt
5 changes: 0 additions & 5 deletions spec/truffle/tags/library/csv/generate_line_tags.txt

This file was deleted.

3 changes: 0 additions & 3 deletions spec/truffle/tags/library/csv/generate_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/library/date/strftime_tags.txt

This file was deleted.

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

This file was deleted.

Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
2 changes: 0 additions & 2 deletions spec/truffle/tags/library/tempfile/_close_tags.txt

This file was deleted.

6 changes: 0 additions & 6 deletions spec/truffle/tags/library/tempfile/close_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/library/tempfile/delete_tags.txt

This file was deleted.

3 changes: 0 additions & 3 deletions spec/truffle/tags/library/tempfile/initialize_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/truffle/tags/library/tempfile/length_tags.txt

This file was deleted.

7 changes: 0 additions & 7 deletions spec/truffle/tags/library/tempfile/open_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/library/tempfile/path_tags.txt

This file was deleted.

2 changes: 0 additions & 2 deletions spec/truffle/tags/library/tempfile/size_tags.txt

This file was deleted.

1 change: 0 additions & 1 deletion spec/truffle/tags/library/tempfile/unlink_tags.txt

This file was deleted.

8 changes: 0 additions & 8 deletions spec/truffle/tags/library/tmpdir/dir/mktmpdir_tags.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1 @@
fails:Dir.mktmpdir when passed no arguments returns the path to the created tmp-dir
fails:Dir.mktmpdir when passed no arguments creates a new writable directory in the path provided by Dir.tmpdir
fails:Dir.mkdir when passed a block yields the path to the passed block
fails:Dir.mkdir when passed a block creates the tmp-dir before yielding
fails:Dir.mkdir when passed a block removes the tmp-dir after executing the block
fails:Dir.mkdir when passed a block returns the blocks return value
fails:Dir.mktmpdir when passed [String] uses the passed String as a prefix to the tmp-directory
fails:Dir.mktmpdir when passed [Array] uses the first element of the passed Array as a prefix and the scond element as a suffix to the tmp-directory
fails:Dir.mktmpdir when passed [Object] raises an ArgumentError