Christopher Welborn

Results 26 comments of Christopher Welborn

I guess if no tests have been skipped then `$BATS_TEST_SKIPPED` will never be set, which is exactly what `set -o nounset` is for. When sourcing a file (instead of running...

A year has passed. Window sizes are handled well by my window manager (kwin), and it remembers sizes. It won't remember the position of the split though, so there's that....

@hexagonal-sun, when I try the example you provided it works fine. When I try it on one of my own shared libs it doesn't: ![Example Screenshot](https://i.imgur.com/S9XY9Jc.png) The file is there,...

Which, by the way, `bic -l colr` doesn't work either, even though there is a file called `libcolr.so` in the current directory. I haven't looked at `bic`'s code because I've...

`bic -l colr` *does work* if I copy/symlink the file into `/usr/lib`, but it won't work in `~/.local/lib`.

I'll take a look and get back to you. If I could load a local library file `bic` would be awesome for debugging. I'll check it out when I get...

@hexagonal-sun, I figured out what the problem is, and it's related to issue #17. I don't have a fix for it right now, but let me tell you what I've...

Oh yeh, and I was wrong about the `~/.local/lib` thing anyway. `dlopen` knows where to find libraries because of `ldconfig` (`/etc/ld.so.conf`), and if you wanted to load a library from...

I just found [this](https://www.sourceware.org/ml/libc-alpha/2011-07/msg00152.html), which could possibly help `bic` deal with GNU linker scripts. If you knew that `libm` was requested, you could get the absolute file path from ``....

No problem, let me know if you need more info, or need me to try some things out. Have a great new year :tada:.