brian d foy

Results 147 comments of brian d foy
trafficstars

Noting #523 for the cross-reference. (Type # followed by number to refer to another issue in the same repo)

The t/bc/input.t is still failing for the `while` statement. @mknos, can you look at that test? % perl -Ilib t/bc/input.t Also, it looks like I had made some modulo tests...

I don't recall exactly why I made the decisions I did, but I recall having a lot of difficulty determining if the facilities that CPAN.pm provided let me know if...

There's another issue that I remember. Whatever downloads things needs to be able to handle https?, ftp, and file schemes. The last is important for MiniCPAN. LWP used to be...

I also have this problem on Ubuntu 22.04 (see https://github.com/briandfoy/data-constraint/actions/runs/7645971689/job/20833756885 while it is around). ``` Run actions/checkout@v4 with: repository: briandfoy/data-constraint token: *** ssh-strict: true persist-credentials: true clean: true sparse-checkout-cone-mode: true...

What needs to happen for this PR to move forward?

Thanks, I'll look at this and integrate it and move on your PR.

#178 was merged, so this can be closed as completed.

This is something I'm open to adding. The only thing I can think to complete is namespaces, and there are a lot of those. I don't know how I'd accomplish...

I played around with namespace autocompletion in bash, and it's so slow as to be unusable. Also, the `:` is a special character in `complete`, which uses it as a...