Gary R. Van Sickle
Gary R. Van Sickle
Some info on options and advice on how to "Don’t Let This Happen Again" here: https://earthly.dev/blog/migrating-from-travis/
Will try out Github Actions. See e.g.: https://docs.github.com/en/actions/migrating-to-github-actions/migrating-from-travis-ci-to-github-actions
Putting this work on hold for now. GitHub runners have std lib version 11 atm, currently need version 12.
Some work has been done on this sporadically on other Issues, it just needs a bit of TLC.
This was fixed on #95 (master 6ba865cb3e82cc7e5a4362bb03ac33fa312eaae7) for at least x86-64. Still may require some work on i686 and non-Intel arches.
Hi @kirbyfan64 . I added `-k` for command-line compatibility with `ack`. It defaults to on because that's currently the only way `ucg` works: a file has to match it's list...
Hi @kirbyfan64 . > Is there a way to explicitly scan file extensions that ucg doesn't know about? Well, there's a way to make ucg know about new extensions: the...
@kirbyfan64 No, I'll close it when I do the final merge. EDIT: Sorry, I thought we were on the other issue ;-). But still, leave this open. This is the...
Yeah, this is where I get super jealous of Python's: ```python from __future__ import blah ``` Post-C++11 is making some baby steps in this direction with the [WG-21 feature testing...
Hi @DavidEGrayson , Thanks for your interest! Yeah, I've been picking away at this issue as well. You may want to look at what I've got so far at [feature/ISSUE23-BuildOnMINGW64](https://github.com/gvansickle/ucg/tree/feature/ISSUE23-BuildOnMINGW64)....