Nobuyoshi Nakada
0b9242ffac
[Misc #18153 ] Install debug symbol files/directories by the option
2021-09-08 18:51:49 +09:00
git
00fd7dac32
Update bundled_gems at 2021-09-08
2021-09-08 07:03:25 +00:00
aycabta
580f340c33
[ruby/irb] Use "csv" for test
...
The "csv" doesn't conflict with other stdlib names in any Ruby processing
system.
https://github.com/ruby/irb/commit/49203a1c83
2021-09-08 05:24:04 +09:00
aycabta
bc24af0f35
[ruby/irb] Show lib name first because it's the most common use case
...
https://github.com/ruby/irb/commit/74d635758b
2021-09-08 05:23:56 +09:00
aycabta
c5e8088c7e
[ruby/irb] Define absolute_path? by myself for backward compatibility
...
https://github.com/ruby/irb/commit/d9c0dc043e
2021-09-08 05:23:50 +09:00
aycabta
04984415a5
[ruby/irb] Use gem paths to complete "require"
...
https://github.com/ruby/irb/commit/c870b23455
2021-09-08 05:23:45 +09:00
aycabta
e4eb085329
[ruby/reline] Render scrollbar when the column of the dialog is moved
...
https://github.com/ruby/reline/commit/5cea268e56
2021-09-08 03:34:51 +09:00
aycabta
8b6d757ba0
[ruby/reline] Remove variables that have no meaning in calculations
...
https://github.com/ruby/reline/commit/3b7a1900fd
2021-09-08 03:34:46 +09:00
aycabta
11a00e3fa2
[ruby/reline] Remove garbage left behind when rerendering the right side of the dialog
...
https://github.com/ruby/reline/commit/d89c23e30b
2021-09-08 03:34:40 +09:00
Benoit Daloze
258661409e
Update to ruby/spec@b1e93a2
2021-09-07 19:01:07 +02:00
Benoit Daloze
a375640ea5
Update to ruby/mspec@e768949
2021-09-07 19:01:03 +02:00
aycabta
95089ddaf4
[ruby/reline] Move only one line when render a line and then go to the next line
...
https://github.com/ruby/reline/commit/8a966cd962
2021-09-08 01:11:13 +09:00
aycabta
6faf653ab0
[ruby/reline] The #reset_dialog should also use calculated block elem width
...
https://github.com/ruby/reline/commit/577df401b9
2021-09-08 00:13:21 +09:00
aycabta
5a01da7a29
[ruby/reline] Remove debug print
...
https://github.com/ruby/reline/commit/6f82177f2e
2021-09-08 00:08:48 +09:00
aycabta
b766214851
[ruby/reline] Calculate block elem width only once
...
https://github.com/ruby/reline/commit/3054a67d05
2021-09-08 00:08:43 +09:00
aycabta
0ef3d574a0
[ruby/reline] Ensure that scrollbar is only rerendered when the position is changed
...
https://github.com/ruby/reline/commit/f629853eae
2021-09-08 00:08:38 +09:00
git
3c77f00965
* 2021-09-08 [ci skip]
2021-09-08 00:04:57 +09:00
aycabta
30486d9150
[ruby/reline] The width of Block Elements in Unicode is East Asian Ambiguous
...
https://github.com/ruby/reline/commit/05e8ab8cbb
2021-09-08 00:04:40 +09:00
Nobuyoshi Nakada
26153667f9
[ruby/pathname] Prefer omit over skip
...
https://github.com/ruby/pathname/commit/abd0b91044
2021-09-07 13:02:56 +09:00
aycabta
b4d9126e43
[ruby/reline] Refactor the merging key bindings to make it more readable
...
https://github.com/ruby/reline/commit/59665a22de
2021-09-07 03:23:33 +09:00
aycabta
2441bc8ea9
[ruby/reline] Change the comment about key bindings to more appropriate
...
https://github.com/ruby/reline/commit/4364d9a386
2021-09-07 03:23:26 +09:00
aycabta
30203a6fd9
[ruby/reline] Use Symbol for method names
...
https://github.com/ruby/reline/commit/479eee5393
2021-09-07 02:42:49 +09:00
aycabta
cec50ec8d6
[ruby/reline] Remove SIG prefix because don't use it in any other signal processing
...
https://github.com/ruby/reline/commit/37648042e8
2021-09-07 02:42:42 +09:00
aycabta
f927614e55
[ruby/reline] Use String for the value to be passed because Signal.trap also returns String
...
https://github.com/ruby/reline/commit/b908fe4439
2021-09-07 02:42:38 +09:00
git
8d9e767f1a
* 2021-09-07 [ci skip]
2021-09-07 01:59:29 +09:00
aycabta
4885a61b12
[ruby/reline] Rescue ArgumentError from Signal.trap(:TSTP) on Windows
...
https://github.com/ruby/reline/commit/8da8182d1c
2021-09-07 01:59:13 +09:00
aycabta
e8ad881336
[ruby/reline] Trap TSTP to handle C-z
...
https://github.com/ruby/reline/commit/ebbd0076b8
2021-09-07 01:59:05 +09:00
aycabta
966ed206a6
[ruby/reline] Limit number of chars only when completion source text (pointer == -1)
...
https://github.com/ruby/reline/commit/1d7b603811
2021-09-06 22:50:11 +09:00
Hiroshi SHIBATA
afd7d1672f
Removed obsoleted comment
2021-09-06 19:36:04 +09:00
Hiroshi SHIBATA
ecfbf1df33
Use Test::Unit::PendedError instead of MiniTest::Skip for test-unit migration
2021-09-06 19:33:56 +09:00
Hiroshi SHIBATA
544e37f184
Simplify conditions for CoreAssertion initialization
2021-09-06 19:31:24 +09:00
Hiroshi SHIBATA
940a19e4b3
Use Test::Unit::AssertionFailedError instead of MiniTest::Assertion for test-unit migration
2021-09-06 18:34:15 +09:00
aycabta
8baac078bc
[ruby/irb] Version 1.3.8.pre.8
...
https://github.com/ruby/irb/commit/9ff0b1bba0
2021-09-06 16:11:50 +09:00
aycabta
692e7147b4
[ruby/irb] Update dependency, reline >= 0.2.8.pre.8
...
https://github.com/ruby/irb/commit/79ad1f5a6d
2021-09-06 16:11:45 +09:00
aycabta
3cef8869b0
[ruby/reline] Version 0.2.8.pre.8
...
https://github.com/ruby/reline/commit/967e19786d
2021-09-06 16:10:22 +09:00
Kenta Murata
f8bb2d9b27
memory_view.c: Rename private to private_data for C++ ( #4812 )
...
* memory_view.c: Rename private to private_data for C++
* doc/memory_view.md: Update document
* Fix doc/memory_view.md
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
Co-authored-by: Sutou Kouhei <kou@cozmixng.org>
2021-09-06 16:01:52 +09:00
Nobuyoshi Nakada
a5e323f5ed
Schedule to update bundled_gems
2021-09-06 15:17:04 +09:00
Yusuke Endoh
f336a3eb6c
Use free instead of xfree to free altstack
...
The altstack memory of a thread may be free'ed even after the VM is
destructed. After that, GC is no longer available, so calling xfree
may lead to a segfault.
This changeset uses the bare free function to free the altstack memory
instead of xfree. [Bug #18126 ]
2021-09-06 14:22:24 +09:00
Hiroshi SHIBATA
13dd07e397
Removed redundant tests
2021-09-06 13:11:29 +09:00
Hiroshi SHIBATA
a68a1b0b7d
Removed MiniTest::Assertion from test/rdoc
2021-09-06 13:11:29 +09:00
aycabta
540eea39dd
[ruby/reline] Add a test for key bindings with Reline::Key
...
https://github.com/ruby/reline/commit/cadbd576c7
2021-09-06 08:10:08 +09:00
aycabta
83a0807b3b
[ruby/reline] Add a test for oneshot key bindings
...
https://github.com/ruby/reline/commit/42ebea82b7
2021-09-06 08:10:02 +09:00
aycabta
14cc611133
[ruby/reline] Rename a temporary test name to appropriate one
...
https://github.com/ruby/reline/commit/26ebecde5c
2021-09-06 08:09:57 +09:00
aycabta
168bd4f356
[ruby/reline] Add a test for Reline::Unicode#take_range
...
https://github.com/ruby/reline/commit/af7953ff93
2021-09-06 08:09:50 +09:00
Filip Pyda
be5159c2f8
[ruby/irb] Pass RI options to help
...
https://github.com/ruby/irb/commit/9b98d1afab
2021-09-06 07:10:27 +09:00
manga_osyo
97a569c648
[ruby/reline] Memoize path of `.inputrc` [Ref #319 ]
...
When `ENV["HOME"] = "foo"` on irb, an exception is raised when retrieving the path of `.inputrc`.
Memoize the path of `.inputrc` and don't get the path after the second time.
https://github.com/ruby/reline/commit/7b90b16165
2021-09-06 07:05:52 +09:00
aycabta
2a4bacce8c
[ruby/irb] Add comments for Alt+d key sequences
...
https://github.com/ruby/irb/commit/4cb5f7e546
2021-09-06 06:39:02 +09:00
aycabta
32ff4a8c93
[ruby/reline] Set scrollbar color
...
https://github.com/ruby/reline/commit/d7962e420d
2021-09-06 05:35:03 +09:00
aycabta
991eb4894d
[ruby/irb] Use multiple trap_key
...
https://github.com/ruby/irb/commit/416abe2524
2021-09-06 05:24:41 +09:00
aycabta
348bb62331
[ruby/reline] Cut out read_2nd_character_of_key_sequence
...
https://github.com/ruby/reline/commit/92518d1dee
2021-09-06 05:24:15 +09:00