Cj-bc

Results 19 comments of Cj-bc

I searched this bug by using `git bisect`. But... I don't think I got a valid result, because the left commit was def7373 , which just adds docs and renames...

I tryed some, so report them. For all of below codes, I modified util/exception.sh a little bit: ```diff 28 command_not_found_handle() { + 29 echo $@ 30 # USE DEFAULT IFS...

sorry, this is not a bug of this framework, probably. I tried with a simple snipet *which does not use oo- framework* and *got the same result*. As I'm away...

Here's the code!! ```bash #!/usr/bin/env bash alias test_a="command_not_found_handle" command_not_found_handle() { echo $* } test_a # call function using alias echo '----' command_not_found_handle # call function directly ``` and here's outputs:...

I sent a bug-report to bash by using bashbug. I hope this will be fixed someday... If I find good solution, I'll post it to #45 And... Should we close...

Thank you for your answer!! I'm really happy whenever I receive the reply.I'm glad if you reply me on your pace. Now, I understand what the ' lossless dumping' is....

Hello, @nicutor Based on my codereading, I think what you have to do is just to redirect `stderr` to file you want. so, ```bash $ ./your-script.sh 2>log-file.txt ``` Because all...

@nicutor oh, I see. I think the way you showed(declaring Logger) is only the way to do that. If I find any solution, I'll let you know.

I could resolve this by following [this comment in haskell-gi/haskell-gi#339](https://github.com/haskell-gi/haskell-gi/issues/339#issuecomment-829859090) as @owickstrom said. Here's [my commit that uses it](https://github.com/Cj-bc/gi-gtk-declarative/commit/6cc34e68edf31b640fb4c3a7e9f3177ed66b4901). But even though it's working for now, I'm not sure whether...

Hello, I've made a Home-brew formula of bpkg just for my purpose. If you let me do, I'll make a PR to homebrew-core contains bpkg formula here's my formula [Cj-bc/homebrew-bpkg](https://github.com/Cj-bc/homebrew-bpkg)...