This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Loaded suite test/textbringer/commands/test_isearch | |
| Started | |
| .F | |
| =============================================================================== | |
| Failure: test_isearch_backward(TestIsearch) | |
| test/textbringer/commands/test_isearch.rb:132:in `test_isearch_backward' | |
| 129: buffer.end_of_buffer | |
| 130: push_keys("茶を\C-r\n") | |
| 131: isearch_backward(recursive_edit: true) | |
| => 132: assert_equal(7, buffer.current_line) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| b9007b6c548f91e88fd3f2ffa23de740431fa969 is the first bad commit | |
| commit b9007b6c548f91e88fd3f2ffa23de740431fa969 | |
| Author: Koichi Sasada <ko1@atdot.net> | |
| Date: Wed Jan 8 16:14:01 2020 +0900 | |
| Introduce disposable call-cache. | |
| This patch contains several ideas: | |
| (1) Disposable inline method cache (IMC) for race-free inline method cache |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| kbd = Keyboard.new | |
| kbd.split = true | |
| kbd.init_pins( | |
| [ 4, 5, 6, 7, 8 ], | |
| [ 28, 27, 26, 22, 20, 23, 21 ] | |
| ) | |
| kbd.add_layer :default, %i[ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Welcome to PRK Firmware! | |
| TUD task started. | |
| Autoreload is ready. | |
| Suspending keymap. | |
| Trying to reload keymap. | |
| keymap.rb found. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require "open3" | |
| cmd = "echo foo" | |
| CONFIG = { shell_file_name: "/bin/zsh", shell_command_switch: "-c" } | |
| signals = [:INT, :TERM, :KILL] | |
| begin | |
| opts = /mswin|mingw/ =~ RUBY_PLATFORM ? {} : {pgroup: true} | |
| if CONFIG[:shell_file_name] | |
| cmd = [CONFIG[:shell_file_name], CONFIG[:shell_command_switch], cmd] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ArgumentError: wrong number of arguments (given 2, expected 1) | |
| <internal:timev>:271:in `at' | |
| /Users/shugo/.rbenv/versions/master/lib/ruby/gems/3.1.0/gems/rroonga-11.0.6/lib/groonga/record.rb:478:in `[]' | |
| /Users/shugo/.rbenv/versions/master/lib/ruby/gems/3.1.0/gems/rroonga-11.0.6/lib/groonga/record.rb:478:in `method_missing' | |
| /Users/shugo/src/mournmail/lib/mournmail/summary_mode.rb:598:in `block in show_search_result' | |
| /Users/shugo/src/mournmail/lib/mournmail/summary_mode.rb:596:in `each' | |
| /Users/shugo/src/mournmail/lib/mournmail/summary_mode.rb:596:in `map' | |
| /Users/shugo/src/mournmail/lib/mournmail/summary_mode.rb:596:in `show_search_result' | |
| /Users/shugo/src/mournmail/lib/mournmail/summary_mode.rb:444:in `block (3 levels) in <class:SummaryMode>' | |
| /Users/shugo/src/textbringer/lib/textbringer/controller.rb:141:in `block in read_event' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ArgumentError: wrong number of arguments (given 2, expected 1) | |
| <internal:timev>:271:in `at' | |
| /Users/shugo/.rbenv/versions/master/lib/ruby/gems/3.1.0/gems/rroonga-11.0.0/lib/groonga/record.rb:478:in `[]' | |
| /Users/shugo/.rbenv/versions/master/lib/ruby/gems/3.1.0/gems/rroonga-11.0.0/lib/groonga/record.rb:478:in `method_missing' | |
| /Users/shugo/src/mournmail/lib/mournmail/summary_mode.rb:598:in `block in show_search_result' | |
| /Users/shugo/src/mournmail/lib/mournmail/summary_mode.rb:596:in `each' | |
| /Users/shugo/src/mournmail/lib/mournmail/summary_mode.rb:596:in `map' | |
| /Users/shugo/src/mournmail/lib/mournmail/summary_mode.rb:596:in `show_search_result' | |
| /Users/shugo/src/mournmail/lib/mournmail/summary_mode.rb:444:in `block (3 levels) in <class:SummaryMode>' | |
| /Users/shugo/src/textbringer/lib/textbringer/controller.rb:141:in `block in read_event' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| excelsior:prk_firmware$ docker build -o keyboards --build-arg KEYBOARD=prk_runner3680_5x7 . | |
| [+] Building 1.2s (18/20) | |
| => [internal] load build definition from Dockerfile 0.0s | |
| => => transferring dockerfile: 37B 0.0s | |
| => [internal] load .dockerignore 0.0s | |
| => => transferring context: 2B 0.0s | |
| => [internal] load metadata for docker.io/library/ruby:3.0.1-slim 0.8s | |
| => [build 1/15] FROM docker.io/library/ruby:3.0.1-slim@sha256:b142cf5af 0.0s | |
| => [internal] load build context 0.1s | |
| => => transferring context: 117.17kB 0.1s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class Fork < Map | |
| def balance(* in [RedFork[a, xk, xv, b], yk, yv, RedFork[c, zk, zv, d]]) = | |
| RedFork[BlackFork[a, xk, xv, b], yk, yv, BlackFork[c, zk, zv, d]] | |
| def balance(* in [RedFork[RedFork[a, xk, xv, b], yk, yv, c], zk, zv, d]) = | |
| RedFork[BlackFork[a, xk, xv, b], yk, yv, BlackFork[c, zk, zv, d]] | |
| def balance(* in [RedFork[a, xk, xv, RedFork[b, yk, yv, c]], zk, zv, d]) = | |
| RedFork[BlackFork[a, xk, xv, b], yk, yv, BlackFork[c, zk, zv, d]] | |
| def balance(* in [a, xk, xv, RedFork[b, yk, yv, RedFork[c, zk, zv, d]]]) = | |
| RedFork[BlackFork[a, xk, xv, b], yk, yv, BlackFork[c, zk, zv, d]] | |
| def balance(* in [a, xk, xv, RedFork[RedFork[b, yk, yv, c], zk, zv, d]]) = |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require "time" | |
| t = Time.strptime(`LANG=C ps -eo pid,lstart`.slice(/^ *#$$ *(.*)/, 1), "%c") | |
| i = Time.now - t | |
| STDERR.reopen(File.expand_path("~/.textbringer/stderr.log"), "a") | |
| STDERR.puts("Started in #{i} seconds: RUBY_VERSION=#{RUBY_VERSION}") |