Yusuke Endoh

Results 48 comments of Yusuke Endoh

I think that the current code is fine enough if it works, but my originally intended usage of `ErrorHighlight::CoreExt` is to prepend it to an error class that you want...

@jez Ummm. You may want to try `RubyVM.keep_script_lines = true`. This mode makes the source code text saved on memory at compile time. `RubyVM::AbstractSyntaxTree.of` will use the on-memory text if...

Using `greadlink` was introduced at b7e19b4953f6f9c3377781342e517c78ebf27bce for Solaris 10 that has no `readlink` command. But as far as I know, if recent Solaris 10 has `/usr/ccs/bin/greadlink`, it usually has `/usr/ccs/gnu/readlink`...

Here you are! ~~~ eval = "(puts 'Hello, world!'; exit)#"##" instance_eval = "(puts 'Hello, world!'; exit)#"##" /#{eval eval if eval==instance_eval}}/.i rescue##/ eval eval"[eval||='',instance_eval||=''].max_by{|s|s.size}#"##" ~~~ The implementation technique is elaborated in...

Thank you, but I'm a little cautious about this feature though. This is because I think of some variants on the possible indentation style. * Nested indent (proposed?) ``` [foo]...

Thanks for the information. I think it is about the issue (1) that I said. Yeah, it is solvable by converting the indices. The tougher issue is (2). Unfortunately, some...

I'm unsure if this is a bug. Your code invokes ten threads, and then terminates. You cannot kill the invoked threads by CTRL+C. Regardless of the threads, IRB prompts your...

The maintainer of this library is @marcandre , so I leave it to him. The following is just my opinion. I'm not negative against the proposal, but I don't know...