diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4889e21c..416d6a99 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,5 @@ -Release 0.14.1 (unreleased) -============================ +Release 0.14.1 (released 2026-06-19) +==================================== * Implement C-043: add ``pip-audit`` OSV gate to the release workflow * Add CRA Compliance: OSCAL 1.2.2 Component Definition diff --git a/dfetch/__init__.py b/dfetch/__init__.py index 7cf054bb..d1e9a5df 100644 --- a/dfetch/__init__.py +++ b/dfetch/__init__.py @@ -1,5 +1,5 @@ """Dfetch.""" -__version__ = "0.14.0" +__version__ = "0.14.1" DEFAULT_MANIFEST_NAME: str = "dfetch.yaml" diff --git a/doc/asciicasts/add.cast b/doc/asciicasts/add.cast index 42deb711..4c58afed 100644 --- a/doc/asciicasts/add.cast +++ b/doc/asciicasts/add.cast @@ -1,85 +1,86 @@ -{"version": 2, "width": 193, "height": 32, "timestamp": 1781464232, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} -[0.687562, "o", "\u001b[H\u001b[2J\u001b[3J"] -[0.692512, "o", "$ "] -[1.695666, "o", "\u001b"] -[1.876227, "o", "[1"] -[1.965844, "o", "mc"] -[2.056004, "o", "at"] -[2.146138, "o", " d"] -[2.236276, "o", "fe"] -[2.326402, "o", "tc"] -[2.416643, "o", "h."] -[2.506742, "o", "ya"] -[2.596894, "o", "ml"] -[2.777149, "o", "\u001b"] -[2.867283, "o", "[0"] -[2.957419, "o", "m"] -[3.959081, "o", "\r\n"] -[3.962426, "o", "manifest:\r\n version: 0.0 # DFetch Module syntax version\r\n\r\n remotes: # declare common sources in one place\r\n - name: github\r\n url-base: https://github.com/\r\n\r\n projects:\r\n - name: cpputest\r\n dst: cpputest/src/ # Destination of this project (relative to this file)\r\n repo-path: cpputest/cpputest.git # Use default github remote\r\n tag: v3.4 # tag\r\n\r\n - name: jsmn # without destination, defaults to project name\r\n repo-path: zserge/jsmn.git # only repo-path is enough\r\n"] -[3.968054, "o", "$ "] -[4.971605, "o", "\u001b"] -[5.151888, "o", "[1"] -[5.24205, "o", "md"] -[5.332206, "o", "fe"] -[5.422338, "o", "t"] -[5.512435, "o", "ch"] -[5.603195, "o", " a"] -[5.692704, "o", "dd"] -[5.782833, "o", " h"] -[5.872987, "o", "t"] -[6.053263, "o", "tp"] -[6.144224, "o", "s:"] -[6.233832, "o", "//"] -[6.323977, "o", "gi"] -[6.414472, "o", "t"] -[6.504736, "o", "hu"] -[6.595204, "o", "b."] -[6.685252, "o", "co"] -[6.775467, "o", "m/"] -[6.955739, "o", "d"] -[7.04587, "o", "fe"] -[7.13602, "o", "tc"] -[7.226211, "o", "h-"] -[7.31638, "o", "or"] -[7.406534, "o", "g"] -[7.49667, "o", "/d"] -[7.5868, "o", "fe"] -[7.676956, "o", "tc"] -[7.857249, "o", "h."] -[7.947396, "o", "g"] -[8.037538, "o", "it"] -[8.127696, "o", "\u001b["] -[8.218401, "o", "0m"] -[9.219604, "o", "\r\n"] -[9.836918, "o", "\u001b[1;34mDfetch (0.14.0)\u001b[0m\r\n"] -[10.212543, "o", " \u001b[1;92mhttps://github.com/dfetch-org/dfetch.git:\u001b[0m\r\n"] -[10.213101, "o", " \u001b[1;34m> Adding project to manifest\u001b[0m\r\n"] -[10.213718, "o", " - \u001b[34mname:\u001b[0m dfetch\r\n"] -[10.214225, "o", " \u001b[34mremote:\u001b[0m github\r\n"] -[10.214685, "o", " \u001b[34mbranch:\u001b[0m main\r\n"] -[10.215149, "o", " \u001b[34mrepo-path:\u001b[0m dfetch-org/dfetch.git\r\n"] -[10.217985, "o", " \u001b[1;92mdfetch:\u001b[0m\r\n"] -[10.218533, "o", " \u001b[1;34m> Added 'dfetch' to manifest '/workspaces/dfetch/doc/generate-casts/add/dfetch.yaml'\u001b[0m\r\n"] -[10.310578, "o", "$ "] -[11.313929, "o", "\u001b"] -[11.494238, "o", "[1"] -[11.584366, "o", "mc"] -[11.674503, "o", "at"] -[11.764683, "o", " "] -[11.854827, "o", "df"] -[11.944968, "o", "et"] -[12.035113, "o", "ch"] -[12.125297, "o", ".y"] -[12.215447, "o", "a"] -[12.395721, "o", "ml"] -[12.485839, "o", "\u001b["] -[12.576225, "o", "0m"] -[13.577335, "o", "\r\n"] -[13.583258, "o", "manifest:\r\n version: '0.0' # DFetch Module syntax version\r\n\r\n remotes: # declare common sources in one place\r\n - name: github\r\n url-base: https://github.com/\r\n\r\n projects:\r\n - name: cpputest\r\n dst: cpputest/src/ # Destination of this project (relative to this file)\r\n repo-path: cpputest/cpputest.git # Use default github remote\r\n tag: v3.4 # tag\r\n\r\n - name: jsmn # without destination, defaults to project name\r\n repo-path: zserge/jsmn.git # only repo-path is enough\r\n\r\n - name: dfetch\r\n remote: github\r\n branch: main\r\n repo-path: dfetch-org/dfetch.git\r\n"] -[16.59179, "o", "$ "] -[16.596652, "o", "\u001b["] -[16.776931, "o", "1m"] -[16.86708, "o", "\u001b["] -[16.957241, "o", "0m"] -[16.958042, "o", "\r\n"] -[16.960898, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] +{"version": 2, "width": 229, "height": 35, "timestamp": 1781903156, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} +[0.740956, "o", "\u001b[H\u001b[2J\u001b[3J"] +[0.747727, "o", "$ "] +[1.751289, "o", "\u001b["] +[1.931553, "o", "1m"] +[2.021775, "o", "ca"] +[2.111949, "o", "t "] +[2.202075, "o", "df"] +[2.293726, "o", "et"] +[2.382349, "o", "ch"] +[2.472515, "o", ".y"] +[2.563201, "o", "am"] +[2.653354, "o", "l\u001b"] +[2.833613, "o", "[0"] +[2.923747, "o", "m"] +[3.925408, "o", "\r\n"] +[3.928824, "o", "manifest:\r\n version: 0.0 # DFetch Module syntax version\r\n\r\n remotes: # declare common sources in one place\r\n - name: github\r\n url-base: https://github.com/\r\n\r\n projects:\r\n - name: cpputest\r\n dst: cpputest/src/ # Destination of this project (relative to this file)\r\n repo-path: cpputest/cpputest.git # Use default github remote\r\n tag: v3.4 # tag\r\n\r\n - name: jsmn # without destination, defaults to project name\r\n repo-path: zserge/jsmn.git # only repo-path is enough\r\n"] +[3.935556, "o", "$ "] +[4.938577, "o", "\u001b["] +[5.118813, "o", "1m"] +[5.208947, "o", "df"] +[5.299088, "o", "et"] +[5.389277, "o", "ch "] +[5.479363, "o", "ad"] +[5.569527, "o", "d "] +[5.659659, "o", "ht"] +[5.751191, "o", "tp"] +[5.839925, "o", "s:/"] +[6.020173, "o", "/g"] +[6.110319, "o", "it"] +[6.200473, "o", "hu"] +[6.290591, "o", "b."] +[6.380741, "o", "com"] +[6.470831, "o", "/d"] +[6.560978, "o", "fe"] +[6.651104, "o", "tc"] +[6.741252, "o", "h-"] +[6.921491, "o", "org"] +[7.011857, "o", "/d"] +[7.101996, "o", "fe"] +[7.192145, "o", "tc"] +[7.282811, "o", "h."] +[7.37297, "o", "git"] +[7.463106, "o", "\u001b["] +[7.553227, "o", "0m"] +[8.555345, "o", "\r\n"] +[9.111508, "o", "\u001b[1;34mDfetch (0.14.1)\u001b[0m\r\n"] +[9.499768, "o", " \u001b[1;92mhttps://github.com/dfetch-org/dfetch.git:\u001b[0m\r\n"] +[9.500332, "o", " \u001b[1;34m> Adding project to manifest\u001b[0m\r\n"] +[9.500907, "o", " - \u001b[34mname:\u001b[0m dfetch\r\n"] +[9.501383, "o", " \u001b[34mremote:\u001b[0m github\r\n"] +[9.501888, "o", " \u001b[34mbranch:\u001b[0m main\r\n"] +[9.502354, "o", " \u001b[34mrepo-path:\u001b[0m dfetch-org/dfetch.git\r\n"] +[9.505069, "o", " \u001b[1;92mdfetch:\u001b[0m\r\n"] +[9.505712, "o", " \u001b[1;34m> Added 'dfetch' to manifest '/workspaces/dfetch/doc/generate-casts/add/dfetch.yaml'\u001b[0m\r\n"] +[9.601159, "o", "$ "] +[10.604098, "o", "\u001b["] +[10.784511, "o", "1m"] +[10.874648, "o", "ca"] +[10.966764, "o", "t "] +[11.05495, "o", "df"] +[11.145079, "o", "et"] +[11.235223, "o", "ch"] +[11.325361, "o", ".y"] +[11.415972, "o", "am"] +[11.50601, "o", "l\u001b"] +[11.686637, "o", "[0"] +[11.776798, "o", "m"] +[12.778586, "o", "\r\n"] +[12.782358, "o", "manifest:"] +[12.782472, "o", "\r\n"] +[12.782497, "o", " version: '0.0' # DFetch Module syntax version"] +[12.782514, "o", "\r\n"] +[12.782531, "o", "\r\n"] +[12.782549, "o", " remotes: # declare common sources in one place"] +[12.782565, "o", "\r\n"] +[12.782582, "o", " - name: github"] +[12.78302, "o", "\r\n url-base: https://github.com/\r\n\r\n projects:\r\n - name: cpputest\r\n dst: cpputest/src/ # Destination of this project (relative to this file)\r\n repo-path: cpputest/cpputest.git # Use default github remote\r\n tag: v3.4 # tag\r\n\r\n - name: jsmn # without destination, defaults to project name\r\n"] +[12.78305, "o", " repo-path: zserge/jsmn.git # only repo-path is enough\r\n\r\n - name: dfetch\r\n remote: github\r\n branch: main\r\n repo-path: dfetch-org/dfetch.git\r\n"] +[15.794212, "o", "$ "] +[15.796359, "o", "\u001b["] +[15.976687, "o", "1m"] +[16.066846, "o", "\u001b["] +[16.156975, "o", "0m"] +[16.157783, "o", "\r\n"] +[16.160784, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] diff --git a/doc/asciicasts/basic.cast b/doc/asciicasts/basic.cast index ebd954a3..348f43cc 100644 --- a/doc/asciicasts/basic.cast +++ b/doc/asciicasts/basic.cast @@ -1,169 +1,176 @@ -{"version": 2, "width": 193, "height": 32, "timestamp": 1781464185, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} -[0.747983, "o", "\u001b[H\u001b[2J\u001b[3J"] -[0.756684, "o", "$ "] -[1.758709, "o", "\u001b"] -[1.938994, "o", "[1"] -[2.029184, "o", "ml"] -[2.119321, "o", "s "] -[2.209663, "o", "-"] -[2.299834, "o", "l\u001b"] -[2.389991, "o", "[0"] -[2.480555, "o", "m"] -[3.481114, "o", "\r\n"] -[3.484949, "o", "total 4\r\n"] -[3.485008, "o", "-rw-rw-rw- 1 dev dev 733 Jun 14 19:09 dfetch.yaml\r\n"] -[3.492646, "o", "$ "] -[4.504978, "o", "\u001b["] -[4.68452, "o", "1m"] -[4.774671, "o", "ca"] -[4.864808, "o", "t "] -[4.954963, "o", "dfe"] -[5.045107, "o", "tc"] -[5.135235, "o", "h."] -[5.225395, "o", "ya"] -[5.315568, "o", "ml"] -[5.405722, "o", "\u001b[0"] -[5.586007, "o", "m"] -[6.5878, "o", "\r\n"] -[6.590855, "o", "manifest:"] -[6.591167, "o", "\r\n version: 0.0 # DFetch Module syntax version\r\n\r\n remotes: # declare common sources in one place\r\n - name: github\r\n url-base: https://github.com/\r\n\r\n projects:\r\n - name: cpputest\r\n dst: cpputest/src/ # Destination of this project (relative to this file)\r\n repo-path: cpputest/cpputest.git # Use default github remote\r\n tag: v3.4 # tag\r\n\r\n - name: jsmn # without destination, defaults to project name\r\n repo-path: zserge/jsmn.git # only repo-path is enough\r\n"] -[6.601486, "o", "$ "] -[7.606918, "o", "\u001b["] -[7.787931, "o", "1m"] -[7.878064, "o", "df"] -[7.968282, "o", "et"] -[8.058409, "o", "ch"] -[8.148627, "o", " c"] -[8.238769, "o", "he"] -[8.328906, "o", "ck"] -[8.419038, "o", "\u001b["] -[8.509314, "o", "0m"] -[9.510959, "o", "\r\n"] -[10.15998, "o", "\u001b[1;34mDfetch (0.14.0)\u001b[0m\r\n"] -[10.237352, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n"] -[10.237558, "o", "\u001b[?25l"] -[10.318598, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Checking\u001b[0m"] -[10.399465, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Checking\u001b[0m"] -[10.480062, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Checking\u001b[0m"] -[10.54418, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Checking\u001b[0m\r\n\u001b[?25h\r\u001b[1A\u001b[2K"] -[10.544945, "o", " \u001b[1;34m> wanted (v3.4), available (v4.0)\u001b[0m\r\n"] -[10.54596, "o", " \u001b[1;92mjsmn:\u001b[0m\r\n"] -[10.546179, "o", "\u001b[?25l"] -[10.627031, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Checking\u001b[0m"] -[10.707635, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Checking\u001b[0m"] -[10.789974, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Checking\u001b[0m"] -[10.869723, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Checking\u001b[0m"] -[10.950301, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Checking\u001b[0m"] -[11.030855, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Checking\u001b[0m"] -[11.11148, "o", "\r\u001b[2K\u001b[32m⠦\u001b[0m \u001b[1;94m> Checking\u001b[0m"] -[11.127082, "o", "\r\u001b[2K\u001b[32m⠦\u001b[0m \u001b[1;94m> Checking\u001b[0m\r\n\u001b[?25h\r\u001b[1A\u001b[2K \u001b[1;34m> available (master - 25647e692c7906b96ffd2b05ca54c097948e879c)\u001b[0m"] -[11.127409, "o", "\r\n"] -[11.224722, "o", "$ "] -[12.228487, "o", "\u001b["] -[12.409126, "o", "1m"] -[12.499286, "o", "se"] -[12.589437, "o", "d "] -[12.679579, "o", "-i"] -[12.769741, "o", " '"] -[12.859903, "o", "s/"] -[12.950007, "o", "v3"] -[13.04015, "o", ".4"] -[13.130299, "o", "/v"] -[13.310577, "o", "4."] -[13.400771, "o", "0/"] -[13.49096, "o", "g'"] -[13.58107, "o", " d"] -[13.67119, "o", "fe"] -[13.761412, "o", "tc"] -[13.851529, "o", "h."] -[13.941678, "o", "ya"] -[14.03179, "o", "ml"] -[14.212115, "o", "\u001b["] -[14.302625, "o", "0m"] -[15.303972, "o", "\r\n"] -[15.325693, "o", "$ "] -[16.328749, "o", "\u001b["] -[16.509031, "o", "1m"] -[16.599963, "o", "ca"] -[16.68935, "o", "t "] -[16.779495, "o", "df"] -[16.869624, "o", "et"] -[16.959784, "o", "ch"] -[17.049938, "o", ".y"] -[17.140048, "o", "am"] -[17.230183, "o", "l\u001b"] -[17.41076, "o", "[0m"] -[18.412221, "o", "\r\n"] -[18.417831, "o", "manifest:\r\n version: 0.0 # DFetch Module syntax version\r\n\r\n remotes: # declare common sources in one place\r\n - name: github\r\n url-base: https://github.com/\r\n\r\n projects:\r\n - name: cpputest\r\n dst: cpputest/src/ # Destination of this project (relative to this file)\r\n repo-path: cpputest/cpputest.git # Use default github remote\r\n tag: v4.0 # tag\r\n\r\n - name: jsmn # without destination, defaults to project name\r\n repo-path: zserge/jsmn.git # only repo-path is enough\r\n"] -[18.428726, "o", "$ "] -[19.431854, "o", "\u001b"] -[19.612222, "o", "[1"] -[19.702367, "o", "md"] -[19.792496, "o", "fe"] -[19.882645, "o", "tc"] -[19.97279, "o", "h "] -[20.06294, "o", "up"] -[20.153073, "o", "da"] -[20.243211, "o", "te"] -[20.33335, "o", "\u001b["] -[20.513611, "o", "0"] -[20.604339, "o", "m"] -[21.606243, "o", "\r\n"] -[22.263127, "o", "\u001b[1;34mDfetch (0.14.0)\u001b[0m\r\n"] -[22.281169, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n"] -[22.281625, "o", "\u001b[?25l"] -[22.362378, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] -[22.443044, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] -[22.52368, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] -[22.60453, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] -[22.685198, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] -[22.765907, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] -[22.849955, "o", "\r\u001b[2K\u001b[32m⠦\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] -[22.928852, "o", "\r\u001b[2K\u001b[32m⠧\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] -[23.011729, "o", "\r\u001b[2K\u001b[32m⠇\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] -[23.093239, "o", "\r\u001b[2K\u001b[32m⠏\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] -[23.173797, "o", "\r\u001b[2K\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] -[23.254543, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] -[23.336818, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] -[23.411543, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] -[23.412173, "o", "\r\n"] -[23.412214, "o", "\u001b[?25h\r\u001b[1A\u001b[2K"] -[23.414528, "o", " \u001b[1;34m> Fetched v4.0\u001b[0m\r\n"] -[23.456093, "o", " \u001b[1;92mjsmn:\u001b[0m\r\n"] -[23.456913, "o", "\u001b[?25l"] -[23.53771, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] -[23.618585, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] -[23.699471, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] -[23.783185, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] -[23.864484, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] -[23.945104, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] -[24.025773, "o", "\r\u001b[2K\u001b[32m⠦\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] -[24.107346, "o", "\r\u001b[2K\u001b[32m⠧\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] -[24.188174, "o", "\r\u001b[2K\u001b[32m⠇\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] -[24.270095, "o", "\r\u001b[2K\u001b[32m⠏\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] -[24.350704, "o", "\r\u001b[2K\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] -[24.431497, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] -[24.512188, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] -[24.594034, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] -[24.608793, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] -[24.610833, "o", "\r\n\u001b[?25h\r\u001b[1A\u001b[2K"] -[24.611924, "o", " \u001b[1;34m> Fetched master - 25647e692c7906b96ffd2b05ca54c097948e879c\u001b[0m\r\n"] -[24.741286, "o", "$ "] -[25.744467, "o", "\u001b"] -[25.924727, "o", "[1"] -[26.014983, "o", "ml"] -[26.105074, "o", "s "] -[26.195207, "o", "-"] -[26.285357, "o", "l\u001b"] -[26.375494, "o", "[0"] -[26.465919, "o", "m"] -[27.467647, "o", "\r\n"] -[27.471099, "o", "total 12\r\n"] -[27.471135, "o", "drwxrwxrwx+ 3 dev dev 4096 Jun 14 19:10 cpputest\r\n-rw-rw-rw- 1 dev dev 733 Jun 14 19:10 dfetch.yaml\r\ndrwxrwxrwx+ 4 dev dev 4096 Jun 14 19:10 jsmn\r\n"] -[30.482042, "o", "$ "] -[30.484973, "o", "\u001b["] -[30.664285, "o", "1m"] -[30.754432, "o", "\u001b["] -[30.844588, "o", "0m"] -[30.845494, "o", "\r\n"] -[30.848527, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] +{"version": 2, "width": 229, "height": 35, "timestamp": 1781903106, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} +[0.804026, "o", "\u001b[H\u001b[2J\u001b[3J"] +[0.813979, "o", "$ "] +[1.813137, "o", "\u001b["] +[1.99368, "o", "1m"] +[2.083942, "o", "ls"] +[2.174101, "o", " -"] +[2.264228, "o", "l\u001b"] +[2.354384, "o", "[0"] +[2.444507, "o", "m"] +[3.446145, "o", "\r\n"] +[3.449656, "o", "total 4\r\n"] +[3.449797, "o", "-rw-rw-rw- 1 dev dev 733 Jun 19 21:05 dfetch.yaml\r\n"] +[3.456502, "o", "$ "] +[4.459666, "o", "\u001b"] +[4.640478, "o", "[1"] +[4.730625, "o", "mc"] +[4.820771, "o", "at"] +[4.910895, "o", " "] +[5.001022, "o", "df"] +[5.09118, "o", "et"] +[5.181476, "o", "ch"] +[5.271601, "o", ".y"] +[5.361743, "o", "a"] +[5.542005, "o", "ml"] +[5.632916, "o", "\u001b["] +[5.722305, "o", "0m"] +[6.723668, "o", "\r\n"] +[6.73025, "o", "manifest:\r\n version: 0.0 # DFetch Module syntax version\r\n\r\n remotes: # declare common sources in one place\r\n - name: github\r\n url-base: https://github.com/\r\n\r\n projects:"] +[6.73033, "o", "\r\n - name: cpputest\r\n dst: cpputest/src/ # Destination of this project (relative to this file)\r\n repo-path: cpputest/cpputest.git # Use default github remote\r\n tag: v3.4 # tag\r\n\r\n - name: jsmn # without destination, defaults to project name\r\n repo-path: zserge/jsmn.git # only repo-path is enough\r\n"] +[6.740408, "o", "$ "] +[7.743274, "o", "\u001b"] +[7.923868, "o", "[1"] +[8.014021, "o", "md"] +[8.104166, "o", "fe"] +[8.194304, "o", "t"] +[8.284434, "o", "ch"] +[8.374578, "o", " c"] +[8.464715, "o", "he"] +[8.554847, "o", "ck"] +[8.644978, "o", "\u001b"] +[8.825216, "o", "[0"] +[8.91536, "o", "m"] +[9.917172, "o", "\r\n"] +[10.521752, "o", "\u001b[1;34mDfetch (0.14.1)\u001b[0m\r\n"] +[12.572635, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n"] +[12.57279, "o", "\u001b[?25l"] +[12.65484, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[12.735114, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[12.815653, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[12.896991, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[12.902874, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Checking\u001b[0m\r\n\u001b[?25h\r\u001b[1A\u001b[2K"] +[12.906356, "o", " \u001b[1;34m> wanted (v3.4), available (v4.0)\u001b[0m"] +[12.906818, "o", "\r\n"] +[12.908563, "o", " \u001b[1;92mjsmn:\u001b[0m"] +[12.912422, "o", "\r\n"] +[12.912876, "o", "\u001b[?25l"] +[12.996354, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[13.075101, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[13.155632, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[13.236122, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[13.316691, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[13.397376, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[13.477849, "o", "\r\u001b[2K\u001b[32m⠦\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[13.558432, "o", "\r\u001b[2K\u001b[32m⠧\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[13.570325, "o", "\r\u001b[2K\u001b[32m⠧\u001b[0m \u001b[1;94m> Checking\u001b[0m\r\n\u001b[?25h\r\u001b[1A\u001b[2K"] +[13.570779, "o", " \u001b[1;34m> available (master - 25647e692c7906b96ffd2b05ca54c097948e879c)\u001b[0m\r\n"] +[13.661862, "o", "$ "] +[14.665894, "o", "\u001b"] +[14.845046, "o", "[1"] +[14.935164, "o", "ms"] +[15.025488, "o", "ed"] +[15.115387, "o", " -"] +[15.205527, "o", "i "] +[15.295669, "o", "'s"] +[15.385808, "o", "/v"] +[15.47592, "o", "3."] +[15.566182, "o", "4/"] +[15.746356, "o", "v"] +[15.836509, "o", "4."] +[15.926651, "o", "0/"] +[16.016799, "o", "g'"] +[16.106943, "o", " d"] +[16.197068, "o", "fe"] +[16.287199, "o", "tc"] +[16.377362, "o", "h."] +[16.467489, "o", "ya"] +[16.647677, "o", "ml"] +[16.737794, "o", "\u001b"] +[16.827944, "o", "[0"] +[16.918285, "o", "m"] +[17.919946, "o", "\r\n"] +[17.930401, "o", "$ "] +[18.933304, "o", "\u001b["] +[19.11358, "o", "1m"] +[19.203729, "o", "ca"] +[19.293875, "o", "t "] +[19.384012, "o", "df"] +[19.474142, "o", "et"] +[19.564292, "o", "ch"] +[19.654406, "o", ".y"] +[19.745366, "o", "am"] +[19.835408, "o", "l\u001b"] +[20.015699, "o", "[0m"] +[21.017328, "o", "\r\n"] +[21.020482, "o", "manifest:\r\n version: 0.0 # DFetch Module syntax version\r\n\r\n remotes: # declare common sources in one place\r\n - name: github\r\n url-base: https://github.com/\r\n\r\n projects:\r\n - name: cpputest\r\n dst: cpputest/src/ # Destination of this project (relative to this file)\r\n repo-path: cpputest/cpputest.git # Use default github remote\r\n tag: v4.0 # tag\r\n\r\n - name: jsmn # without destination, defaults to project name\r\n repo-path: zserge/jsmn.git # only repo-path is enough\r\n"] +[21.026485, "o", "$ "] +[22.029999, "o", "\u001b["] +[22.210363, "o", "1m"] +[22.300526, "o", "df"] +[22.390663, "o", "et"] +[22.480783, "o", "ch"] +[22.570924, "o", " u"] +[22.661073, "o", "pd"] +[22.75122, "o", "at"] +[22.841345, "o", "e\u001b"] +[22.931509, "o", "[0"] +[23.111852, "o", "m"] +[24.113407, "o", "\r\n"] +[24.679318, "o", "\u001b[1;34mDfetch (0.14.1)\u001b[0m\r\n"] +[24.700462, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n\u001b[?25l"] +[24.781618, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] +[24.863547, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] +[24.943701, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] +[25.024369, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] +[25.105232, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] +[25.189086, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] +[25.270339, "o", "\r\u001b[2K\u001b[32m⠦\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] +[25.351609, "o", "\r\u001b[2K\u001b[32m⠧\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] +[25.433039, "o", "\r\u001b[2K\u001b[32m⠇\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] +[25.514046, "o", "\r\u001b[2K\u001b[32m⠏\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] +[25.594369, "o", "\r\u001b[2K\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] +[25.675447, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] +[25.755926, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] +[25.836443, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] +[25.913111, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m\r\n\u001b[?25h\r\u001b[1A\u001b[2K"] +[25.914221, "o", " \u001b[1;34m> Fetched v4.0\u001b[0m"] +[25.915096, "o", "\r\n"] +[25.943197, "o", " \u001b[1;92mjsmn:\u001b[0m\r\n"] +[25.943406, "o", "\u001b[?25l"] +[26.024036, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[26.104688, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[26.18538, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[26.265923, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[26.346438, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[26.426977, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[26.507669, "o", "\r\u001b[2K\u001b[32m⠦\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[26.588156, "o", "\r\u001b[2K\u001b[32m⠧\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[26.668732, "o", "\r\u001b[2K\u001b[32m⠇\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[26.749224, "o", "\r\u001b[2K\u001b[32m⠏\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[26.830894, "o", "\r\u001b[2K\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[26.911926, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[26.992719, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[27.073223, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[27.153716, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[27.197996, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Fetching \u001b[0m\r\n\u001b[?25h\r\u001b[1A\u001b[2K \u001b[1;34m> Fetched master - 25647e692c7906b96ffd2b05ca54c097948e879c\u001b[0m\r\n"] +[27.292216, "o", "$ "] +[28.296699, "o", "\u001b["] +[28.477404, "o", "1m"] +[28.567644, "o", "ls"] +[28.657764, "o", " -"] +[28.747892, "o", "l\u001b"] +[28.838036, "o", "[0"] +[28.928198, "o", "m"] +[29.929842, "o", "\r\n"] +[29.933453, "o", "total 12\r\n"] +[29.933599, "o", "drwxrwxrwx+ 3 dev dev 4096 Jun 19 21:05 cpputest\r\n-rw-rw-rw- 1 dev dev 733 Jun 19 21:05 dfetch.yaml\r\ndrwxrwxrwx+ 4 dev dev 4096 Jun 19 21:05 jsmn\r\n"] +[32.944492, "o", "$ "] +[32.947425, "o", "\u001b"] +[33.127695, "o", "[1"] +[33.217812, "o", "m\u001b"] +[33.307972, "o", "[0"] +[33.400628, "o", "m"] +[33.401369, "o", "\r\n"] +[33.403641, "o", "/workspaces/dfetch/doc/generate-casts"] +[33.404366, "o", "\r\n"] diff --git a/doc/asciicasts/check-ci.cast b/doc/asciicasts/check-ci.cast index 611a4752..daadca06 100644 --- a/doc/asciicasts/check-ci.cast +++ b/doc/asciicasts/check-ci.cast @@ -1,127 +1,142 @@ -{"version": 2, "width": 193, "height": 32, "timestamp": 1781464301, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} -[0.65179, "o", "\u001b[H\u001b[2J\u001b[3J"] -[0.658998, "o", "$ "] -[1.661905, "o", "\u001b["] -[1.842177, "o", "1m"] -[1.932328, "o", "ca"] -[2.022462, "o", "t "] -[2.112691, "o", "df"] -[2.202771, "o", "et"] -[2.292934, "o", "ch"] -[2.383076, "o", ".y"] -[2.473216, "o", "am"] -[2.563347, "o", "l\u001b"] -[2.743646, "o", "[0"] -[2.834175, "o", "m"] -[3.835992, "o", "\r\n"] -[3.839236, "o", "manifest:\r\n version: 0.0 # DFetch Module syntax version\r\n\r\n remotes: # declare common sources in one place\r\n - name: github\r\n url-base: https://github.com/\r\n"] -[3.839504, "o", "\r\n projects:\r\n - name: cpputest"] -[3.839529, "o", "\r\n dst: cpputest/src/ # Destination of this project (relative to this file)\r\n repo-path: cpputest/cpputest.git # Use default github remote\r\n tag: v3.4 # tag\r\n\r\n - name: jsmn # without destination, defaults to project name\r\n repo-path: zserge/jsmn.git # only repo-path is enough\r\n"] -[3.84608, "o", "$ "] -[4.84981, "o", "\u001b"] -[5.033391, "o", "[1"] -[5.123706, "o", "md"] -[5.213758, "o", "fe"] -[5.303897, "o", "tc"] -[5.394043, "o", "h "] -[5.484185, "o", "ch"] -[5.574335, "o", "ec"] -[5.664466, "o", "k "] -[5.754601, "o", "--"] -[5.934802, "o", "j"] -[6.024932, "o", "en"] -[6.115564, "o", "ki"] -[6.205806, "o", "ns"] -[6.295939, "o", "-j"] -[6.386092, "o", "so"] -[6.476218, "o", "n "] -[6.566361, "o", "je"] -[6.656519, "o", "nk"] -[6.836791, "o", "in"] -[6.926927, "o", "s"] -[7.017067, "o", ".j"] -[7.107209, "o", "so"] -[7.197347, "o", "n "] -[7.287482, "o", "--"] -[7.377622, "o", "sa"] -[7.467774, "o", "ri"] -[7.558739, "o", "f "] -[7.738175, "o", "sa"] -[7.82831, "o", "ri"] -[7.918487, "o", "f"] -[8.008624, "o", ".j"] -[8.098771, "o", "so"] -[8.188916, "o", "n\u001b"] -[8.279063, "o", "[0"] -[8.369492, "o", "m"] -[9.371846, "o", "\r\n"] -[9.986865, "o", "\u001b[1;34mDfetch (0.14.0)\u001b[0m\r\n"] -[10.06284, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n"] -[10.063616, "o", "\u001b[?25l"] -[10.14463, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Checking\u001b[0m"] -[10.226711, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Checking\u001b[0m"] -[10.306361, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Checking\u001b[0m"] -[10.34872, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Checking\u001b[0m\r\n\u001b[?25h\r\u001b[1A\u001b[2K"] -[10.349364, "o", " \u001b[1;34m> wanted (v3.4), available (v4.0)\u001b[0m\r\n"] -[10.35059, "o", " \u001b[1;92mjsmn:\u001b[0m\r\n"] -[10.350914, "o", "\u001b[?25l"] -[10.431849, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Checking\u001b[0m"] -[10.512467, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Checking\u001b[0m"] -[10.593162, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Checking\u001b[0m"] -[10.674478, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Checking\u001b[0m"] -[10.755123, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Checking\u001b[0m"] -[10.835735, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Checking\u001b[0m"] -[10.914732, "o", "\r\u001b[2K\u001b[32m⠦\u001b[0m \u001b[1;94m> Checking\u001b[0m\r\n\u001b[?25h\r\u001b[1A\u001b[2K"] -[10.916168, "o", " \u001b[1;34m> available (master - 25647e692c7906b96ffd2b05ca54c097948e879c)\u001b[0m\r\n"] -[11.007746, "o", "$ "] -[12.010733, "o", "\u001b["] -[12.191007, "o", "1m"] -[12.281149, "o", "ls"] -[12.37127, "o", " -"] -[12.461395, "o", "l "] -[12.551553, "o", ".\u001b"] -[12.641704, "o", "[0"] -[12.733123, "o", "m"] -[13.734692, "o", "\r\n"] -[13.740701, "o", "total 16\r\n-rw-rw-rw- 1 dev dev 733 Jun 14 19:11 dfetch.yaml\r\n-rw-rw-rw- 1 dev dev 1027 Jun 14 19:11 jenkins.json\r\n-rw-rw-rw- 1 dev dev 6117 Jun 14 19:11 sarif.json\r\n"] -[13.749846, "o", "$ "] -[14.753699, "o", "\u001b"] -[14.934798, "o", "[1"] -[15.024931, "o", "mc"] -[15.115084, "o", "at"] -[15.205227, "o", " "] -[15.295404, "o", "je"] -[15.385561, "o", "nk"] -[15.475716, "o", "in"] -[15.565804, "o", "s."] -[15.655953, "o", "j"] -[15.836208, "o", "so"] -[15.926366, "o", "n\u001b"] -[16.016511, "o", "[0"] -[16.106684, "o", "m"] -[17.108461, "o", "\r\n"] -[17.111642, "o", "{\r\n \"_class\": \"io.jenkins.plugins.analysis.core.restapi.ReportApi\",\r\n \"issues\": [\r\n {\r\n \"fileName\": \"dfetch.yaml\",\r\n \"severity\": \"High\",\r\n \"message\": \"cpputest : cpputest was never fetched!\",\r\n \"description\": \"The manifest requires version 'v3.4' of cpputest. it was never fetched, fetch it with 'dfetch update cpputest'. The latest version available is 'v4.0'\",\r\n \"lineStart\": 9,\r\n \"lineEnd\": 9,\r\n \"columnStart\": 11,\r\n \"columnEnd\": 18\r\n },\r\n {\r\n \"fileName\": \"dfetch.yaml\",\r\n \"severity\": \"High\",\r\n \"message\": \"jsmn : jsmn was never fetched!\",\r\n \"description\": \"The manifest requires version 'latest' of jsmn. it was never fetched, fetch it with 'dfetch update jsmn'. The latest version available is 'master - 25647e692c7906b96ffd2b05ca54c097948e879c'\",\r\n \"lineStart\": 14,\r\n \"lineEnd\": 14,\r\n \"columnStart\": 11,\r\n \"columnEnd\": 14\r\n }\r\n ]\r\n}"] -[17.118051, "o", "$ "] -[18.12326, "o", "\u001b["] -[18.304606, "o", "1m"] -[18.394768, "o", "ca"] -[18.485028, "o", "t "] -[18.576744, "o", "sa"] -[18.665317, "o", "ri"] -[18.755449, "o", "f."] -[18.845621, "o", "js"] -[18.935741, "o", "on"] -[19.025828, "o", "\u001b["] -[19.208684, "o", "0m"] -[20.210139, "o", "\r\n"] -[20.213523, "o", "{\r\n \"runs\": [\r\n {\r\n \"tool\": {\r\n \"driver\": {\r\n \"name\": \"DFetch\",\r\n \"informationUri\": \"https://dfetch.rtfd.io\",\r\n \"rules\": [\r\n {\r\n \"id\": \"unfetched-project\",\r\n \"help\": {\r\n \"text\": \"The project mentioned in the manifest was never fetched, fetch it with 'dfetch update '. After fetching, commit the updated project to your repository.\"\r\n },\r\n \"shortDescription\": {\r\n \"text\": \"Project was never fetched\"\r\n }\r\n },\r\n {\r\n \"id\": \"up-to-date-project\",\r\n \"help\": {\r\n \"text\": \"The project mentioned in the manifest is up-to-date, everything is ok, nothing to do.\"\r\n },\r\n \"shortDescription\": {\r\n \"text\": \"Project is up-to-date\"\r\n }\r\n },\r\n {\r\n \"id\": \"unavailable-project-version\",\r\n \"help\": {\r\n"] -[20.213877, "o", " \"text\": \"The project mentioned in the manifest is pinned to a specific version, For instance a branch, tag, or revision. However the specific version is not available at the upstream of the project. Check if the remote has the given version. \"\r\n },\r\n \"shortDescription\": {\r\n \"text\": \"Requested project version is unavailable at the remote\"\r\n }\r\n },\r\n {\r\n \"id\": \"pinned-but-out-of-date-project\",\r\n \"help\": {\r\n \"text\": \"The project mentioned in the manifest is pinned to a specific version, For instance a branch, tag, or revision. This is currently the state of the project. However a newer version is available at the upstream of the project. Either ignore this warning or update the version to the latest and update using 'dfetch update ' and commit the result to your repository.\"\r\n },\r\n \"shortDescription\": {\r\n \"text\": \"Project is pinned, but out-of-date\"\r\n }\r\n },\r\n {\r\n \"id\": \"out-of-date-project\",\r\n \"help\": {\r\n \"text\": \"The project is configured to always follow the latest version, There is a newer version available at the upstream of the project. Please update the project using 'dfetch update ' and commit the result to your repository.\"\r\n },\r\n \"shortDescription\": {\r\n \"text\": \"Project is out-of-date\"\r\n }\r\n },\r\n {\r\n \"id\": \"local-changes-in-project\",\r\n \"help\": {\r\n \"text\": \"The files of this project are different then when they were added, Please create a patch using 'dfetch diff ' and add it to the manifest using the 'patch:' attribute. Or better yet, upstream the changes and update your project. When running 'dfetch check' on a platform with different line endings, then this warning is likely a false positive.\"\r\n },\r\n \"shortDescription\": {\r\n \"text\": \"Project was locally changed\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"artifacts\": [\r\n {\r\n \"location\": {\r\n \"uri\": \"dfetch.yaml\"\r\n },\r\n \"sourceLanguage\": \"yaml\"\r\n }\r\n ],\r\n \"results\": [\r\n {\r\n \"message\": {\r\n \"text\": \"cpputest : cpputest was never fetched!\"\r\n },\r\n \"level\": \"error\",\r\n \"locations\": [\r\n {\r\n \"physicalLocation\": {\r\n \"artifactLocation\": {\r\n \"index\": 0,\r\n \"uri\": \"dfetch.yaml\"\r\n },\r\n \"region\": {\r\n \"endColumn\": 19,\r\n \"endLine\": 9,\r\n \"startColumn\": 11,\r\n \"startLine\": 9\r\n }\r\n }\r\n }\r\n ],\r\n \"ruleId\": \"unfetched-project\"\r\n },\r\n {\r\n \"message\": {\r\n \"text\": \"jsmn : jsmn was never fetched!\"\r\n },\r\n \"level\": \"error\",\r\n "] -[20.213903, "o", " \"locations\": [\r\n {\r\n \"physicalLocation\": {\r\n \"artifactLocation\": {\r\n \"index\": 0,\r\n \"uri\": \"dfetch.yaml\"\r\n },\r\n \"region\": {\r\n \"endColumn\": 15,\r\n \"endLine\": 14,\r\n \"startColumn\": 11,\r\n \"startLine\": 14\r\n }\r\n }\r\n }\r\n ],\r\n \"ruleId\": \"unfetched-project\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"version\": \"2.1.0\"\r\n}"] -[23.225158, "o", "$ "] -[23.227224, "o", "\u001b"] -[23.407746, "o", "[1"] -[23.498383, "o", "m\u001b"] -[23.588784, "o", "[0"] -[23.679222, "o", "m"] -[23.679723, "o", "\r\n"] -[23.682695, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] +{"version": 2, "width": 229, "height": 35, "timestamp": 1781903226, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} +[0.671197, "o", "\u001b[H\u001b[2J\u001b[3J"] +[0.678674, "o", "$ "] +[1.681693, "o", "\u001b["] +[1.862056, "o", "1m"] +[1.95223, "o", "ca"] +[2.042382, "o", "t "] +[2.132513, "o", "df"] +[2.222623, "o", "et"] +[2.312898, "o", "ch"] +[2.403008, "o", ".y"] +[2.493142, "o", "am"] +[2.583276, "o", "l\u001b"] +[2.763694, "o", "[0"] +[2.855413, "o", "m"] +[3.856622, "o", "\r\n"] +[3.861021, "o", "manifest:"] +[3.861621, "o", "\r\n version: 0.0 # DFetch Module syntax version"] +[3.861826, "o", "\r\n\r\n remotes: # declare common sources in one place\r\n - name: github\r\n url-base: https://github.com/\r\n\r\n projects:\r\n - name: cpputest\r\n dst: cpputest/src/ # Destination of this project (relative to this file)\r\n repo-path: cpputest/cpputest.git # Use default github remote\r\n tag: v3.4 # tag\r\n\r\n"] +[3.862238, "o", " - name: jsmn # without destination, defaults to project name\r\n repo-path: zserge/jsmn.git # only repo-path is enough\r\n"] +[3.871461, "o", "$ "] +[4.874758, "o", "\u001b"] +[5.054971, "o", "[1"] +[5.145131, "o", "md"] +[5.23529, "o", "fe"] +[5.325418, "o", "tc"] +[5.41557, "o", "h "] +[5.505707, "o", "ch"] +[5.597798, "o", "ec"] +[5.685977, "o", "k "] +[5.7763, "o", "--"] +[5.956891, "o", "j"] +[6.047052, "o", "en"] +[6.13718, "o", "ki"] +[6.227318, "o", "ns"] +[6.317442, "o", "-j"] +[6.407585, "o", "so"] +[6.497725, "o", "n "] +[6.587836, "o", "je"] +[6.677999, "o", "nk"] +[6.858279, "o", "in"] +[6.948423, "o", "s"] +[7.03856, "o", ".j"] +[7.128899, "o", "so"] +[7.218995, "o", "n "] +[7.309119, "o", "--"] +[7.399269, "o", "sa"] +[7.489391, "o", "ri"] +[7.579552, "o", "f "] +[7.759882, "o", "sa"] +[7.850036, "o", "ri"] +[7.940177, "o", "f"] +[8.030309, "o", ".j"] +[8.120428, "o", "so"] +[8.210557, "o", "n\u001b"] +[8.300704, "o", "[0"] +[8.391316, "o", "m"] +[9.392421, "o", "\r\n"] +[10.000454, "o", "\u001b[1;34mDfetch (0.14.1)\u001b[0m\r\n"] +[10.070336, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n"] +[10.070504, "o", "\u001b[?25l"] +[10.153376, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[10.232178, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[10.312684, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[10.393232, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[10.413322, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Checking\u001b[0m\r\n\u001b[?25h\r\u001b[1A\u001b[2K"] +[10.415139, "o", " \u001b[1;34m> wanted (v3.4), available (v4.0)\u001b[0m\r\n \u001b[1;92mjsmn:\u001b[0m\r\n\u001b[?25l"] +[10.49646, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[10.576984, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[10.657603, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[10.738195, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[10.818755, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[10.899215, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[10.979714, "o", "\r\u001b[2K\u001b[32m⠦\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[11.060236, "o", "\r\u001b[2K\u001b[32m⠧\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[11.072765, "o", "\r\u001b[2K\u001b[32m⠧\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[11.072894, "o", "\r\n\u001b[?25h\r\u001b[1A\u001b[2K \u001b[1;34m> available (master - 25647e692c7906b96ffd2b05ca54c097948e879c)\u001b[0m\r\n"] +[11.175843, "o", "$ "] +[12.179003, "o", "\u001b["] +[12.359277, "o", "1m"] +[12.449423, "o", "ls"] +[12.539577, "o", " -"] +[12.629703, "o", "l ."] +[12.719845, "o", "\u001b["] +[12.810216, "o", "0m"] +[13.811454, "o", "\r\n"] +[13.815121, "o", "total 16\r\n"] +[13.81527, "o", "-rw-rw-rw- 1 dev dev 733 Jun 19 21:07 dfetch.yaml\r\n-rw-rw-rw- 1 dev dev 1027 Jun 19 21:07 jenkins.json\r\n-rw-rw-rw- 1 dev dev 6117 Jun 19 21:07 sarif.json\r\n"] +[13.822518, "o", "$ "] +[14.824619, "o", "\u001b"] +[15.005974, "o", "[1"] +[15.096103, "o", "mc"] +[15.186271, "o", "at"] +[15.276386, "o", " "] +[15.367025, "o", "je"] +[15.457184, "o", "nk"] +[15.5473, "o", "in"] +[15.637442, "o", "s."] +[15.72757, "o", "j"] +[15.908033, "o", "so"] +[15.998319, "o", "n\u001b"] +[16.088432, "o", "[0"] +[16.178573, "o", "m"] +[17.179628, "o", "\r\n"] +[17.183043, "o", "{\r\n \"_class\": \"io.jenkins.plugins.analysis.core.restapi.ReportApi\",\r\n \"issues\": [\r\n {\r\n \"fileName\": \"dfetch.yaml\",\r\n \"severity\": \"High\",\r\n \"message\": \"cpputest : cpputest was never fetched!\",\r\n \"description\": \"The manifest requires version 'v3.4' of cpputest. it was never fetched, fetch it with 'dfetch update cpputest'. The latest version available is 'v4.0'\",\r\n \"lineStart\": 9,\r\n \"lineEnd\": 9,\r\n \"columnStart\": 11,\r\n \"columnEnd\": 18\r\n },\r\n {\r\n \"fileName\": \"dfetch.yaml\",\r\n \"severity\": \"High\",\r\n \"message\": \"jsmn : jsmn was never fetched!\",\r\n \"description\": \"The manifest requires version 'latest' of jsmn. it was never fetched, fetch it with 'dfetch update jsmn'. The latest version available is 'master - 25647e692c7906b96ffd2b05ca54c097948e879c'\",\r\n \"lineStart\": 14,\r\n \"lineEnd\": 14,\r\n \"columnStart\": 11,\r\n \"columnEnd\": 14\r\n }\r\n ]\r\n}"] +[17.18871, "o", "$ "] +[18.191933, "o", "\u001b"] +[18.372639, "o", "[1"] +[18.462792, "o", "mc"] +[18.552966, "o", "at"] +[18.643055, "o", " "] +[18.733195, "o", "sa"] +[18.82333, "o", "ri"] +[18.913468, "o", "f."] +[19.003607, "o", "js"] +[19.093857, "o", "o"] +[19.274111, "o", "n\u001b"] +[19.364358, "o", "[0"] +[19.454796, "o", "m"] +[20.456884, "o", "\r\n"] +[20.46009, "o", "{"] +[20.460506, "o", "\r\n"] +[20.460709, "o", " \"runs\": ["] +[20.460771, "o", "\r\n"] +[20.46096, "o", " {"] +[20.461147, "o", "\r\n \"tool\": {\r\n \"driver\": {\r\n \"name\": \"DFetch\",\r\n \"informationUri\": \"https://dfetch.rtfd.io\",\r\n \"rules\": [\r\n {"] +[20.461203, "o", "\r\n \"id\": \"unfetched-project\",\r\n \"help\": {\r\n \"text\": \"The project mentioned in the manifest was never fetched, fetch it with 'dfetch update '. After fetching, commit the updated project to your repository.\"\r\n },\r\n \"shortDescription\": {\r\n \"text\": \"Project was never fetched\"\r\n }\r\n },"] +[20.461284, "o", "\r\n {\r\n \"id\": \"up-to-date-project\",\r\n \"help\": {\r\n \"text\": \"The project mentioned in the manifest is up-to-date, everything is ok, nothing to do.\"\r\n },\r\n \"shortDescription\": {"] +[20.461359, "o", "\r\n \"text\": \"Project is up-to-date\"\r\n }\r\n },\r\n {\r\n"] +[20.461549, "o", " \"id\": \"unavailable-project-version\",\r\n \"help\": {\r\n \"text\": \"The project mentioned in the manifest is pinned to a specific version, For instance a branch, tag, or revision. However the specific version is not available at the upstream of the project. Check if the remote has the given version. \""] +[20.461633, "o", "\r\n },\r\n \"shortDescription\": {\r\n \"text\": \"Requested project version is unavailable at the remote\"\r\n }\r\n },\r\n"] +[20.461654, "o", " {\r\n \"id\": \"pinned-but-out-of-date-project\",\r\n \"help\": {\r\n \"text\": \"The project mentioned in the manifest is pinned to a specific version, For instance a branch, tag, or revision. This is currently the state of the project. However a newer version is available at the upstream of the project. Either ignore this warning or update the version to the latest and update using 'dfetch update ' and commit the result to your repository.\"\r\n },\r\n \"shortDescription\": {\r\n \"text\": \"Project is pinned, but out-of-date\"\r\n }\r\n },\r\n {\r\n \"id\": \"out-of-date-project\","] +[20.461671, "o", "\r\n \"help\": {"] +[20.461977, "o", "\r\n \"text\": \"The project is configured to always follow the latest version, There is a newer version available at the upstream of the project. Please update the project using 'dfetch update ' and commit the result to your repository.\""] +[20.462242, "o", "\r\n },\r\n \"shortDescription\": {\r\n \"text\": \"Project is out-of-date\"\r\n }\r\n },\r\n {\r\n \"id\": \"local-changes-in-project\",\r\n \"help\": {\r\n \"text\": \"The files of this project are different then when they were added, Please create a patch using 'dfetch diff ' and add it to the manifest using the 'patch:' attribute. Or better yet, upstream the changes and update your project. When running 'dfetch check' on a platform with different line endings, then this warning is likely a false positive.\"\r\n },\r\n \"shortDescription\": {\r\n \"text\": \"Project was locally changed\"\r\n }\r\n }\r\n ]\r\n }\r\n },\r\n \"artifacts\": [\r\n {\r\n \"location\": {\r\n \"uri\": \"dfetch.yaml\"\r\n },\r\n \"sourceLanguage\": \"yaml\"\r\n }\r\n ],\r\n \"results\": [\r\n {\r\n \"message\": {\r\n \"text\": \"cpputest : cpputest was never fetched!\"\r\n },\r\n \"level\": \"error\",\r\n \"locations\": [\r\n {\r\n \"physicalLocation\": {\r\n \"artifactLocation\": {\r\n \"index\": 0,\r\n \"uri\": \"dfetch.yaml\"\r\n },\r\n \"region\": {\r\n \"endColumn\": 19,\r\n \"endLine\": 9,\r\n \"startColumn\": 11,\r\n \"startLine\": 9\r\n }\r\n }\r\n }\r\n ],\r\n \"ruleId\": \"unfetched-project\"\r\n },\r\n {\r\n \"message\": {\r\n \"text\": \"jsmn : jsmn was never fetched!\"\r\n },\r\n \"level\": \"error\",\r\n \"locations\": [\r\n {\r\n \"physicalLocation\": {\r\n \"artifactLocation\": {\r\n \"index\": 0,\r\n \"uri\": \"dfetch.yaml\"\r\n },\r\n \"region\": {\r\n \"endColumn\": 15,\r\n \"endLine\": 14,\r\n \"startColumn\": 11,\r\n \"startLine\": 14\r\n }\r\n }\r\n }\r\n ],\r\n \"ruleId\": \"unfetched-project\"\r\n }\r\n ]\r\n }\r\n ],\r\n \"version\": \"2.1.0\"\r\n}"] +[23.474365, "o", "$ "] +[23.476177, "o", "\u001b["] +[23.657887, "o", "1m"] +[23.746621, "o", "\u001b["] +[23.836772, "o", "0m"] +[23.837486, "o", "\r\n"] +[23.84043, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] diff --git a/doc/asciicasts/check.cast b/doc/asciicasts/check.cast index dd86e0d7..a606e367 100644 --- a/doc/asciicasts/check.cast +++ b/doc/asciicasts/check.cast @@ -1,55 +1,55 @@ -{"version": 2, "width": 193, "height": 32, "timestamp": 1781464289, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} -[0.691928, "o", "\u001b[H\u001b[2J\u001b[3J"] -[0.696084, "o", "$ "] -[1.702644, "o", "\u001b["] -[1.881643, "o", "1m"] -[1.971802, "o", "ca"] -[2.061943, "o", "t "] -[2.152093, "o", "df"] -[2.242256, "o", "et"] -[2.332387, "o", "ch"] -[2.422526, "o", ".y"] -[2.512677, "o", "am"] -[2.602967, "o", "l\u001b"] -[2.783221, "o", "[0m"] -[3.784969, "o", "\r\n"] -[3.788104, "o", "manifest:\r\n version: 0.0 # DFetch Module syntax version\r\n\r\n remotes: # declare common sources in one place\r\n - name: github\r\n url-base: https://github.com/\r\n\r\n projects:\r\n - name: cpputest\r\n dst: cpputest/src/ # Destination of this project (relative to this file)\r\n repo-path: cpputest/cpputest.git # Use default github remote\r\n tag: v3.4 # tag\r\n\r\n - name: jsmn # without destination, defaults to project name\r\n repo-path: zserge/jsmn.git # only repo-path is enough\r\n"] -[3.79311, "o", "$ "] -[4.796375, "o", "\u001b"] -[4.976686, "o", "[1"] -[5.066814, "o", "md"] -[5.174688, "o", "fe"] -[5.247712, "o", "t"] -[5.337866, "o", "ch"] -[5.427992, "o", " c"] -[5.518155, "o", "he"] -[5.6083, "o", "ck"] -[5.698442, "o", "\u001b"] -[5.878697, "o", "[0"] -[5.968837, "o", "m"] -[6.970703, "o", "\r\n"] -[7.530953, "o", "\u001b[1;34mDfetch (0.14.0)\u001b[0m\r\n"] -[7.600581, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n\u001b[?25l"] -[7.679961, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Checking\u001b[0m"] -[7.760717, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Checking\u001b[0m"] -[7.84134, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Checking\u001b[0m"] -[7.880779, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Checking\u001b[0m\r\n\u001b[?25h\r\u001b[1A\u001b[2K"] -[7.881387, "o", " \u001b[1;34m> wanted (v3.4), available (v4.0)\u001b[0m\r\n"] -[7.882195, "o", " \u001b[1;92mjsmn:\u001b[0m\r\n"] -[7.882468, "o", "\u001b[?25l"] -[7.963257, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Checking\u001b[0m"] -[8.044079, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Checking\u001b[0m"] -[8.124721, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Checking\u001b[0m"] -[8.205591, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Checking\u001b[0m"] -[8.286255, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Checking\u001b[0m"] -[8.366918, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Checking\u001b[0m"] -[8.433421, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Checking\u001b[0m\r\n\u001b[?25h\r\u001b[1A\u001b[2K \u001b[1;34m> available (master - 25647e692c7906b96ffd2b05ca54c097948e879c)\u001b[0m"] -[8.4338, "o", "\r\n"] -[11.542487, "o", "$ "] -[11.544706, "o", "\u001b"] -[11.725067, "o", "[1"] -[11.815233, "o", "m\u001b"] -[11.90564, "o", "[0"] -[11.99553, "o", "m"] -[11.996156, "o", "\r\n"] -[12.000734, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] +{"version": 2, "width": 229, "height": 35, "timestamp": 1781903213, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} +[0.705484, "o", "\u001b[H\u001b[2J\u001b[3J"] +[0.715525, "o", "$ "] +[1.719187, "o", "\u001b"] +[1.899454, "o", "[1"] +[1.989595, "o", "mc"] +[2.079746, "o", "at"] +[2.169876, "o", " "] +[2.260025, "o", "df"] +[2.35018, "o", "et"] +[2.440281, "o", "ch"] +[2.530549, "o", ".y"] +[2.620678, "o", "a"] +[2.800913, "o", "ml"] +[2.891036, "o", "\u001b["] +[2.981188, "o", "0m"] +[3.982854, "o", "\r\n"] +[3.985798, "o", "manifest:\r\n version: 0.0 # DFetch Module syntax version\r\n\r\n remotes: # declare common sources in one place\r\n - name: github\r\n url-base: https://github.com/\r\n\r\n projects:\r\n - name: cpputest\r\n dst: cpputest/src/ # Destination of this project (relative to this file)\r\n repo-path: cpputest/cpputest.git # Use default github remote\r\n tag: v3.4 # tag\r\n\r\n - name: jsmn # without destination, defaults to project name\r\n repo-path: zserge/jsmn.git # only repo-path is enough\r\n"] +[3.991095, "o", "$ "] +[4.994368, "o", "\u001b["] +[5.174637, "o", "1m"] +[5.264784, "o", "df"] +[5.354919, "o", "et"] +[5.445042, "o", "ch "] +[5.535268, "o", "ch"] +[5.625409, "o", "ec"] +[5.715537, "o", "k\u001b"] +[5.805691, "o", "[0"] +[5.896031, "o", "m"] +[6.896489, "o", "\r\n"] +[7.49234, "o", "\u001b[1;34mDfetch (0.14.1)\u001b[0m\r\n"] +[7.565907, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n\u001b[?25l"] +[7.645994, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[7.726541, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[7.80722, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[7.887701, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[7.932426, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Checking\u001b[0m\r\n\u001b[?25h\r\u001b[1A\u001b[2K"] +[7.934363, "o", " \u001b[1;34m> wanted (v3.4), available (v4.0)\u001b[0m\r\n \u001b[1;92mjsmn:\u001b[0m\r\n"] +[7.93461, "o", "\u001b[?25l"] +[8.015538, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[8.096007, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[8.176681, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[8.257914, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[8.338429, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[8.419112, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[8.499854, "o", "\r\u001b[2K\u001b[32m⠦\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[8.57071, "o", "\r\u001b[2K\u001b[32m⠦\u001b[0m \u001b[1;94m> Checking\u001b[0m\r\n\u001b[?25h\r\u001b[1A\u001b[2K \u001b[1;34m> available (master - 25647e692c7906b96ffd2b05ca54c097948e879c)\u001b[0m"] +[8.571045, "o", "\r\n"] +[11.70325, "o", "$ "] +[11.70376, "o", "\u001b["] +[11.884207, "o", "1m"] +[11.974326, "o", "\u001b["] +[12.064446, "o", "0m"] +[12.065158, "o", "\r\n"] +[12.068592, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] diff --git a/doc/asciicasts/diff.cast b/doc/asciicasts/diff.cast index 55c52441..653a4213 100644 --- a/doc/asciicasts/diff.cast +++ b/doc/asciicasts/diff.cast @@ -1,109 +1,111 @@ -{"version": 2, "width": 193, "height": 32, "timestamp": 1781464388, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} -[0.30686, "o", "\u001b[H\u001b[2J\u001b[3J"] -[0.312252, "o", "$ "] -[1.315627, "o", "\u001b"] -[1.495963, "o", "[1"] -[1.58613, "o", "ml"] -[1.676271, "o", "s "] -[1.766408, "o", "-"] -[1.856539, "o", "l "] -[1.947546, "o", ".\u001b"] -[2.038704, "o", "[0"] -[2.127244, "o", "m"] -[3.128493, "o", "\r\n"] -[3.1328, "o", "total 12\r\ndrwxr-xr-x+ 3 dev dev 4096 Jun 14 19:13 cpputest\r\n-rw-rw-rw- 1 dev dev 733 Jun 14 19:13 dfetch.yaml\r\ndrwxr-xr-x+ 4 dev dev 4096 Jun 14 19:13 jsmn\r\n"] -[3.142276, "o", "$ "] -[4.146059, "o", "\u001b"] -[4.327133, "o", "[1"] -[4.417286, "o", "ml"] -[4.507415, "o", "s "] -[4.597555, "o", "-"] -[4.687727, "o", "l "] -[4.777885, "o", "cp"] -[4.868002, "o", "pu"] -[4.95815, "o", "te"] -[5.048278, "o", "s"] -[5.228571, "o", "t/"] -[5.318715, "o", "sr"] -[5.408868, "o", "c/"] -[5.499845, "o", "RE"] -[5.589245, "o", "A"] -[5.679393, "o", "DM"] -[5.76954, "o", "E."] -[5.85974, "o", "md"] -[5.949844, "o", "\u001b["] -[6.130122, "o", "0"] -[6.220269, "o", "m"] -[7.22195, "o", "\r\n"] -[7.225902, "o", "-rw-rw-rw- 1 dev dev 6777 Jun 14 19:13 cpputest/src/README.md\r\n"] -[7.234013, "o", "$ "] -[8.238142, "o", "\u001b["] -[8.418246, "o", "1m"] -[8.508396, "o", "se"] -[8.598544, "o", "d "] -[8.688674, "o", "-i"] -[8.778862, "o", " '"] -[8.868992, "o", "s/"] -[8.95916, "o", "gi"] -[9.049287, "o", "th"] -[9.139459, "o", "ub"] -[9.319739, "o", "/g"] -[9.409856, "o", "it"] -[9.499995, "o", "la"] -[9.590158, "o", "b/"] -[9.680286, "o", "g'"] -[9.770411, "o", " c"] -[9.860574, "o", "pp"] -[9.950731, "o", "ut"] -[10.040932, "o", "es"] -[10.221154, "o", "t/"] -[10.311296, "o", "sr"] -[10.401428, "o", "c/"] -[10.491574, "o", "RE"] -[10.581744, "o", "AD"] -[10.671912, "o", "ME"] -[10.762042, "o", ".m"] -[10.85219, "o", "d\u001b"] -[10.942357, "o", "[0"] -[11.122628, "o", "m"] -[12.124007, "o", "\r\n"] -[12.141982, "o", "$ "] -[13.145632, "o", "\u001b["] -[13.326242, "o", "1m"] -[13.41737, "o", "df"] -[13.50741, "o", "et"] -[13.598181, "o", "ch "] -[13.688356, "o", "di"] -[13.778496, "o", "ff"] -[13.868653, "o", " c"] -[13.958792, "o", "pp"] -[14.05072, "o", "ute"] -[14.230092, "o", "st"] -[14.320224, "o", "\u001b["] -[14.410611, "o", "0m"] -[15.412302, "o", "\r\n"] -[16.033668, "o", "\u001b[1;34mDfetch (0.14.0)\u001b[0m\r\n"] -[16.069519, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n"] -[16.071743, "o", " \u001b[1;34m> Generating patch cpputest.patch since 2b9a157a134890bc01726a0c94e895fa20d8b755 in /workspaces/dfetch/doc/generate-casts/diff\u001b[0m\r\n"] -[16.19193, "o", "$ "] -[17.195431, "o", "\u001b["] -[17.375754, "o", "1m"] -[17.465899, "o", "ca"] -[17.556031, "o", "t "] -[17.646181, "o", "cpp"] -[17.736751, "o", "ut"] -[17.826898, "o", "es"] -[17.917042, "o", "t."] -[18.007174, "o", "pa"] -[18.097365, "o", "tch"] -[18.277642, "o", "\u001b["] -[18.368687, "o", "0m"] -[19.369129, "o", "\r\n"] -[19.374774, "o", "diff --git a/README.md b/README.md\r\nindex 2655a7b..fc6084e 100644\r\n--- a/README.md\r\n+++ b/README.md\r\n@@ -3,7 +3,7 @@ CppUTest\r\n \r\n CppUTest unit testing and mocking framework for C/C++\r\n \r\n-[More information on the project page](http://cpputest.github.com)\r\n+[More information on the project page](http://cpputest.gitlab.com)\r\n \r\n [![Build Status](https://travis-ci.org/cpputest/cpputest.png?branch=master)](https://travis-ci.org/cpputest/cpputest)\r\n \r\n"] -[22.384674, "o", "$ "] -[22.386787, "o", "\u001b["] -[22.567127, "o", "1m"] -[22.657232, "o", "\u001b["] -[22.747389, "o", "0m"] -[22.748021, "o", "\r\n"] -[22.751362, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] +{"version": 2, "width": 229, "height": 35, "timestamp": 1781903313, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} +[0.399738, "o", "\u001b[H\u001b[2J\u001b[3J"] +[0.407383, "o", "$ "] +[1.41047, "o", "\u001b["] +[1.591447, "o", "1m"] +[1.682394, "o", "ls"] +[1.771763, "o", " -"] +[1.861926, "o", "l "] +[1.952034, "o", ".\u001b"] +[2.042246, "o", "[0"] +[2.132597, "o", "m"] +[3.13388, "o", "\r\n"] +[3.137468, "o", "total 12\r\ndrwxr-xr-x+ 3 dev dev 4096 Jun 19 21:08 cpputest\r\n-rw-rw-rw- 1 dev dev 733 Jun 19 21:08 dfetch.yaml\r\ndrwxr-xr-x+ 4 dev dev 4096 Jun 19 21:08 jsmn\r\n"] +[3.143403, "o", "$ "] +[4.146748, "o", "\u001b"] +[4.326774, "o", "[1"] +[4.416898, "o", "ml"] +[4.507049, "o", "s "] +[4.597183, "o", "-"] +[4.687286, "o", "l "] +[4.777431, "o", "cp"] +[4.867588, "o", "pu"] +[4.957885, "o", "te"] +[5.053372, "o", "s"] +[5.230139, "o", "t/"] +[5.320277, "o", "sr"] +[5.4126, "o", "c/"] +[5.502653, "o", "RE"] +[5.592721, "o", "A"] +[5.68287, "o", "DM"] +[5.772993, "o", "E."] +[5.863185, "o", "md"] +[5.953268, "o", "\u001b["] +[6.133523, "o", "0"] +[6.223838, "o", "m"] +[7.224317, "o", "\r\n"] +[7.227492, "o", "-rw-rw-rw- 1 dev dev 6777 Jun 19 21:08 cpputest/src/README.md\r\n"] +[7.232404, "o", "$ "] +[8.23556, "o", "\u001b["] +[8.415838, "o", "1m"] +[8.50598, "o", "se"] +[8.596114, "o", "d "] +[8.686273, "o", "-i"] +[8.776402, "o", " '"] +[8.866583, "o", "s/"] +[8.95673, "o", "gi"] +[9.046877, "o", "th"] +[9.136994, "o", "ub"] +[9.317255, "o", "/g"] +[9.407388, "o", "it"] +[9.497533, "o", "la"] +[9.587661, "o", "b/"] +[9.677812, "o", "g'"] +[9.768423, "o", " c"] +[9.858467, "o", "pp"] +[9.948604, "o", "ut"] +[10.038741, "o", "es"] +[10.218986, "o", "t/"] +[10.309119, "o", "sr"] +[10.399495, "o", "c/"] +[10.489423, "o", "RE"] +[10.579531, "o", "AD"] +[10.669699, "o", "ME"] +[10.759845, "o", ".m"] +[10.84998, "o", "d\u001b"] +[10.940109, "o", "[0"] +[11.120386, "o", "m"] +[12.122132, "o", "\r\n"] +[12.132517, "o", "$ "] +[13.135964, "o", "\u001b["] +[13.316215, "o", "1m"] +[13.406393, "o", "df"] +[13.49652, "o", "et"] +[13.586959, "o", "ch"] +[13.677126, "o", " d"] +[13.76729, "o", "if"] +[13.857437, "o", "f "] +[13.947639, "o", "cp"] +[14.037768, "o", "pu"] +[14.218, "o", "te"] +[14.30814, "o", "st"] +[14.398274, "o", "\u001b["] +[14.488419, "o", "0m"] +[15.489623, "o", "\r\n"] +[16.137231, "o", "\u001b[1;34mDfetch (0.14.1)\u001b[0m\r\n"] +[16.200613, "o", " \u001b[1;92mcpputest:\u001b[0m"] +[16.200726, "o", "\r\n"] +[16.202122, "o", " \u001b[1;34m> Generating patch cpputest.patch since 6ce0590ab1ccc2991933a492ef802c186fc80718 in /workspaces/dfetch/doc/generate-casts/diff\u001b[0m"] +[16.202241, "o", "\r\n"] +[16.310188, "o", "$ "] +[17.313041, "o", "\u001b["] +[17.493423, "o", "1m"] +[17.583548, "o", "ca"] +[17.673695, "o", "t "] +[17.763862, "o", "cpp"] +[17.854355, "o", "ut"] +[17.944442, "o", "es"] +[18.034586, "o", "t."] +[18.124717, "o", "pa"] +[18.214858, "o", "tch"] +[18.395104, "o", "\u001b["] +[18.48549, "o", "0m"] +[19.486776, "o", "\r\n"] +[19.490062, "o", "diff --git a/README.md b/README.md\r\nindex 2655a7b..fc6084e 100644\r\n--- a/README.md\r\n+++ b/README.md\r\n@@ -3,7 +3,7 @@ CppUTest\r\n \r\n CppUTest unit testing and mocking framework for C/C++\r\n \r\n-[More information on the project page](http://cpputest.github.com)\r\n+[More information on the project page](http://cpputest.gitlab.com)\r\n \r\n [![Build Status](https://travis-ci.org/cpputest/cpputest.png?branch=master)](https://travis-ci.org/cpputest/cpputest)\r\n \r\n"] +[22.49934, "o", "$ "] +[22.501202, "o", "\u001b["] +[22.681506, "o", "1m"] +[22.771775, "o", "\u001b["] +[22.861906, "o", "0m"] +[22.862495, "o", "\r\n"] +[22.867272, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] diff --git a/doc/asciicasts/environment.cast b/doc/asciicasts/environment.cast index 8cd7b2d6..5eff74ca 100644 --- a/doc/asciicasts/environment.cast +++ b/doc/asciicasts/environment.cast @@ -1,28 +1,30 @@ -{"version": 2, "width": 193, "height": 32, "timestamp": 1781464274, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} -[0.034645, "o", "$ "] -[1.044287, "o", "\u001b["] -[1.224708, "o", "1m"] -[1.314886, "o", "df"] -[1.404949, "o", "et"] -[1.49508, "o", "ch "] -[1.585237, "o", "en"] -[1.67602, "o", "vi"] -[1.765979, "o", "ro"] -[1.856143, "o", "nm"] -[1.946262, "o", "ent"] -[2.126519, "o", "\u001b["] -[2.217211, "o", "0m"] -[3.21866, "o", "\r\n"] -[3.756216, "o", "\u001b[1;34mDfetch (0.14.0)\u001b[0m\r\n"] -[3.757855, "o", " \u001b[1;92mdfetch :\u001b[0m\u001b[1;34m 0.14.0\u001b[0m\r\n"] -[3.805609, "o", " \u001b[1;92mplatform :\u001b[0m\u001b[1;34m Linux 6.8.0-1052-azure\u001b[0m"] -[3.806295, "o", "\r\n"] -[3.811409, "o", " \u001b[1;92mgit :\u001b[0m\u001b[1;34m 2.52.0\u001b[0m\r\n"] -[3.831947, "o", " \u001b[1;92msvn :\u001b[0m\u001b[1;34m 1.14.5 (r1922182)\u001b[0m"] -[3.832081, "o", "\r\n"] -[6.912885, "o", "$ "] -[6.915108, "o", "\u001b["] -[7.095418, "o", "1m"] -[7.185554, "o", "\u001b["] -[7.27604, "o", "0m"] -[7.276269, "o", "\r\n"] +{"version": 2, "width": 229, "height": 35, "timestamp": 1781903197, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} +[0.022186, "o", "$ "] +[1.02614, "o", "\u001b["] +[1.206596, "o", "1m"] +[1.296721, "o", "df"] +[1.38686, "o", "et"] +[1.477039, "o", "ch"] +[1.567116, "o", " e"] +[1.657318, "o", "nv"] +[1.747445, "o", "ir"] +[1.837573, "o", "on"] +[1.9278, "o", "me"] +[2.108037, "o", "nt\u001b"] +[2.198183, "o", "[0"] +[2.28848, "o", "m"] +[3.289735, "o", "\r\n"] +[3.920161, "o", "\u001b[1;34mDfetch (0.14.1)\u001b[0m\r\n"] +[3.921048, "o", " \u001b[1;92mdfetch :\u001b[0m\u001b[1;34m 0.14.1\u001b[0m\r\n"] +[5.123278, "o", " \u001b[1;92mplatform :\u001b[0m\u001b[1;34m Linux 6.8.0-1052-azure\u001b[0m\r\n"] +[5.12636, "o", " \u001b[1;92mgit :\u001b[0m\u001b[1;34m 2.52.0\u001b[0m"] +[5.126467, "o", "\r\n"] +[5.340361, "o", " \u001b[1;92msvn :\u001b[0m\u001b[1;34m 1.14.5 (r1922182)\u001b[0m"] +[5.341278, "o", "\r\n"] +[8.41732, "o", "$ "] +[8.419219, "o", "\u001b"] +[8.600569, "o", "[1"] +[8.690704, "o", "m\u001b"] +[8.781821, "o", "[0"] +[8.871304, "o", "m"] +[8.871784, "o", "\r\n"] diff --git a/doc/asciicasts/format-patch.cast b/doc/asciicasts/format-patch.cast index fb4ed1fb..14a958d1 100644 --- a/doc/asciicasts/format-patch.cast +++ b/doc/asciicasts/format-patch.cast @@ -1,131 +1,119 @@ -{"version": 2, "width": 193, "height": 32, "timestamp": 1781464455, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} -[1.73666, "o", "\u001b[H\u001b[2J\u001b[3J"] -[1.743325, "o", "$ "] -[2.745229, "o", "\u001b"] -[2.925541, "o", "[1"] -[3.015717, "o", "ml"] -[3.105855, "o", "s "] -[3.196041, "o", "-l"] -[3.286428, "o", " ."] -[3.376595, "o", "\u001b["] -[3.467077, "o", "0m"] -[4.469816, "o", "\r\n"] -[4.474045, "o", "total 16\r\n"] -[4.474185, "o", "drwxr-xr-x+ 3 dev dev 4096 Apr 12 09:24 cpputest\r\n-rw-rw-rw- 1 dev dev 229 Jun 14 19:14 dfetch.yaml\r\ndrwxr-xr-x+ 4 dev dev 4096 Jun 14 19:14 jsmn\r\ndrwxrwxrwx+ 2 dev dev 4096 Jun 14 19:14 patches\r\n"] -[4.48151, "o", "$ "] -[5.485273, "o", "\u001b["] -[5.665421, "o", "1m"] -[5.755574, "o", "ca"] -[5.84576, "o", "t "] -[5.936027, "o", "df"] -[6.026107, "o", "et"] -[6.116195, "o", "ch"] -[6.206373, "o", ".y"] -[6.29644, "o", "am"] -[6.386631, "o", "l\u001b"] -[6.566864, "o", "[0"] -[6.657302, "o", "m"] -[7.658692, "o", "\r\n"] -[7.661931, "o", "manifest:\r\n version: 0.0\r\n\r\n remotes:\r\n - name: github\r\n url-base: https://github.com/\r\n\r\n projects:\r\n - name: cpputest\r\n dst: cpputest/src/\r\n repo-path: cpputest/cpputest.git\r\n tag: v3.4\r\n patch: patches/cpputest.patch\r\n\r\n"] -[7.668363, "o", "$ "] -[8.672068, "o", "\u001b"] -[8.851445, "o", "[1"] -[8.941605, "o", "mc"] -[9.031712, "o", "at"] -[9.121893, "o", " "] -[9.212048, "o", "pa"] -[9.302218, "o", "tc"] -[9.392392, "o", "he"] -[9.482501, "o", "s/"] -[9.572653, "o", "c"] -[9.752919, "o", "pp"] -[9.84306, "o", "ut"] -[9.933206, "o", "es"] -[10.023367, "o", "t."] -[10.113541, "o", "p"] -[10.203679, "o", "at"] -[10.293842, "o", "ch"] -[10.383961, "o", "\u001b["] -[10.474151, "o", "0m"] -[11.475927, "o", "\r\n"] -[11.4795, "o", "diff --git a/README.md b/README.md\r\nindex 2655a7b..fc6084e 100644\r\n--- a/README.md\r\n+++ b/README.md\r\n"] -[11.479712, "o", "@@ -3,7 +3,7 @@ CppUTest\r\n \r\n CppUTest unit testing and mocking framework for C/C++\r\n \r\n-[More information on the project page](http://cpputest.github.com)\r\n+[More information on the project page](http://cpputest.gitlab.com)\r\n \r\n [![Build Status](https://travis-ci.org/cpputest/cpputest.png?branch=master)](https://travis-ci.org/cpputest/cpputest)\r\n \r\n"] -[11.485728, "o", "$ "] -[12.489082, "o", "\u001b"] -[12.669371, "o", "[1"] -[12.759541, "o", "md"] -[12.849677, "o", "fe"] -[12.939813, "o", "tc"] -[13.029959, "o", "h "] -[13.120107, "o", "fo"] -[13.210471, "o", "rm"] -[13.3006, "o", "at"] -[13.390741, "o", "-p"] -[13.571008, "o", "a"] -[13.661165, "o", "tc"] -[13.751324, "o", "h "] -[13.84143, "o", "cp"] -[13.931581, "o", "pu"] -[14.021808, "o", "te"] -[14.111944, "o", "st"] -[14.205311, "o", " -"] -[14.292222, "o", "-o"] -[14.472435, "o", "ut"] -[14.562568, "o", "p"] -[14.652703, "o", "ut"] -[14.742869, "o", "-d"] -[14.833001, "o", "ir"] -[14.92315, "o", "ec"] -[15.013322, "o", "to"] -[15.103442, "o", "ry"] -[15.193591, "o", " f"] -[15.373782, "o", "or"] -[15.463913, "o", "ma"] -[15.554066, "o", "t"] -[15.644214, "o", "te"] -[15.73548, "o", "d-"] -[15.825621, "o", "pa"] -[15.916387, "o", "tc"] -[16.00673, "o", "he"] -[16.096698, "o", "s\u001b"] -[16.277076, "o", "[0"] -[16.367209, "o", "m"] -[17.368809, "o", "\r\n"] -[18.077313, "o", "\u001b[1;34mDfetch (0.14.0)\u001b[0m\r\n"] -[18.106007, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n"] -[18.106619, "o", " \u001b[1;34m> formatted patch written to formatted-patches/cpputest.patch\u001b[0m\r\n"] -[18.194821, "o", "$ "] -[19.198924, "o", "\u001b"] -[19.379209, "o", "[1"] -[19.469353, "o", "mc"] -[19.559483, "o", "at"] -[19.649621, "o", " "] -[19.739772, "o", "fo"] -[19.829922, "o", "rm"] -[19.920078, "o", "at"] -[20.010211, "o", "te"] -[20.100376, "o", "d"] -[20.280619, "o", "-p"] -[20.370745, "o", "at"] -[20.460924, "o", "ch"] -[20.551059, "o", "es"] -[20.641183, "o", "/"] -[20.731408, "o", "cp"] -[20.821672, "o", "pu"] -[20.912382, "o", "te"] -[21.00346, "o", "st"] -[21.183679, "o", "."] -[21.274014, "o", "pa"] -[21.364148, "o", "tc"] -[21.454311, "o", "h\u001b"] -[21.544438, "o", "[0"] -[21.634596, "o", "m"] -[22.636424, "o", "\r\n"] -[22.639617, "o", "From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001\r\nFrom: John Doe \r\nDate: Sun, 14 Jun 2026 19:14:34 +0000\r\nSubject: [PATCH] Patch for cpputest\r\n\r\nPatch for cpputest\r\n\r\ndiff --git a/README.md b/README.md\r\nindex 2655a7b..fc6084e 100644\r\n--- a/README.md\r\n+++ b/README.md\r\n@@ -3,7 +3,7 @@\r\n \r\n CppUTest unit testing and mocking framework for C/C++\r\n \r\n-[More information on the project page](http://cpputest.github.com)\r\n+[More information on the project page](http://cpputest.gitlab.com)\r\n \r\n [![Build Status](https://travis-ci.org/cpputest/cpputest.png?branch=master)](https://travis-ci.org/cpputest/cpputest)\r\n \r\n"] -[25.647232, "o", "$ "] -[25.649097, "o", "\u001b["] -[25.829409, "o", "1m"] -[25.919572, "o", "\u001b["] -[26.010199, "o", "0m\r\n"] -[26.016579, "o", "/workspaces/dfetch/doc/generate-casts"] -[26.016973, "o", "\r\n"] +{"version": 2, "width": 229, "height": 35, "timestamp": 1781903382, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} +[1.290771, "o", "\u001b[H\u001b[2J\u001b[3J"] +[1.295917, "o", "$ "] +[2.299067, "o", "\u001b["] +[2.486216, "o", "1m"] +[2.574817, "o", "ls"] +[2.66497, "o", " -"] +[2.75511, "o", "l "] +[2.845221, "o", ".\u001b"] +[2.935365, "o", "[0"] +[3.025613, "o", "m"] +[4.02693, "o", "\r\n"] +[4.03076, "o", "total 16\r\n"] +[4.030955, "o", "drwxr-xr-x+ 3 dev dev 4096 Jun 19 21:09 cpputest\r\n-rw-rw-rw- 1 dev dev 229 Jun 19 21:09 dfetch.yaml\r\ndrwxr-xr-x+ 4 dev dev 4096 Jun 19 21:09 jsmn\r\ndrwxrwxrwx+ 2 dev dev 4096 Jun 19 21:09 patches\r\n"] +[4.037186, "o", "$ "] +[5.040168, "o", "\u001b["] +[5.221081, "o", "1m"] +[5.310678, "o", "ca"] +[5.400792, "o", "t "] +[5.490942, "o", "dfe"] +[5.581609, "o", "tc"] +[5.671212, "o", "h."] +[5.761366, "o", "ya"] +[5.851576, "o", "ml"] +[5.941642, "o", "\u001b[0"] +[6.121878, "o", "m"] +[7.123615, "o", "\r\n"] +[7.126715, "o", "manifest:\r\n version: 0.0\r\n\r\n remotes:\r\n - name: github\r\n url-base: https://github.com/\r\n\r\n projects:\r\n - name: cpputest\r\n dst: cpputest/src/\r\n repo-path: cpputest/cpputest.git\r\n tag: v3.4\r\n patch: patches/cpputest.patch\r\n\r\n"] +[7.133126, "o", "$ "] +[8.136746, "o", "\u001b["] +[8.316938, "o", "1m"] +[8.407063, "o", "ca"] +[8.497189, "o", "t "] +[8.587328, "o", "pat"] +[8.677642, "o", "ch"] +[8.767778, "o", "es"] +[8.858672, "o", "/c"] +[8.948818, "o", "pp"] +[9.038952, "o", "ute"] +[9.219185, "o", "st"] +[9.309325, "o", ".p"] +[9.399457, "o", "at"] +[9.489611, "o", "ch"] +[9.579762, "o", "\u001b[0"] +[9.670431, "o", "m"] +[10.670703, "o", "\r\n"] +[10.675316, "o", "diff --git a/README.md b/README.md\r\nindex 2655a7b..fc6084e 100644\r\n--- a/README.md\r\n+++ b/README.md\r\n@@ -3,7 +3,7 @@ CppUTest\r\n \r\n CppUTest unit testing and mocking framework for C/C++\r\n \r\n-[More information on the project page](http://cpputest.github.com)\r\n+[More information on the project page](http://cpputest.gitlab.com)\r\n \r\n [![Build Status](https://travis-ci.org/cpputest/cpputest.png?branch=master)](https://travis-ci.org/cpputest/cpputest)\r\n \r\n"] +[10.684054, "o", "$ "] +[11.686467, "o", "\u001b["] +[11.86667, "o", "1m"] +[11.956808, "o", "df"] +[12.04696, "o", "et"] +[12.137069, "o", "ch "] +[12.228613, "o", "fo"] +[12.317414, "o", "rm"] +[12.407522, "o", "at"] +[12.497668, "o", "-p"] +[12.587807, "o", "atc"] +[12.768062, "o", "h "] +[12.858199, "o", "cp"] +[12.948333, "o", "pu"] +[13.038469, "o", "te"] +[13.128642, "o", "st "] +[13.218783, "o", "--"] +[13.308885, "o", "ou"] +[13.399011, "o", "tp"] +[13.489185, "o", "ut"] +[13.669463, "o", "-di"] +[13.759632, "o", "re"] +[13.849767, "o", "ct"] +[13.939901, "o", "or"] +[14.030018, "o", "y "] +[14.120377, "o", "for"] +[14.210584, "o", "ma"] +[14.30071, "o", "tt"] +[14.390844, "o", "ed"] +[14.571124, "o", "-p"] +[14.661265, "o", "atc"] +[14.751395, "o", "he"] +[14.84155, "o", "s\u001b"] +[14.931622, "o", "[0"] +[15.021776, "o", "m"] +[16.023371, "o", "\r\n"] +[16.584177, "o", "\u001b[1;34mDfetch (0.14.1)\u001b[0m\r\n"] +[16.612738, "o", " \u001b[1;92mcpputest:\u001b[0m"] +[16.612904, "o", "\r\n"] +[16.613688, "o", " \u001b[1;34m> formatted patch written to formatted-patches/cpputest.patch\u001b[0m"] +[16.613797, "o", "\r\n"] +[16.703107, "o", "$ "] +[17.706564, "o", "\u001b["] +[17.886816, "o", "1m"] +[17.976982, "o", "ca"] +[18.067137, "o", "t "] +[18.157403, "o", "fo"] +[18.247502, "o", "rm"] +[18.33765, "o", "at"] +[18.427764, "o", "te"] +[18.5181, "o", "d-"] +[18.608229, "o", "pa"] +[18.788581, "o", "tch"] +[18.878702, "o", "es"] +[18.968848, "o", "/c"] +[19.058997, "o", "pp"] +[19.149152, "o", "ut"] +[19.239288, "o", "es"] +[19.329407, "o", "t."] +[19.41952, "o", "pa"] +[19.509666, "o", "tc"] +[19.68995, "o", "h\u001b"] +[19.780063, "o", "[0m"] +[20.781677, "o", "\r\n"] +[20.784833, "o", "From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001\r\nFrom: John Doe \r\nDate: Fri, 19 Jun 2026 21:09:58 +0000\r\nSubject: [PATCH] Patch for cpputest\r\n\r\nPatch for cpputest\r\n\r\ndiff --git a/README.md b/README.md\r\nindex 2655a7b..fc6084e 100644\r\n--- a/README.md\r\n+++ b/README.md\r\n@@ -3,7 +3,7 @@\r\n \r\n CppUTest unit testing and mocking framework for C/C++\r\n \r\n-[More information on the project page](http://cpputest.github.com)\r\n+[More information on the project page](http://cpputest.gitlab.com)\r\n \r\n [![Build Status](https://travis-ci.org/cpputest/cpputest.png?branch=master)](https://travis-ci.org/cpputest/cpputest)\r\n \r\n"] +[23.792912, "o", "$ "] +[23.794812, "o", "\u001b["] +[23.975117, "o", "1m"] +[24.06527, "o", "\u001b["] +[24.155406, "o", "0m"] +[24.15587, "o", "\r\n"] +[24.160097, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] diff --git a/doc/asciicasts/freeze.cast b/doc/asciicasts/freeze.cast index 33f0fdd2..4aea0818 100644 --- a/doc/asciicasts/freeze.cast +++ b/doc/asciicasts/freeze.cast @@ -1,72 +1,72 @@ -{"version": 2, "width": 193, "height": 32, "timestamp": 1781464372, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} -[0.057289, "o", "\u001b[H\u001b[2J\u001b[3J"] -[0.063427, "o", "$ "] -[1.067258, "o", "\u001b"] -[1.247848, "o", "[1"] -[1.33802, "o", "mc"] -[1.42813, "o", "at"] -[1.518295, "o", " "] -[1.608415, "o", "df"] -[1.698601, "o", "et"] -[1.788728, "o", "ch"] -[1.880533, "o", ".y"] -[1.969135, "o", "a"] -[2.14941, "o", "ml"] -[2.240132, "o", "\u001b["] -[2.329979, "o", "0m"] -[3.331296, "o", "\r\n"] -[3.33512, "o", "manifest:\r\n version: 0.0 # DFetch Module syntax version\r\n\r\n remotes: # declare common sources in one place\r\n - name: github\r\n url-base: https://github.com/\r\n\r\n projects:\r\n - name: cpputest\r\n dst: cpputest/src/ # Destination of this project (relative to this file)\r\n repo-path: cpputest/cpputest.git # Use default github remote\r\n tag: v3.4 # tag\r\n\r\n - name: jsmn # without destination, defaults to project name\r\n repo-path: zserge/jsmn.git # only repo-path is enough\r\n"] -[3.347271, "o", "$ "] -[4.354565, "o", "\u001b"] -[4.534921, "o", "[1"] -[4.625048, "o", "md"] -[4.715209, "o", "fe"] -[4.805341, "o", "t"] -[4.895494, "o", "ch"] -[4.985614, "o", " f"] -[5.075682, "o", "re"] -[5.165806, "o", "ez"] -[5.255941, "o", "e"] -[5.436303, "o", "\u001b["] -[5.526418, "o", "0m"] -[6.52821, "o", "\r\n"] -[7.10562, "o", "\u001b[1;34mDfetch (0.14.0)\u001b[0m\r\n"] -[7.126432, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n"] -[7.127096, "o", " \u001b[1;34m> Already pinned in manifest on version v3.4\u001b[0m\r\n"] -[7.129114, "o", " \u001b[1;92mjsmn:\u001b[0m\r\n"] -[7.129633, "o", " \u001b[1;34m> Frozen on version 25647e692c7906b96ffd2b05ca54c097948e879c\u001b[0m\r\n"] -[7.132336, "o", "Updated manifest (/workspaces/dfetch/doc/generate-casts/freeze/dfetch.yaml) in /workspaces/dfetch/doc/generate-casts/freeze\r\n"] -[7.2373, "o", "$ "] -[8.240022, "o", "\u001b["] -[8.420314, "o", "1m"] -[8.510454, "o", "ca"] -[8.600571, "o", "t "] -[8.69071, "o", "df"] -[8.780956, "o", "et"] -[8.871007, "o", "ch"] -[8.961155, "o", ".y"] -[9.05132, "o", "am"] -[9.14148, "o", "l\u001b"] -[9.321749, "o", "[0"] -[9.411871, "o", "m"] -[10.413503, "o", "\r\n"] -[10.41679, "o", "manifest:\r\n version: '0.0' # DFetch Module syntax version\r\n\r\n remotes: # declare common sources in one place\r\n - name: github\r\n url-base: https://github.com/\r\n\r\n projects:\r\n - name: cpputest\r\n dst: cpputest/src/ # Destination of this project (relative to this file)\r\n repo-path: cpputest/cpputest.git # Use default github remote\r\n tag: v3.4 # tag\r\n\r\n - name: jsmn # without destination, defaults to project name\r\n branch: master\r\n revision: 25647e692c7906b96ffd2b05ca54c097948e879c\r\n repo-path: zserge/jsmn.git # only repo-path is enough\r\n"] -[10.423742, "o", "$ "] -[11.426899, "o", "\u001b["] -[11.607162, "o", "1m"] -[11.699556, "o", "ls"] -[11.789704, "o", " -"] -[11.879848, "o", "l "] -[11.969987, "o", ".\u001b"] -[12.060181, "o", "[0"] -[12.150682, "o", "m"] -[13.154011, "o", "\r\n"] -[13.157872, "o", "total 12\r\n"] -[13.158007, "o", "drwxr-xr-x+ 3 dev dev 4096 Apr 12 09:24 cpputest\r\n-rw-rw-rw- 1 dev dev 807 Jun 14 19:12 dfetch.yaml\r\ndrwxr-xr-x+ 4 dev dev 4096 Jun 14 19:12 jsmn\r\n"] -[16.166739, "o", "$ "] -[16.168793, "o", "\u001b["] -[16.349156, "o", "1m"] -[16.439311, "o", "\u001b["] -[16.529452, "o", "0m"] -[16.530083, "o", "\r\n"] -[16.53311, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] +{"version": 2, "width": 229, "height": 35, "timestamp": 1781903296, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} +[0.04865, "o", "\u001b[H\u001b[2J\u001b[3J"] +[0.056077, "o", "$ "] +[1.059172, "o", "\u001b["] +[1.239452, "o", "1m"] +[1.330632, "o", "ca"] +[1.420613, "o", "t "] +[1.510767, "o", "dfe"] +[1.600892, "o", "tc"] +[1.691038, "o", "h."] +[1.781145, "o", "ya"] +[1.871395, "o", "ml"] +[1.961487, "o", "\u001b[0"] +[2.141729, "o", "m"] +[3.143441, "o", "\r\n"] +[3.146849, "o", "manifest:\r\n version: 0.0 # DFetch Module syntax version\r\n\r\n remotes: # declare common sources in one place\r\n - name: github\r\n url-base: https://github.com/\r\n\r\n projects:\r\n - name: cpputest\r\n dst: cpputest/src/ # Destination of this project (relative to this file)\r\n repo-path: cpputest/cpputest.git # Use default github remote\r\n tag: v3.4 # tag\r\n\r\n - name: jsmn # without destination, defaults to project name\r\n repo-path: zserge/jsmn.git # only repo-path is enough\r\n"] +[3.151779, "o", "$ "] +[4.154828, "o", "\u001b"] +[4.335579, "o", "[1"] +[4.425746, "o", "md"] +[4.515864, "o", "fe"] +[4.606239, "o", "t"] +[4.696356, "o", "ch"] +[4.78646, "o", " f"] +[4.876596, "o", "re"] +[4.966747, "o", "ez"] +[5.056892, "o", "e"] +[5.237139, "o", "\u001b["] +[5.327269, "o", "0m"] +[6.328861, "o", "\r\n"] +[6.927817, "o", "\u001b[1;34mDfetch (0.14.1)\u001b[0m\r\n"] +[6.947759, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n"] +[6.948325, "o", " \u001b[1;34m> Already pinned in manifest on version v3.4\u001b[0m\r\n"] +[6.950371, "o", " \u001b[1;92mjsmn:\u001b[0m\r\n"] +[6.950864, "o", " \u001b[1;34m> Frozen on version 25647e692c7906b96ffd2b05ca54c097948e879c\u001b[0m\r\n"] +[6.955366, "o", "Updated manifest (/workspaces/dfetch/doc/generate-casts/freeze/dfetch.yaml) in /workspaces/dfetch/doc/generate-casts/freeze"] +[6.955415, "o", "\r\n"] +[7.056742, "o", "$ "] +[8.060115, "o", "\u001b"] +[8.240386, "o", "[1"] +[8.330467, "o", "mc"] +[8.420621, "o", "at"] +[8.510748, "o", " "] +[8.600879, "o", "df"] +[8.691033, "o", "et"] +[8.781182, "o", "ch"] +[8.871326, "o", ".y"] +[8.961476, "o", "a"] +[9.141714, "o", "ml"] +[9.231851, "o", "\u001b["] +[9.322189, "o", "0m"] +[10.323477, "o", "\r\n"] +[10.327008, "o", "manifest:\r\n version: '0.0' # DFetch Module syntax version\r\n\r\n remotes: # declare common sources in one place\r\n - name: github\r\n url-base: https://github.com/\r\n\r\n projects:\r\n - name: cpputest\r\n dst: cpputest/src/ # Destination of this project (relative to this file)\r\n repo-path: cpputest/cpputest.git # Use default github remote\r\n tag: v3.4 # tag\r\n\r\n - name: jsmn # without destination, defaults to project name\r\n branch: master\r\n revision: 25647e692c7906b96ffd2b05ca54c097948e879c\r\n repo-path: zserge/jsmn.git # only repo-path is enough\r\n"] +[10.332465, "o", "$ "] +[11.335664, "o", "\u001b["] +[11.515918, "o", "1m"] +[11.607127, "o", "ls"] +[11.697472, "o", " -"] +[11.787592, "o", "l "] +[11.877778, "o", ".\u001b"] +[11.967944, "o", "[0"] +[12.058072, "o", "m"] +[13.059783, "o", "\r\n"] +[13.064937, "o", "total 12"] +[13.065325, "o", "\r\ndrwxr-xr-x+ 3 dev dev 4096 Jun 19 21:08 cpputest\r\n-rw-rw-rw- 1 dev dev 807 Jun 19 21:08 dfetch.yaml\r\ndrwxr-xr-x+ 4 dev dev 4096 Jun 19 21:08 jsmn\r\n"] +[16.077788, "o", "$ "] +[16.079957, "o", "\u001b["] +[16.260469, "o", "1m"] +[16.350607, "o", "\u001b["] +[16.440746, "o", "0m"] +[16.4412, "o", "\r\n"] +[16.444805, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] diff --git a/doc/asciicasts/import.cast b/doc/asciicasts/import.cast index cc786291..08dd09c7 100644 --- a/doc/asciicasts/import.cast +++ b/doc/asciicasts/import.cast @@ -1,64 +1,64 @@ -{"version": 2, "width": 193, "height": 32, "timestamp": 1781464487, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} -[0.02001, "o", "$ "] -[1.023322, "o", "\u001b["] -[1.203894, "o", "1m"] -[1.294056, "o", "ls"] -[1.384202, "o", " -"] -[1.475, "o", "l\u001b["] -[1.56449, "o", "0m"] -[2.568387, "o", "\r\n"] -[2.572572, "o", "total 580\r\n-rw-rw-rw- 1 dev dev 1137 Jun 14 19:14 CMakeLists.txt\r\n-rw-rw-rw- 1 dev dev 35147 Jun 14 19:14 LICENSE\r\n-rw-rw-rw- 1 dev dev 1796 Jun 14 19:14 README.md\r\n-rw-rw-rw- 1 dev dev 1381 Jun 14 19:14 appveyor.yml\r\n-rwxrwxrwx 1 dev dev 229 Jun 14 19:14 create_doc.sh\r\ndrwxrwxrwx+ 2 dev dev 4096 Jun 14 19:14 data\r\ndrwxrwxrwx+ 4 dev dev 4096 Jun 14 19:14 doc\r\ndrwxrwxrwx+ 4 dev dev 4096 Jun 14 19:14 docs\r\ndrwxrwxrwx+ 2 dev dev 4096 Jun 14 19:14 installer\r\ndrwxrwxrwx+ 4 dev dev 4096 Jun 14 19:14 libraries\r\n-rw-rw-rw- 1 dev dev 505101 Jun 14 19:14 modbusscope_demo.gif\r\ndrwxrwxrwx+ 5 dev dev 4096 Jun 14 19:14 resources\r\ndrwxrwxrwx+ 9 dev dev 4096 Jun 14 19:14 src\r\ndrwxrwxrwx+ 9 dev dev 4096 Jun 14 19:14 tests\r\n"] -[2.592171, "o", "$ "] -[3.595266, "o", "\u001b"] -[3.776637, "o", "[1"] -[3.868116, "o", "mc"] -[3.956864, "o", "at"] -[4.047042, "o", " ."] -[4.137201, "o", "gi"] -[4.227334, "o", "tm"] -[4.317482, "o", "od"] -[4.407629, "o", "ul"] -[4.499021, "o", "es"] -[4.679253, "o", "\u001b"] -[4.769393, "o", "[0"] -[4.860166, "o", "m"] -[5.866208, "o", "\r\n"] -[5.869934, "o", "[submodule \"tests/googletest\"]\r\n\tpath = tests/googletest\r\n\turl = https://github.com/google/googletest.git\r\n[submodule \"libraries/muparser\"]\r\n\tpath = libraries/muparser\r\n\turl = https://github.com/beltoforion/muparser.git\r\n"] -[5.883744, "o", "$ "] -[6.888979, "o", "\u001b"] -[7.068188, "o", "[1"] -[7.15834, "o", "md"] -[7.248481, "o", "fe"] -[7.339276, "o", "tc"] -[7.428752, "o", "h "] -[7.518906, "o", "im"] -[7.609068, "o", "po"] -[7.69922, "o", "rt"] -[7.789443, "o", "\u001b["] -[7.969695, "o", "0"] -[8.060561, "o", "m"] -[9.064177, "o", "\r\n"] -[9.683551, "o", "\u001b[1;34mDfetch (0.14.0)\u001b[0m\r\n"] -[10.375985, "o", "Found libraries/muparser\r\nFound tests/googletest\r\n"] -[10.391125, "o", "Created manifest (dfetch.yaml) in /workspaces/dfetch/doc/generate-casts/ModbusScope\r\n"] -[10.468426, "o", "$ "] -[11.473152, "o", "\u001b["] -[11.65308, "o", "1m"] -[11.743223, "o", "ca"] -[11.83338, "o", "t "] -[11.923509, "o", "df"] -[12.013685, "o", "et"] -[12.103844, "o", "ch"] -[12.194001, "o", ".y"] -[12.284155, "o", "am"] -[12.374301, "o", "l\u001b"] -[12.554551, "o", "[0"] -[12.645037, "o", "m"] -[13.646465, "o", "\r\n"] -[13.650298, "o", "manifest:\r\n version: '0.0'\r\n\r\n remotes:\r\n - name: github-com-google\r\n url-base: https://github.com/google\r\n\r\n - name: github-com-beltoforion\r\n url-base: https://github.com/beltoforion\r\n\r\n projects:\r\n - name: libraries/muparser\r\n revision: 207d5b77c05c9111ff51ab91082701221220c477\r\n remote: github-com-beltoforion\r\n tag: v2.3.2\r\n repo-path: muparser.git\r\n\r\n - name: tests/googletest\r\n revision: dcc92d0ab6c4ce022162a23566d44f673251eee4\r\n remote: github-com-google\r\n repo-path: googletest.git\r\n"] -[16.660089, "o", "$ "] -[16.661878, "o", "\u001b["] -[16.842163, "o", "1m"] -[16.932321, "o", "\u001b["] -[17.022463, "o", "0m"] -[17.023212, "o", "\r\n"] +{"version": 2, "width": 229, "height": 35, "timestamp": 1781903411, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} +[0.080509, "o", "$ "] +[1.084147, "o", "\u001b["] +[1.264442, "o", "1m"] +[1.354557, "o", "ls"] +[1.444943, "o", " -"] +[1.535038, "o", "l\u001b"] +[1.625195, "o", "[0"] +[1.715297, "o", "m"] +[2.716328, "o", "\r\n"] +[2.719953, "o", "total 580\r\n"] +[2.72002, "o", "-rw-rw-rw- 1 dev dev 1137 Jun 19 21:10 CMakeLists.txt\r\n-rw-rw-rw- 1 dev dev 35147 Jun 19 21:10 LICENSE\r\n-rw-rw-rw- 1 dev dev 1796 Jun 19 21:10 README.md\r\n-rw-rw-rw- 1 dev dev 1381 Jun 19 21:10 appveyor.yml\r\n-rwxrwxrwx 1 dev dev 229 Jun 19 21:10 create_doc.sh\r\ndrwxrwxrwx+ 2 dev dev 4096 Jun 19 21:10 data\r\ndrwxrwxrwx+ 4 dev dev 4096 Jun 19 21:10 doc\r\ndrwxrwxrwx+ 4 dev dev 4096 Jun 19 21:10 docs\r\ndrwxrwxrwx+ 2 dev dev 4096 Jun 19 21:10 installer\r\ndrwxrwxrwx+ 4 dev dev 4096 Jun 19 21:10 libraries\r\n-rw-rw-rw- 1 dev dev 505101 Jun 19 21:10 modbusscope_demo.gif\r\ndrwxrwxrwx+ 5 dev dev 4096 Jun 19 21:10 resources\r\ndrwxrwxrwx+ 9 dev dev 4096 Jun 19 21:10 src\r\ndrwxrwxrwx+ 9 dev dev 4096 Jun 19 21:10 tests\r\n"] +[2.728061, "o", "$ "] +[3.730617, "o", "\u001b["] +[3.911457, "o", "1m"] +[4.002416, "o", "ca"] +[4.092354, "o", "t "] +[4.182515, "o", ".g"] +[4.272644, "o", "it"] +[4.362781, "o", "mo"] +[4.45293, "o", "du"] +[4.543055, "o", "le"] +[4.633173, "o", "s\u001b"] +[4.813661, "o", "[0m"] +[5.814932, "o", "\r\n"] +[5.818002, "o", "[submodule \"tests/googletest\"]\r\n\tpath = tests/googletest\r\n\turl = https://github.com/google/googletest.git\r\n[submodule \"libraries/muparser\"]\r\n\tpath = libraries/muparser\r\n\turl = https://github.com/beltoforion/muparser.git\r\n"] +[5.823786, "o", "$ "] +[6.826812, "o", "\u001b["] +[7.007085, "o", "1m"] +[7.09723, "o", "df"] +[7.187368, "o", "et"] +[7.277504, "o", "ch"] +[7.367632, "o", " i"] +[7.45777, "o", "mp"] +[7.548273, "o", "or"] +[7.638239, "o", "t\u001b"] +[7.729253, "o", "[0"] +[7.909418, "o", "m"] +[8.91226, "o", "\r\n"] +[9.533374, "o", "\u001b[1;34mDfetch (0.14.1)\u001b[0m\r\n"] +[10.271815, "o", "Found libraries/muparser\r\n"] +[10.272462, "o", "Found tests/googletest\r\n"] +[10.293125, "o", "Created manifest (dfetch.yaml) in /workspaces/dfetch/doc/generate-casts/ModbusScope\r\n"] +[10.401122, "o", "$ "] +[11.404468, "o", "\u001b["] +[11.584769, "o", "1m"] +[11.674937, "o", "ca"] +[11.765388, "o", "t "] +[11.855507, "o", "df"] +[11.945633, "o", "et"] +[12.035773, "o", "ch"] +[12.125917, "o", ".y"] +[12.216034, "o", "am"] +[12.307293, "o", "l\u001b"] +[12.486813, "o", "[0m"] +[13.48748, "o", "\r\n"] +[13.49126, "o", "manifest:"] +[13.491582, "o", "\r\n version: '0.0'\r\n\r\n remotes:\r\n - name: github-com-google\r\n url-base: https://github.com/google\r\n\r\n - name: github-com-beltoforion\r\n url-base: https://github.com/beltoforion\r\n\r\n projects:\r\n - name: libraries/muparser\r\n revision: 207d5b77c05c9111ff51ab91082701221220c477\r\n remote: github-com-beltoforion\r\n tag: v2.3.2\r\n repo-path: muparser.git\r\n\r\n - name: tests/googletest\r\n revision: dcc92d0ab6c4ce022162a23566d44f673251eee4\r\n remote: github-com-google\r\n repo-path: googletest.git\r\n"] +[16.499629, "o", "$ "] +[16.501716, "o", "\u001b["] +[16.682061, "o", "1m"] +[16.772231, "o", "\u001b["] +[16.862356, "o", "0m"] +[16.862912, "o", "\r\n"] diff --git a/doc/asciicasts/init.cast b/doc/asciicasts/init.cast index 1c04c8de..19a098d5 100644 --- a/doc/asciicasts/init.cast +++ b/doc/asciicasts/init.cast @@ -1,60 +1,58 @@ -{"version": 2, "width": 193, "height": 32, "timestamp": 1781464216, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} -[0.01638, "o", "\u001b[H\u001b[2J\u001b[3J"] -[0.022577, "o", "$ "] -[1.026332, "o", "\u001b"] -[1.206599, "o", "[1"] -[1.296753, "o", "ml"] -[1.386921, "o", "s "] -[1.477081, "o", "-l"] -[1.567189, "o", "\u001b["] -[1.657332, "o", "0m"] -[2.659124, "o", "\r\n"] -[2.662855, "o", "total 0\r\n"] -[2.669483, "o", "$ "] -[3.67188, "o", "\u001b"] -[3.852387, "o", "[1"] -[3.942495, "o", "md"] -[4.032623, "o", "fe"] -[4.122778, "o", "tc"] -[4.212911, "o", "h "] -[4.303058, "o", "in"] -[4.393193, "o", "it"] -[4.483417, "o", "\u001b["] -[4.573431, "o", "0m"] -[5.575253, "o", "\r\n"] -[6.145047, "o", "\u001b[1;34mDfetch (0.14.0)\u001b[0m\r\n"] -[6.146147, "o", "Created dfetch.yaml\r\n"] -[6.21907, "o", "$ "] -[7.223109, "o", "\u001b["] -[7.402972, "o", "1m"] -[7.493128, "o", "ls"] -[7.583265, "o", " -"] -[7.673423, "o", "l\u001b"] -[7.763558, "o", "[0"] -[7.853704, "o", "m"] -[8.856916, "o", "\r\n"] -[8.870785, "o", "total 4"] -[8.872223, "o", "\r\n-rw-rw-rw- 1 dev dev 733 Jun 14 19:10 dfetch.yaml\r\n"] -[8.900004, "o", "$ "] -[9.905981, "o", "\u001b["] -[10.08803, "o", "1m"] -[10.178201, "o", "ca"] -[10.26834, "o", "t "] -[10.358475, "o", "df"] -[10.448633, "o", "et"] -[10.538814, "o", "ch"] -[10.628957, "o", ".y"] -[10.719092, "o", "am"] -[10.809196, "o", "l\u001b"] -[10.989455, "o", "[0"] -[11.079641, "o", "m"] -[12.081346, "o", "\r\n"] -[12.084867, "o", "manifest:\r\n version: 0.0 # DFetch Module syntax version\r\n\r\n remotes: # declare common sources in one place\r\n - name: github\r\n url-base: https://github.com/\r\n\r\n projects:\r\n - name: cpputest\r\n dst: cpputest/src/ # Destination of this project (relative to this file)\r\n repo-path: cpputest/cpputest.git # Use default github remote\r\n tag: v3.4 # tag\r\n\r\n - name: jsmn # without destination, defaults to project name\r\n repo-path: zserge/jsmn.git # only repo-path is enough"] -[12.08508, "o", "\r\n"] -[15.093478, "o", "$ "] -[15.09529, "o", "\u001b["] -[15.275887, "o", "1m"] -[15.365768, "o", "\u001b["] -[15.455941, "o", "0m"] -[15.456522, "o", "\r\n"] -[15.459545, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] +{"version": 2, "width": 229, "height": 35, "timestamp": 1781903140, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} +[0.026854, "o", "\u001b[H\u001b[2J\u001b[3J"] +[0.030134, "o", "$ "] +[1.033641, "o", "\u001b"] +[1.213934, "o", "[1"] +[1.304064, "o", "ml"] +[1.394223, "o", "s "] +[1.485236, "o", "-l"] +[1.574424, "o", "\u001b["] +[1.664548, "o", "0m"] +[2.666183, "o", "\r\n"] +[2.669602, "o", "total 0\r\n"] +[2.675731, "o", "$ "] +[3.678401, "o", "\u001b"] +[3.858666, "o", "[1"] +[3.948805, "o", "md"] +[4.03893, "o", "fe"] +[4.129252, "o", "tc"] +[4.220218, "o", "h "] +[4.309419, "o", "in"] +[4.399551, "o", "it"] +[4.489707, "o", "\u001b["] +[4.579841, "o", "0m"] +[5.581382, "o", "\r\n"] +[6.14007, "o", "\u001b[1;34mDfetch (0.14.1)\u001b[0m\r\n"] +[6.140994, "o", "Created dfetch.yaml\r\n"] +[6.230238, "o", "$ "] +[7.231816, "o", "\u001b"] +[7.41208, "o", "[1"] +[7.502253, "o", "ml"] +[7.592643, "o", "s "] +[7.682768, "o", "-l"] +[7.772898, "o", "\u001b["] +[7.863026, "o", "0m"] +[8.864712, "o", "\r\n"] +[8.868061, "o", "total 4\r\n"] +[8.868228, "o", "-rw-rw-rw- 1 dev dev 733 Jun 19 21:05 dfetch.yaml\r\n"] +[8.877265, "o", "$ "] +[9.878464, "o", "\u001b["] +[10.058685, "o", "1m"] +[10.1489, "o", "ca"] +[10.239024, "o", "t "] +[10.330322, "o", "df"] +[10.420444, "o", "et"] +[10.510611, "o", "ch"] +[10.600752, "o", ".y"] +[10.691129, "o", "am"] +[10.781012, "o", "l\u001b"] +[10.961255, "o", "[0m"] +[11.962823, "o", "\r\n"] +[11.96587, "o", "manifest:\r\n version: 0.0 # DFetch Module syntax version\r\n\r\n remotes: # declare common sources in one place\r\n - name: github\r\n url-base: https://github.com/\r\n\r\n projects:\r\n - name: cpputest\r\n dst: cpputest/src/ # Destination of this project (relative to this file)\r\n repo-path: cpputest/cpputest.git # Use default github remote\r\n tag: v3.4 # tag\r\n\r\n - name: jsmn # without destination, defaults to project name\r\n repo-path: zserge/jsmn.git # only repo-path is enough\r\n"] +[14.974832, "o", "$ "] +[14.976757, "o", "\u001b["] +[15.157381, "o", "1m"] +[15.247531, "o", "\u001b["] +[15.337683, "o", "0m"] +[15.338249, "o", "\r\n"] +[15.341708, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] diff --git a/doc/asciicasts/interactive-add.cast b/doc/asciicasts/interactive-add.cast index c5fd8590..c38fd4c2 100644 --- a/doc/asciicasts/interactive-add.cast +++ b/doc/asciicasts/interactive-add.cast @@ -1,180 +1,199 @@ -{"version": 2, "width": 193, "height": 32, "timestamp": 1781464133, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} -[0.023382, "o", "\u001b[H\u001b[2J\u001b[3J"] -[0.028288, "o", "$ "] -[1.031911, "o", "\u001b"] -[1.212134, "o", "[1"] -[1.302339, "o", "mc"] -[1.392679, "o", "at"] -[1.484494, "o", " "] -[1.573377, "o", "df"] -[1.664496, "o", "et"] -[1.754575, "o", "ch"] -[1.844864, "o", ".y"] -[1.934863, "o", "a"] -[2.116542, "o", "ml"] -[2.20669, "o", "\u001b["] -[2.29686, "o", "0m"] -[3.298653, "o", "\r\n"] -[3.302342, "o", "manifest:\r\n version: '0.0'\r\n projects:\r\n - name: jsmn\r\n url: https://github.com/zserge/jsmn.git\r\n branch: master\r\n"] -[3.308725, "o", "$ "] -[4.312279, "o", "\u001b"] -[4.493697, "o", "[1"] -[4.583858, "o", "md"] -[4.673972, "o", "fe"] -[4.764155, "o", "t"] -[4.85435, "o", "ch"] -[4.944498, "o", " a"] -[5.035134, "o", "dd"] -[5.124708, "o", " -"] -[5.214843, "o", "i"] -[5.395121, "o", " h"] -[5.48525, "o", "tt"] -[5.575415, "o", "ps"] -[5.666538, "o", ":/"] -[5.756789, "o", "/"] -[5.846928, "o", "gi"] -[5.937074, "o", "th"] -[6.027216, "o", "ub"] -[6.117373, "o", ".c"] -[6.297678, "o", "o"] -[6.388102, "o", "m/"] -[6.478027, "o", "cp"] -[6.568169, "o", "pu"] -[6.65855, "o", "te"] -[6.748743, "o", "s"] -[6.838888, "o", "t/"] -[6.929039, "o", "cp"] -[7.019173, "o", "pu"] -[7.199505, "o", "te"] -[7.289596, "o", "s"] -[7.379738, "o", "t."] -[7.469895, "o", "gi"] -[7.560117, "o", "t\u001b"] -[7.650257, "o", "[0"] -[7.740782, "o", "m"] -[8.742075, "o", "\r\n"] -[9.439477, "o", "\u001b[1;34mDfetch (0.14.0)\u001b[0m\r\n"] -[9.771441, "o", " \u001b[1;92mhttps://github.com/cpputest/cpputest.git:\u001b[0m\r\n"] -[9.772151, "o", " \u001b[1;34m> Adding project through interactive wizard\u001b[0m\r\n"] -[9.772414, "o", " \u001b[92m?\u001b[0m Name: \u001b[2mcpputest\u001b[0m"] -[14.040072, "o", "\r\n"] -[14.040639, "o", "\u001b[1A\u001b[2K"] -[14.042354, "o", " - \u001b[34mname:\u001b[0m cpputest"] -[14.042986, "o", "\r\n"] -[14.043968, "o", " \u001b[34murl:\u001b[0m https://github.com/cpputest/cpputest.git"] -[14.044222, "o", "\r\n"] -[14.044578, "o", " \u001b[92m?\u001b[0m Destination: \u001b[2mcpputest\u001b[0m"] -[15.995566, "o", "\r\n\u001b[1A\u001b[2K"] -[16.597923, "o", " \u001b[92m?\u001b[0m \u001b[1mVersion:\u001b[0m\r\n \u001b[92m▶\u001b[0m \u001b[1mmaster \u001b[2mbranch\u001b[0m \u001b[2m(default)\u001b[0m\u001b[0m\r\n 3.7.2 \u001b[2mtag\u001b[0m\r\n gh-pages \u001b[2mbranch\u001b[0m\r\n latest-passing-build \u001b[2mtag\u001b[0m\r\n ▸ revert-1598-fix\r\n separate_gtest \u001b[2mbranch\u001b[0m\r\n v3.3 \u001b[2mtag\u001b[0m\r\n v3.4 \u001b[2mtag\u001b[0m\r\n v3.5 \u001b[2mtag\u001b[0m\r\n v3.6 \u001b[2mtag\u001b[0m\r\n \u001b[2m↓ 4 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Enter select →/← expand/collapse Esc list\u001b[0m\r\n"] -[20.226956, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mVersion:\u001b[0m\r\n master \u001b[2mbranch\u001b[0m \u001b[2m(default)\u001b[0m\r\n \u001b[92m▶\u001b[0m \u001b[1m3.7.2 \u001b[2mtag\u001b[0m\u001b[0m\r\n gh-pages \u001b[2mbranch\u001b[0m\r\n latest-passing-build \u001b[2mtag\u001b[0m\r\n ▸ revert-1598-fix\r\n separate_gtest \u001b[2mbranch\u001b[0m\r\n v3.3 \u001b[2mtag\u001b[0m\r\n v3.4 \u001b[2mtag\u001b[0m\r\n v3.5 \u001b[2mtag\u001b[0m\r\n v3.6 \u001b[2mtag\u001b[0m\r\n \u001b[2m↓ 4 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Enter select →/← expand/collapse Esc list\u001b[0m\r\n"] -[20.767993, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mVersion:\u001b[0m"] -[20.768051, "o", "\r\n master \u001b[2mbranch\u001b[0m \u001b[2m(default)\u001b[0m\r\n 3.7.2 \u001b[2mtag\u001b[0m\r\n"] -[20.768069, "o", " \u001b[92m▶\u001b[0m \u001b[1mgh-pages \u001b[2mbranch\u001b[0m\u001b[0m\r\n latest-passing-build \u001b[2mtag\u001b[0m\r\n ▸ revert-1598-fix\r\n separate_gtest \u001b[2mbranch\u001b[0m\r\n"] -[20.768078, "o", " v3.3 \u001b[2mtag\u001b[0m\r\n"] -[20.76809, "o", " v3.4 \u001b[2mtag\u001b[0m\r\n v3.5 \u001b[2mtag\u001b[0m"] -[20.768099, "o", "\r\n v3.6 \u001b[2mtag\u001b[0m\r\n"] -[20.76811, "o", " \u001b[2m↓ 4 more below\u001b[0m\r\n"] -[20.76975, "o", " \u001b[2m↑/↓ navigate Enter select →/← expand/collapse Esc list\u001b[0m\r\n"] -[21.367197, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mVersion:\u001b[0m\r\n master \u001b[2mbranch\u001b[0m \u001b[2m(default)\u001b[0m\r\n 3.7.2 \u001b[2mtag\u001b[0m\r\n gh-pages \u001b[2mbranch\u001b[0m\r\n \u001b[92m▶\u001b[0m \u001b[1mlatest-passing-build \u001b[2mtag\u001b[0m\u001b[0m\r\n ▸ revert-1598-fix\r\n separate_gtest \u001b[2mbranch\u001b[0m\r\n v3.3 \u001b[2mtag\u001b[0m\r\n v3.4 \u001b[2mtag\u001b[0m\r\n v3.5 \u001b[2mtag\u001b[0m\r\n v3.6 \u001b[2mtag\u001b[0m\r\n \u001b[2m↓ 4 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Enter select →/← expand/collapse Esc list\u001b[0m\r\n"] -[21.799167, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mVersion:\u001b[0m\r\n master \u001b[2mbranch\u001b[0m \u001b[2m(default)\u001b[0m\r\n 3.7.2 \u001b[2mtag\u001b[0m\r\n gh-pages \u001b[2mbranch\u001b[0m\r\n latest-passing-build \u001b[2mtag\u001b[0m\r\n \u001b[92m▶\u001b[0m ▸ \u001b[1mrevert-1598-fix\u001b[0m\r\n separate_gtest \u001b[2mbranch\u001b[0m\r\n v3.3 \u001b[2mtag\u001b[0m\r\n v3.4 \u001b[2mtag\u001b[0m\r\n v3.5 \u001b[2mtag\u001b[0m\r\n v3.6 \u001b[2mtag\u001b[0m\r\n \u001b[2m↓ 4 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Enter select →/← expand/collapse Esc list\u001b[0m\r\n"] -[22.159662, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mVersion:\u001b[0m\r\n master \u001b[2mbranch\u001b[0m \u001b[2m(default)\u001b[0m\r\n 3.7.2 \u001b[2mtag\u001b[0m\r\n gh-pages \u001b[2mbranch\u001b[0m\r\n latest-passing-build \u001b[2mtag\u001b[0m\r\n ▸ revert-1598-fix\r\n \u001b[92m▶\u001b[0m \u001b[1mseparate_gtest \u001b[2mbranch\u001b[0m\u001b[0m\r\n v3.3 \u001b[2mtag\u001b[0m\r\n v3.4 \u001b[2mtag\u001b[0m\r\n v3.5 \u001b[2mtag\u001b[0m\r\n v3.6 \u001b[2mtag\u001b[0m\r\n \u001b[2m↓ 4 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Enter select →/← expand/collapse Esc list\u001b[0m\r\n"] -[22.370667, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mVersion:\u001b[0m\r\n master \u001b[2mbranch\u001b[0m \u001b[2m(default)\u001b[0m\r\n 3.7.2 \u001b[2mtag\u001b[0m\r\n gh-pages \u001b[2mbranch\u001b[0m\r\n latest-passing-build \u001b[2mtag\u001b[0m\r\n ▸ revert-1598-fix\r\n separate_gtest \u001b[2mbranch\u001b[0m\r\n \u001b[92m▶\u001b[0m \u001b[1mv3.3 \u001b[2mtag\u001b[0m\u001b[0m\r\n v3.4 \u001b[2mtag\u001b[0m\r\n v3.5 \u001b[2mtag\u001b[0m\r\n v3.6 \u001b[2mtag\u001b[0m\r\n \u001b[2m↓ 4 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Enter select →/← expand/collapse Esc list\u001b[0m\r\n"] -[23.056178, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mVersion:\u001b[0m\r\n master \u001b[2mbranch\u001b[0m \u001b[2m(default)\u001b[0m\r\n 3.7.2 \u001b[2mtag\u001b[0m\r\n gh-pages \u001b[2mbranch\u001b[0m\r\n latest-passing-build \u001b[2mtag\u001b[0m\r\n ▸ revert-1598-fix\r\n separate_gtest \u001b[2mbranch\u001b[0m\r\n v3.3 \u001b[2mtag\u001b[0m\r\n \u001b[92m▶\u001b[0m \u001b[1mv3.4 \u001b[2mtag\u001b[0m\u001b[0m\r\n v3.5 \u001b[2mtag\u001b[0m\r\n v3.6 \u001b[2mtag\u001b[0m\r\n \u001b[2m↓ 4 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Enter select →/← expand/collapse Esc list\u001b[0m\r\n"] -[23.488047, "o", "\u001b[13A\u001b[0J"] -[23.488701, "o", " \u001b[34mtag:\u001b[0m v3.4\r\n"] -[23.917754, "o", " \u001b[92m?\u001b[0m \u001b[1mSource path:\u001b[0m\r\n \u001b[92m▶\u001b[0m \u001b[1m.\u001b[0m\r\n ▸ .settings\r\n ▸ build\r\n ▸ cmake\r\n ▸ docs\r\n ▸ examples\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n \u001b[2m↓ 50 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Enter select →/← expand/collapse Esc skip\u001b[0m\r\n"] -[26.761196, "o", "\u001b[13A\u001b[0J"] -[26.765538, "o", " \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n"] -[26.766296, "o", " \u001b[92m▶\u001b[0m .\r\n ▸ .settings\r\n ▸ build\r\n ▸ cmake\r\n ▸ docs\r\n ▸ examples\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n \u001b[2m↓ 50 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[27.988166, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n .\r\n \u001b[92m▶\u001b[0m ▸ .settings\r\n ▸ build\r\n ▸ cmake\r\n ▸ docs\r\n ▸ examples\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n \u001b[2m↓ 50 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[28.624757, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n .\r\n ▸ .settings\r\n \u001b[92m▶\u001b[0m ▸ build\r\n ▸ cmake\r\n ▸ docs\r\n ▸ examples\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n \u001b[2m↓ 50 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[28.826791, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n .\r\n ▸ .settings\r\n ▸ build\r\n \u001b[92m▶\u001b[0m ▸ cmake\r\n ▸ docs\r\n ▸ examples\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n \u001b[2m↓ 50 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[29.022475, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n .\r\n ▸ .settings\r\n ▸ build\r\n ▸ cmake\r\n \u001b[92m▶\u001b[0m ▸ docs\r\n ▸ examples\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n \u001b[2m↓ 50 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[29.229455, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n .\r\n ▸ .settings\r\n ▸ build\r\n ▸ cmake\r\n ▸ docs\r\n \u001b[92m▶\u001b[0m ▸ examples\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n \u001b[2m↓ 50 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[29.691205, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n .\r\n ▸ .settings\r\n ▸ build\r\n ▸ cmake\r\n ▸ docs\r\n \u001b[92m▶\u001b[0m ▸ \u001b[2mexamples\u001b[0m\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n \u001b[2m↓ 50 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[31.247479, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n .\r\n ▸ .settings\r\n ▸ build\r\n ▸ cmake\r\n ▸ docs\r\n ▸ \u001b[2mexamples\u001b[0m\r\n \u001b[92m▶\u001b[0m ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n \u001b[2m↓ 50 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[31.476625, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n .\r\n ▸ .settings\r\n ▸ build\r\n ▸ cmake\r\n ▸ docs\r\n ▸ \u001b[2mexamples\u001b[0m\r\n ▸ include\r\n \u001b[92m▶\u001b[0m ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n \u001b[2m↓ 50 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[31.692526, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n .\r\n ▸ .settings\r\n ▸ build\r\n ▸ cmake\r\n ▸ docs\r\n ▸ \u001b[2mexamples\u001b[0m\r\n ▸ include\r\n ▸ lib\r\n \u001b[92m▶\u001b[0m ▸ m4\r\n ▸ platforms\r\n \u001b[2m↓ 50 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[31.877927, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n .\r\n ▸ .settings\r\n ▸ build\r\n ▸ cmake\r\n ▸ docs\r\n ▸ \u001b[2mexamples\u001b[0m\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n \u001b[92m▶\u001b[0m ▸ platforms\r\n \u001b[2m↓ 50 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[32.155071, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 1 more above\u001b[0m\r\n ▸ .settings\r\n ▸ build\r\n ▸ cmake\r\n ▸ docs\r\n ▸ \u001b[2mexamples\u001b[0m\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n \u001b[92m▶\u001b[0m ▸ scripts\r\n \u001b[2m↓ 49 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[32.627845, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 2 more above\u001b[0m\r\n ▸ build\r\n ▸ cmake\r\n ▸ docs\r\n ▸ \u001b[2mexamples\u001b[0m\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n ▸ scripts\r\n \u001b[92m▶\u001b[0m ▸ src\r\n \u001b[2m↓ 48 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[32.86408, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 3 more above\u001b[0m\r\n ▸ cmake\r\n ▸ docs\r\n ▸ \u001b[2mexamples\u001b[0m\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n \u001b[92m▶\u001b[0m ▸ tests\r\n \u001b[2m↓ 47 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[33.186149, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 4 more above\u001b[0m\r\n ▸ docs\r\n ▸ \u001b[2mexamples\u001b[0m\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\r\n \u001b[92m▶\u001b[0m .cdtproject\r\n \u001b[2m↓ 46 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[33.392744, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 5 more above\u001b[0m\r\n ▸ \u001b[2mexamples\u001b[0m\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\r\n .cdtproject\r\n \u001b[92m▶\u001b[0m .cproject\r\n \u001b[2m↓ 45 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[33.695355, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 6 more above\u001b[0m\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\r\n .cdtproject\r\n .cproject\r\n \u001b[92m▶\u001b[0m .gitignore\r\n \u001b[2m↓ 44 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[33.982872, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 7 more above\u001b[0m\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\r\n .cdtproject\r\n .cproject\r\n .gitignore\r\n \u001b[92m▶\u001b[0m .project\r\n \u001b[2m↓ 43 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[34.19704, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 8 more above\u001b[0m\r\n ▸ m4\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\r\n .cdtproject\r\n .cproject\r\n .gitignore\r\n .project\r\n \u001b[92m▶\u001b[0m .travis.yml\r\n \u001b[2m↓ 42 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[34.402143, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 9 more above\u001b[0m\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\r\n .cdtproject\r\n .cproject\r\n .gitignore\r\n .project\r\n .travis.yml\r\n \u001b[92m▶\u001b[0m AUTHORS\r\n \u001b[2m↓ 41 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[34.859696, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 10 more above\u001b[0m\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\r\n .cdtproject\r\n .cproject\r\n .gitignore\r\n .project\r\n .travis.yml\r\n AUTHORS\r\n \u001b[92m▶\u001b[0m CMakeLists.txt\r\n \u001b[2m↓ 40 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[35.234994, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 10 more above\u001b[0m\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\r\n .cdtproject\r\n .cproject\r\n .gitignore\r\n .project\r\n .travis.yml\r\n \u001b[92m▶\u001b[0m AUTHORS\r\n CMakeLists.txt\r\n \u001b[2m↓ 40 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[35.415686, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 10 more above\u001b[0m\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\r\n .cdtproject\r\n .cproject\r\n .gitignore\r\n .project\r\n \u001b[92m▶\u001b[0m .travis.yml\r\n AUTHORS\r\n CMakeLists.txt\r\n \u001b[2m↓ 40 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[35.80826, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 10 more above\u001b[0m\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\r\n .cdtproject\r\n .cproject\r\n .gitignore\r\n .project\r\n \u001b[92m▶\u001b[0m \u001b[2m.travis.yml\u001b[0m\r\n AUTHORS\r\n CMakeLists.txt\r\n \u001b[2m↓ 40 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[36.30921, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 10 more above\u001b[0m\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\r\n .cdtproject\r\n .cproject\r\n .gitignore\r\n .project\r\n \u001b[2m.travis.yml\u001b[0m\r\n \u001b[92m▶\u001b[0m AUTHORS\r\n CMakeLists.txt\r\n \u001b[2m↓ 40 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[36.551465, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 10 more above\u001b[0m\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\r\n .cdtproject\r\n .cproject\r\n .gitignore\r\n .project\r\n \u001b[2m.travis.yml\u001b[0m\r\n AUTHORS\r\n \u001b[92m▶\u001b[0m CMakeLists.txt\r\n \u001b[2m↓ 40 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[36.755449, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 11 more above\u001b[0m\r\n ▸ src\r\n ▸ tests\r\n .cdtproject\r\n .cproject\r\n .gitignore\r\n .project\r\n \u001b[2m.travis.yml\u001b[0m\r\n AUTHORS\r\n CMakeLists.txt\r\n \u001b[92m▶\u001b[0m COPYING\r\n \u001b[2m↓ 39 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[36.97724, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 12 more above\u001b[0m\r\n ▸ tests\r\n .cdtproject\r\n .cproject\r\n .gitignore\r\n .project\r\n \u001b[2m.travis.yml\u001b[0m\r\n AUTHORS\r\n CMakeLists.txt\r\n COPYING\r\n \u001b[92m▶\u001b[0m ChangeLog\r\n \u001b[2m↓ 38 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[37.217631, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 13 more above\u001b[0m\r\n .cdtproject\r\n .cproject\r\n .gitignore\r\n .project\r\n \u001b[2m.travis.yml\u001b[0m\r\n AUTHORS\r\n CMakeLists.txt\r\n COPYING\r\n ChangeLog\r\n \u001b[92m▶\u001b[0m CppUTest.dsp\r\n \u001b[2m↓ 37 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[37.453164, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 14 more above\u001b[0m\r\n .cproject\r\n .gitignore\r\n .project\r\n \u001b[2m.travis.yml\u001b[0m\r\n AUTHORS\r\n CMakeLists.txt\r\n COPYING\r\n ChangeLog\r\n CppUTest.dsp\r\n \u001b[92m▶\u001b[0m CppUTest.dsw\r\n \u001b[2m↓ 36 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[38.007362, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 15 more above\u001b[0m\r\n .gitignore\r\n .project\r\n \u001b[2m.travis.yml\u001b[0m\r\n AUTHORS\r\n CMakeLists.txt\r\n COPYING\r\n ChangeLog\r\n CppUTest.dsp\r\n CppUTest.dsw\r\n \u001b[92m▶\u001b[0m CppUTest.mak\r\n \u001b[2m↓ 35 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[38.228162, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m"] -[38.228216, "o", "\r\n"] -[38.22823, "o", " \u001b[2m↑ 16 more above\u001b[0m"] -[38.22824, "o", "\r\n .project\r\n"] -[38.228252, "o", " \u001b[2m.travis.yml\u001b[0m\r\n AUTHORS"] -[38.228264, "o", "\r\n CMakeLists.txt"] -[38.228273, "o", "\r\n COPYING"] -[38.228488, "o", "\r\n ChangeLog\r\n CppUTest.dsp\r\n CppUTest.dsw\r\n CppUTest.mak\r\n \u001b[92m▶\u001b[0m CppUTest.vcproj\r\n \u001b[2m↓ 34 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[38.52386, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 17 more above\u001b[0m\r\n \u001b[2m.travis.yml\u001b[0m\r\n AUTHORS\r\n CMakeLists.txt\r\n COPYING\r\n ChangeLog\r\n CppUTest.dsp\r\n CppUTest.dsw\r\n CppUTest.mak\r\n CppUTest.vcproj\r\n \u001b[92m▶\u001b[0m CppUTest.vcxproj\r\n \u001b[2m↓ 33 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[38.789369, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 18 more above\u001b[0m\r\n AUTHORS\r\n CMakeLists.txt\r\n COPYING\r\n ChangeLog\r\n CppUTest.dsp\r\n CppUTest.dsw\r\n CppUTest.mak\r\n CppUTest.vcproj\r\n CppUTest.vcxproj\r\n \u001b[92m▶\u001b[0m CppUTest_VS2008.sln\r\n \u001b[2m↓ 32 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[39.185232, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 18 more above\u001b[0m\r\n AUTHORS\r\n CMakeLists.txt\r\n COPYING\r\n ChangeLog\r\n CppUTest.dsp\r\n CppUTest.dsw\r\n CppUTest.mak\r\n CppUTest.vcproj\r\n \u001b[92m▶\u001b[0m CppUTest.vcxproj\r\n CppUTest_VS2008.sln\r\n \u001b[2m↓ 32 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[39.374728, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 18 more above\u001b[0m\r\n AUTHORS\r\n CMakeLists.txt\r\n COPYING\r\n ChangeLog\r\n CppUTest.dsp\r\n CppUTest.dsw\r\n CppUTest.mak\r\n \u001b[92m▶\u001b[0m CppUTest.vcproj\r\n CppUTest.vcxproj\r\n CppUTest_VS2008.sln\r\n \u001b[2m↓ 32 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[39.908756, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 18 more above\u001b[0m\r\n AUTHORS\r\n CMakeLists.txt\r\n COPYING\r\n ChangeLog\r\n CppUTest.dsp\r\n CppUTest.dsw\r\n CppUTest.mak\r\n \u001b[92m▶\u001b[0m \u001b[2mCppUTest.vcproj\u001b[0m\r\n CppUTest.vcxproj\r\n CppUTest_VS2008.sln\r\n \u001b[2m↓ 32 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[40.055736, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 18 more above\u001b[0m\r\n AUTHORS\r\n CMakeLists.txt\r\n COPYING\r\n ChangeLog\r\n CppUTest.dsp\r\n CppUTest.dsw\r\n CppUTest.mak\r\n \u001b[2mCppUTest.vcproj\u001b[0m\r\n \u001b[92m▶\u001b[0m CppUTest.vcxproj\r\n CppUTest_VS2008.sln\r\n \u001b[2m↓ 32 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[40.303804, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 18 more above\u001b[0m\r\n AUTHORS\r\n CMakeLists.txt\r\n COPYING\r\n ChangeLog\r\n CppUTest.dsp\r\n CppUTest.dsw\r\n CppUTest.mak\r\n \u001b[2mCppUTest.vcproj\u001b[0m\r\n \u001b[92m▶\u001b[0m \u001b[2mCppUTest.vcxproj\u001b[0m\r\n CppUTest_VS2008.sln\r\n \u001b[2m↓ 32 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[40.467864, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 18 more above\u001b[0m\r\n AUTHORS\r\n CMakeLists.txt\r\n COPYING\r\n ChangeLog\r\n CppUTest.dsp\r\n CppUTest.dsw\r\n CppUTest.mak\r\n \u001b[2mCppUTest.vcproj\u001b[0m\r\n \u001b[2mCppUTest.vcxproj\u001b[0m\r\n \u001b[92m▶\u001b[0m CppUTest_VS2008.sln\r\n \u001b[2m↓ 32 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[40.891924, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 18 more above\u001b[0m\r\n AUTHORS\r\n CMakeLists.txt\r\n COPYING\r\n ChangeLog\r\n CppUTest.dsp\r\n CppUTest.dsw\r\n CppUTest.mak\r\n \u001b[2mCppUTest.vcproj\u001b[0m\r\n \u001b[2mCppUTest.vcxproj\u001b[0m\r\n \u001b[92m▶\u001b[0m \u001b[2mCppUTest_VS2008.sln\u001b[0m\r\n \u001b[2m↓ 32 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[41.116129, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 19 more above\u001b[0m\r\n CMakeLists.txt\r\n COPYING\r\n ChangeLog\r\n CppUTest.dsp\r\n CppUTest.dsw\r\n CppUTest.mak\r\n \u001b[2mCppUTest.vcproj\u001b[0m\r\n \u001b[2mCppUTest.vcxproj\u001b[0m\r\n \u001b[2mCppUTest_VS2008.sln\u001b[0m\r\n \u001b[92m▶\u001b[0m CppUTest_VS2010.sln\r\n \u001b[2m↓ 31 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[41.458221, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 20 more above\u001b[0m\r\n COPYING\r\n ChangeLog\r\n CppUTest.dsp\r\n CppUTest.dsw\r\n CppUTest.mak\r\n \u001b[2mCppUTest.vcproj\u001b[0m\r\n \u001b[2mCppUTest.vcxproj\u001b[0m\r\n \u001b[2mCppUTest_VS2008.sln\u001b[0m\r\n CppUTest_VS2010.sln\r\n \u001b[92m▶\u001b[0m Doxyfile\r\n \u001b[2m↓ 30 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[41.926272, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 20 more above\u001b[0m\r\n COPYING\r\n ChangeLog\r\n CppUTest.dsp\r\n CppUTest.dsw\r\n CppUTest.mak\r\n"] -[41.926325, "o", " \u001b[2mCppUTest.vcproj\u001b[0m\r\n \u001b[2mCppUTest.vcxproj\u001b[0m\r\n \u001b[2mCppUTest_VS2008.sln\u001b[0m\r\n \u001b[92m▶\u001b[0m CppUTest_VS2010.sln\r\n"] -[41.926337, "o", " Doxyfile"] -[41.926348, "o", "\r\n \u001b[2m↓ 30 more below\u001b[0m\r\n"] -[41.926362, "o", " \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m"] -[41.926376, "o", "\r\n"] -[42.324669, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 20 more above\u001b[0m\r\n COPYING\r\n ChangeLog\r\n CppUTest.dsp\r\n CppUTest.dsw\r\n CppUTest.mak\r\n \u001b[2mCppUTest.vcproj\u001b[0m\r\n \u001b[2mCppUTest.vcxproj\u001b[0m\r\n \u001b[2mCppUTest_VS2008.sln\u001b[0m\r\n \u001b[92m▶\u001b[0m \u001b[2mCppUTest_VS2010.sln\u001b[0m\r\n Doxyfile\r\n \u001b[2m↓ 30 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[42.664268, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 20 more above\u001b[0m\r\n COPYING\r\n ChangeLog\r\n CppUTest.dsp\r\n CppUTest.dsw\r\n CppUTest.mak\r\n \u001b[2mCppUTest.vcproj\u001b[0m\r\n \u001b[2mCppUTest.vcxproj\u001b[0m\r\n \u001b[2mCppUTest_VS2008.sln\u001b[0m\r\n \u001b[2mCppUTest_VS2010.sln\u001b[0m\r\n \u001b[92m▶\u001b[0m Doxyfile\r\n \u001b[2m↓ 30 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] -[43.554969, "o", "\u001b[14A\u001b[0J"] -[43.557728, "o", " \u001b[34mignore:\u001b[0m\r\n - examples\r\n - .travis.yml\r\n"] -[43.558442, "o", " - CppUTest.vcproj\r\n"] -[43.559214, "o", " - CppUTest.vcxproj\r\n"] -[43.55943, "o", " - CppUTest_VS2008.sln"] -[43.560257, "o", "\r\n - CppUTest_VS2010.sln"] -[43.560679, "o", "\r\n"] -[43.56514, "o", "Add project to manifest? \u001b[1m(\u001b[0my\u001b[1m)\u001b[0m: "] -[44.115526, "o", "y"] -[44.175654, "o", "\r\n"] -[44.179064, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n"] -[44.179612, "o", " \u001b[1;34m> Added 'cpputest' to manifest '/workspaces/dfetch/doc/generate-casts/interactive-add/dfetch.yaml'\u001b[0m\r\n"] -[44.180215, "o", "Run \u001b[32m'dfetch update cpputest'\u001b[0m now? \u001b[1m(\u001b[0my\u001b[1m)\u001b[0m: "] -[44.730386, "o", "n"] -[44.790549, "o", "\r\n"] -[44.885825, "o", "$ "] -[45.889362, "o", "\u001b["] -[46.070158, "o", "1m"] -[46.160335, "o", "ca"] -[46.250468, "o", "t "] -[46.340606, "o", "df"] -[46.430733, "o", "et"] -[46.520932, "o", "ch"] -[46.61106, "o", ".y"] -[46.701187, "o", "am"] -[46.791342, "o", "l\u001b"] -[46.9716, "o", "[0m"] -[47.973916, "o", "\r\n"] -[47.978226, "o", "manifest:\r\n version: '0.0'\r\n projects:\r\n - name: jsmn\r\n url: https://github.com/zserge/jsmn.git\r\n branch: master\r\n\r\n - name: cpputest\r\n url: https://github.com/cpputest/cpputest.git\r\n tag: v3.4\r\n ignore:\r\n - examples\r\n - .travis.yml\r\n - CppUTest.vcproj\r\n - CppUTest.vcxproj\r\n - CppUTest_VS2008.sln\r\n - CppUTest_VS2010.sln\r\n"] -[50.99226, "o", "$ \u001b["] -[51.172292, "o", "1m"] -[51.262454, "o", "\u001b["] -[51.352589, "o", "0m"] -[51.353345, "o", "\r\n"] -[51.357191, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] +{"version": 2, "width": 229, "height": 35, "timestamp": 1781903058, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} +[0.016403, "o", "\u001b[H\u001b[2J\u001b[3J"] +[0.021233, "o", "$ "] +[1.024346, "o", "\u001b"] +[1.204949, "o", "[1"] +[1.294794, "o", "mc"] +[1.38496, "o", "at"] +[1.475087, "o", " d"] +[1.565263, "o", "fe"] +[1.655398, "o", "tc"] +[1.746823, "o", "h."] +[1.836943, "o", "ya"] +[1.927096, "o", "ml"] +[2.107475, "o", "\u001b"] +[2.197819, "o", "[0"] +[2.287961, "o", "m"] +[3.290221, "o", "\r\n"] +[3.295095, "o", "manifest:\r\n version: '0.0'\r\n projects:\r\n - name: jsmn\r\n url: https://github.com/zserge/jsmn.git\r\n branch: master\r\n"] +[3.303888, "o", "$ "] +[4.306855, "o", "\u001b"] +[4.487243, "o", "[1"] +[4.577407, "o", "md"] +[4.667792, "o", "fe"] +[4.759769, "o", "tc"] +[4.849776, "o", "h "] +[4.939909, "o", "ad"] +[5.030047, "o", "d "] +[5.120172, "o", "-i"] +[5.210313, "o", " h"] +[5.390543, "o", "t"] +[5.480675, "o", "tp"] +[5.570823, "o", "s:"] +[5.66096, "o", "//"] +[5.751109, "o", "gi"] +[5.841262, "o", "th"] +[5.931379, "o", "ub"] +[6.021512, "o", ".c"] +[6.111655, "o", "om"] +[6.292158, "o", "/c"] +[6.382407, "o", "p"] +[6.47256, "o", "pu"] +[6.562729, "o", "te"] +[6.652825, "o", "st"] +[6.74296, "o", "/c"] +[6.833094, "o", "pp"] +[6.923199, "o", "ut"] +[7.013335, "o", "es"] +[7.193599, "o", "t."] +[7.283755, "o", "gi"] +[7.373899, "o", "t"] +[7.464029, "o", "\u001b["] +[7.554762, "o", "0m"] +[8.556147, "o", "\r\n"] +[9.192103, "o", "\u001b[1;34mDfetch (0.14.1)\u001b[0m\r\n"] +[9.570921, "o", " \u001b[1;92mhttps://github.com/cpputest/cpputest.git:\u001b[0m\r\n"] +[9.57182, "o", " \u001b[1;34m> Adding project through interactive wizard\u001b[0m\r\n \u001b[92m?\u001b[0m Name: \u001b[2mcpputest\u001b[0m"] +[11.203554, "o", "\r\n"] +[11.203699, "o", "\u001b[1A\u001b[2K"] +[11.206114, "o", " - \u001b[34mname:\u001b[0m cpputest\r\n \u001b[34murl:\u001b[0m https://github.com/cpputest/cpputest.git\r\n \u001b[92m?\u001b[0m Destination: \u001b[2mcpputest\u001b[0m"] +[12.967964, "o", "\r\n\u001b[1A\u001b[2K"] +[13.563504, "o", " \u001b[92m?\u001b[0m \u001b[1mVersion:\u001b[0m\r\n \u001b[92m▶\u001b[0m \u001b[1mmaster \u001b[2mbranch\u001b[0m \u001b[2m(default)\u001b[0m\u001b[0m\r\n 3.7.2 \u001b[2mtag\u001b[0m\r\n gh-pages \u001b[2mbranch\u001b[0m\r\n latest-passing-build \u001b[2mtag\u001b[0m\r\n ▸ revert-1598-fix\r\n separate_gtest \u001b[2mbranch\u001b[0m\r\n v3.3 \u001b[2mtag\u001b[0m\r\n v3.4 \u001b[2mtag\u001b[0m\r\n v3.5 \u001b[2mtag\u001b[0m\r\n v3.6 \u001b[2mtag\u001b[0m\r\n \u001b[2m↓ 4 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Enter select →/← expand/collapse Esc list\u001b[0m\r\n"] +[15.087353, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mVersion:\u001b[0m\r\n master \u001b[2mbranch\u001b[0m \u001b[2m(default)\u001b[0m\r\n \u001b[92m▶\u001b[0m \u001b[1m3.7.2 \u001b[2mtag\u001b[0m\u001b[0m\r\n gh-pages \u001b[2mbranch\u001b[0m\r\n latest-passing-build \u001b[2mtag\u001b[0m\r\n ▸ revert-1598-fix\r\n separate_gtest \u001b[2mbranch\u001b[0m\r\n v3.3 \u001b[2mtag\u001b[0m\r\n v3.4 \u001b[2mtag\u001b[0m\r\n v3.5 \u001b[2mtag\u001b[0m\r\n v3.6 \u001b[2mtag\u001b[0m\r\n \u001b[2m↓ 4 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Enter select →/← expand/collapse Esc list\u001b[0m\r\n"] +[15.591279, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mVersion:\u001b[0m\r\n master \u001b[2mbranch\u001b[0m \u001b[2m(default)\u001b[0m\r\n 3.7.2 \u001b[2mtag\u001b[0m\r\n \u001b[92m▶\u001b[0m \u001b[1mgh-pages \u001b[2mbranch\u001b[0m\u001b[0m\r\n latest-passing-build \u001b[2mtag\u001b[0m\r\n ▸ revert-1598-fix\r\n separate_gtest \u001b[2mbranch\u001b[0m\r\n v3.3 \u001b[2mtag\u001b[0m\r\n v3.4 \u001b[2mtag\u001b[0m\r\n v3.5 \u001b[2mtag\u001b[0m\r\n v3.6 \u001b[2mtag\u001b[0m\r\n \u001b[2m↓ 4 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Enter select →/← expand/collapse Esc list\u001b[0m\r\n"] +[16.262045, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mVersion:\u001b[0m\r\n master \u001b[2mbranch\u001b[0m \u001b[2m(default)\u001b[0m\r\n 3.7.2 \u001b[2mtag\u001b[0m\r\n gh-pages \u001b[2mbranch\u001b[0m\r\n \u001b[92m▶\u001b[0m \u001b[1mlatest-passing-build \u001b[2mtag\u001b[0m\u001b[0m\r\n ▸ revert-1598-fix\r\n separate_gtest \u001b[2mbranch\u001b[0m\r\n v3.3 \u001b[2mtag\u001b[0m\r\n v3.4 \u001b[2mtag\u001b[0m\r\n v3.5 \u001b[2mtag\u001b[0m\r\n v3.6 \u001b[2mtag\u001b[0m"] +[16.262321, "o", "\r\n \u001b[2m↓ 4 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Enter select →/← expand/collapse Esc list\u001b[0m\r\n"] +[16.772238, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mVersion:\u001b[0m\r\n master \u001b[2mbranch\u001b[0m \u001b[2m(default)\u001b[0m\r\n 3.7.2 \u001b[2mtag\u001b[0m\r\n gh-pages \u001b[2mbranch\u001b[0m\r\n latest-passing-build \u001b[2mtag\u001b[0m\r\n \u001b[92m▶\u001b[0m ▸ \u001b[1mrevert-1598-fix\u001b[0m\r\n separate_gtest \u001b[2mbranch\u001b[0m\r\n v3.3 \u001b[2mtag\u001b[0m\r\n v3.4 \u001b[2mtag\u001b[0m\r\n v3.5 \u001b[2mtag\u001b[0m\r\n v3.6 \u001b[2mtag\u001b[0m\r\n \u001b[2m↓ 4 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Enter select →/← expand/collapse Esc list\u001b[0m\r\n"] +[17.125147, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mVersion:\u001b[0m\r\n master \u001b[2mbranch\u001b[0m \u001b[2m(default)\u001b[0m\r\n 3.7.2 \u001b[2mtag\u001b[0m\r\n gh-pages \u001b[2mbranch\u001b[0m\r\n latest-passing-build \u001b[2mtag\u001b[0m\r\n ▸ revert-1598-fix\r\n \u001b[92m▶\u001b[0m \u001b[1mseparate_gtest \u001b[2mbranch\u001b[0m\u001b[0m\r\n v3.3 \u001b[2mtag\u001b[0m\r\n v3.4 \u001b[2mtag\u001b[0m\r\n v3.5 \u001b[2mtag\u001b[0m\r\n v3.6 \u001b[2mtag\u001b[0m\r\n \u001b[2m↓ 4 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Enter select →/← expand/collapse Esc list\u001b[0m\r\n"] +[17.45908, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mVersion:\u001b[0m\r\n master \u001b[2mbranch\u001b[0m \u001b[2m(default)\u001b[0m\r\n 3.7.2 \u001b[2mtag\u001b[0m\r\n gh-pages \u001b[2mbranch\u001b[0m\r\n latest-passing-build \u001b[2mtag\u001b[0m\r\n ▸ revert-1598-fix\r\n separate_gtest \u001b[2mbranch\u001b[0m\r\n \u001b[92m▶\u001b[0m \u001b[1mv3.3 \u001b[2mtag\u001b[0m\u001b[0m\r\n v3.4 \u001b[2mtag\u001b[0m\r\n v3.5 \u001b[2mtag\u001b[0m\r\n v3.6 \u001b[2mtag\u001b[0m\r\n \u001b[2m↓ 4 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Enter select →/← expand/collapse Esc list\u001b[0m\r\n"] +[17.757408, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mVersion:\u001b[0m\r\n master \u001b[2mbranch\u001b[0m \u001b[2m(default)\u001b[0m\r\n 3.7.2 \u001b[2mtag\u001b[0m\r\n gh-pages \u001b[2mbranch\u001b[0m\r\n latest-passing-build \u001b[2mtag\u001b[0m\r\n ▸ revert-1598-fix\r\n separate_gtest \u001b[2mbranch\u001b[0m\r\n v3.3 \u001b[2mtag\u001b[0m\r\n \u001b[92m▶\u001b[0m \u001b[1mv3.4 \u001b[2mtag\u001b[0m\u001b[0m\r\n v3.5 \u001b[2mtag\u001b[0m\r\n v3.6 \u001b[2mtag\u001b[0m\r\n \u001b[2m↓ 4 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Enter select →/← expand/collapse Esc list\u001b[0m\r\n"] +[18.23575, "o", "\u001b[13A\u001b[0J"] +[18.236184, "o", " \u001b[34mtag:\u001b[0m v3.4\r\n"] +[18.780408, "o", " \u001b[92m?\u001b[0m \u001b[1mSource path:\u001b[0m\r\n \u001b[92m▶\u001b[0m \u001b[1m.\u001b[0m\r\n ▸ .settings\r\n ▸ build\r\n ▸ cmake\r\n ▸ docs\r\n ▸ examples\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n \u001b[2m↓ 50 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Enter select →/← expand/collapse Esc skip\u001b[0m\r\n"] +[20.524295, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mSource path:\u001b[0m\r\n .\r\n \u001b[92m▶\u001b[0m ▸ \u001b[1m.settings\u001b[0m\r\n ▸ build\r\n ▸ cmake\r\n ▸ docs\r\n ▸ examples\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n \u001b[2m↓ 50 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Enter select →/← expand/collapse Esc skip\u001b[0m\r\n"] +[20.998549, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mSource path:\u001b[0m\r\n .\r\n ▸ .settings\r\n \u001b[92m▶\u001b[0m ▸ \u001b[1mbuild\u001b[0m\r\n ▸ cmake\r\n ▸ docs\r\n ▸ examples\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n \u001b[2m↓ 50 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Enter select →/← expand/collapse Esc skip\u001b[0m\r\n"] +[22.102049, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mSource path:\u001b[0m\r\n .\r\n \u001b[92m▶\u001b[0m ▸ \u001b[1m.settings\u001b[0m\r\n ▸ build\r\n ▸ cmake\r\n ▸ docs\r\n ▸ examples\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n \u001b[2m↓ 50 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Enter select →/← expand/collapse Esc skip\u001b[0m\r\n"] +[22.333268, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mSource path:\u001b[0m\r\n \u001b[92m▶\u001b[0m \u001b[1m.\u001b[0m\r\n ▸ .settings\r\n ▸ build\r\n ▸ cmake\r\n ▸ docs\r\n ▸ examples\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n \u001b[2m↓ 50 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Enter select →/← expand/collapse Esc skip\u001b[0m\r\n"] +[22.771724, "o", "\u001b[13A\u001b[0J"] +[22.776265, "o", " \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[92m▶\u001b[0m .\r\n ▸ .settings\r\n ▸ build\r\n ▸ cmake\r\n ▸ docs\r\n ▸ examples\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n \u001b[2m↓ 50 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[24.278767, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n .\r\n \u001b[92m▶\u001b[0m ▸ .settings\r\n ▸ build\r\n ▸ cmake\r\n ▸ docs\r\n ▸ examples\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n \u001b[2m↓ 50 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[24.904135, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n .\r\n ▸ .settings\r\n \u001b[92m▶\u001b[0m ▸ build\r\n ▸ cmake\r\n ▸ docs\r\n ▸ examples\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n \u001b[2m↓ 50 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[25.10443, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n .\r\n ▸ .settings\r\n ▸ build\r\n \u001b[92m▶\u001b[0m ▸ cmake\r\n ▸ docs\r\n ▸ examples\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n \u001b[2m↓ 50 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[25.294221, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n .\r\n ▸ .settings\r\n ▸ build\r\n ▸ cmake\r\n \u001b[92m▶\u001b[0m ▸ docs\r\n ▸ examples\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n \u001b[2m↓ 50 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[25.481065, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n .\r\n ▸ .settings\r\n ▸ build\r\n ▸ cmake\r\n ▸ docs\r\n \u001b[92m▶\u001b[0m ▸ examples\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n \u001b[2m↓ 50 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[25.655027, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n .\r\n ▸ .settings\r\n ▸ build\r\n ▸ cmake\r\n ▸ docs\r\n ▸ examples\r\n \u001b[92m▶\u001b[0m ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n \u001b[2m↓ 50 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[25.833915, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n .\r\n ▸ .settings\r\n ▸ build\r\n ▸ cmake\r\n ▸ docs\r\n ▸ examples\r\n ▸ include\r\n \u001b[92m▶\u001b[0m ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n \u001b[2m↓ 50 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[26.029485, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n .\r\n ▸ .settings\r\n ▸ build\r\n ▸ cmake\r\n ▸ docs\r\n ▸ examples\r\n ▸ include\r\n ▸ lib\r\n \u001b[92m▶\u001b[0m ▸ m4\r\n ▸ platforms\r\n \u001b[2m↓ 50 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[26.205489, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n .\r\n ▸ .settings\r\n ▸ build\r\n ▸ cmake\r\n ▸ docs\r\n ▸ examples\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n \u001b[92m▶\u001b[0m ▸ platforms\r\n \u001b[2m↓ 50 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[26.393522, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 1 more above\u001b[0m\r\n ▸ .settings\r\n ▸ build\r\n ▸ cmake\r\n ▸ docs\r\n ▸ examples\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n \u001b[92m▶\u001b[0m ▸ scripts\r\n \u001b[2m↓ 49 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[26.699538, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 2 more above\u001b[0m\r\n ▸ build\r\n ▸ cmake\r\n ▸ docs\r\n ▸ examples\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n ▸ scripts\r\n \u001b[92m▶\u001b[0m ▸ src\r\n \u001b[2m↓ 48 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[27.112832, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n"] +[27.112893, "o", " \u001b[2m↑ 3 more above\u001b[0m\r\n ▸ cmake\r\n ▸ docs\r\n ▸ examples\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n \u001b[92m▶\u001b[0m ▸ tests\r\n \u001b[2m↓ 47 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[27.323293, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 4 more above\u001b[0m\r\n ▸ docs\r\n ▸ examples\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\r\n \u001b[92m▶\u001b[0m .cdtproject\r\n \u001b[2m↓ 46 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[27.669409, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 5 more above\u001b[0m\r\n ▸ examples\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\r\n .cdtproject\r\n \u001b[92m▶\u001b[0m .cproject\r\n \u001b[2m↓ 45 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[28.095741, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m"] +[28.095923, "o", "\r\n"] +[28.096178, "o", " \u001b[2m↑ 6 more above\u001b[0m"] +[28.096332, "o", "\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\r\n .cdtproject\r\n .cproject\r\n \u001b[92m▶\u001b[0m .gitignore\r\n \u001b[2m↓ 44 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[28.301904, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 7 more above\u001b[0m\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\r\n .cdtproject\r\n .cproject\r\n .gitignore\r\n \u001b[92m▶\u001b[0m .project\r\n \u001b[2m↓ 43 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[28.692719, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 8 more above\u001b[0m\r\n ▸ m4\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\r\n .cdtproject\r\n .cproject\r\n .gitignore\r\n .project\r\n \u001b[92m▶\u001b[0m .travis.yml\r\n \u001b[2m↓ 42 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[28.935063, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 9 more above\u001b[0m\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\r\n .cdtproject\r\n .cproject\r\n .gitignore\r\n .project\r\n .travis.yml\r\n \u001b[92m▶\u001b[0m AUTHORS\r\n \u001b[2m↓ 41 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[29.146093, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 10 more above\u001b[0m\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\r\n .cdtproject\r\n .cproject\r\n .gitignore\r\n .project\r\n .travis.yml\r\n AUTHORS\r\n \u001b[92m▶\u001b[0m CMakeLists.txt\r\n \u001b[2m↓ 40 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[29.502296, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 11 more above\u001b[0m\r\n ▸ src\r\n ▸ tests\r\n .cdtproject\r\n .cproject\r\n .gitignore\r\n .project\r\n .travis.yml\r\n AUTHORS\r\n CMakeLists.txt\r\n \u001b[92m▶\u001b[0m COPYING\r\n \u001b[2m↓ 39 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[29.721873, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 12 more above\u001b[0m\r\n ▸ tests\r\n .cdtproject\r\n .cproject\r\n .gitignore\r\n .project\r\n .travis.yml\r\n AUTHORS\r\n CMakeLists.txt\r\n COPYING\r\n \u001b[92m▶\u001b[0m ChangeLog\r\n \u001b[2m↓ 38 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[29.954184, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 13 more above\u001b[0m\r\n .cdtproject\r\n .cproject\r\n .gitignore\r\n .project\r\n .travis.yml\r\n AUTHORS\r\n CMakeLists.txt\r\n COPYING\r\n ChangeLog\r\n \u001b[92m▶\u001b[0m CppUTest.dsp\r\n \u001b[2m↓ 37 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[30.317429, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 14 more above\u001b[0m\r\n .cproject\r\n .gitignore\r\n .project\r\n .travis.yml\r\n AUTHORS\r\n CMakeLists.txt\r\n COPYING\r\n ChangeLog\r\n CppUTest.dsp\r\n \u001b[92m▶\u001b[0m CppUTest.dsw\r\n \u001b[2m↓ 36 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[30.53764, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 15 more above\u001b[0m\r\n .gitignore\r\n .project\r\n .travis.yml\r\n AUTHORS\r\n CMakeLists.txt\r\n COPYING\r\n ChangeLog\r\n CppUTest.dsp\r\n CppUTest.dsw\r\n \u001b[92m▶\u001b[0m CppUTest.mak\r\n \u001b[2m↓ 35 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[30.740293, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 16 more above\u001b[0m\r\n .project\r\n .travis.yml\r\n AUTHORS\r\n CMakeLists.txt\r\n COPYING\r\n ChangeLog\r\n CppUTest.dsp\r\n CppUTest.dsw\r\n CppUTest.mak\r\n \u001b[92m▶\u001b[0m CppUTest.vcproj\r\n \u001b[2m↓ 34 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[31.37363, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 17 more above\u001b[0m\r\n .travis.yml\r\n AUTHORS\r\n CMakeLists.txt\r\n COPYING\r\n ChangeLog\r\n CppUTest.dsp\r\n CppUTest.dsw\r\n CppUTest.mak\r\n CppUTest.vcproj\r\n \u001b[92m▶\u001b[0m CppUTest.vcxproj\r\n \u001b[2m↓ 33 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[31.570727, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 18 more above\u001b[0m\r\n AUTHORS\r\n CMakeLists.txt\r\n COPYING\r\n ChangeLog\r\n CppUTest.dsp\r\n CppUTest.dsw\r\n CppUTest.mak\r\n CppUTest.vcproj\r\n CppUTest.vcxproj\r\n \u001b[92m▶\u001b[0m CppUTest_VS2008.sln\r\n \u001b[2m↓ 32 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[31.766935, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 19 more above\u001b[0m\r\n CMakeLists.txt\r\n COPYING\r\n ChangeLog\r\n CppUTest.dsp\r\n CppUTest.dsw\r\n CppUTest.mak\r\n CppUTest.vcproj\r\n CppUTest.vcxproj\r\n CppUTest_VS2008.sln\r\n \u001b[92m▶\u001b[0m CppUTest_VS2010.sln\r\n \u001b[2m↓ 31 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[31.966806, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 20 more above\u001b[0m\r\n COPYING\r\n ChangeLog\r\n CppUTest.dsp\r\n CppUTest.dsw\r\n CppUTest.mak\r\n CppUTest.vcproj\r\n CppUTest.vcxproj\r\n CppUTest_VS2008.sln\r\n CppUTest_VS2010.sln\r\n \u001b[92m▶\u001b[0m Doxyfile\r\n \u001b[2m↓ 30 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[32.148879, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n"] +[32.148924, "o", " \u001b[2m↑ 21 more above\u001b[0m\r\n ChangeLog\r\n CppUTest.dsp\r\n CppUTest.dsw\r\n CppUTest.mak\r\n CppUTest.vcproj\r\n CppUTest.vcxproj\r\n CppUTest_VS2008.sln\r\n CppUTest_VS2010.sln\r\n Doxyfile\r\n \u001b[92m▶\u001b[0m INSTALL\r\n \u001b[2m↓ 29 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[32.333719, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 22 more above\u001b[0m\r\n CppUTest.dsp\r\n CppUTest.dsw\r\n CppUTest.mak\r\n CppUTest.vcproj\r\n CppUTest.vcxproj\r\n CppUTest_VS2008.sln\r\n CppUTest_VS2010.sln\r\n Doxyfile\r\n INSTALL\r\n \u001b[92m▶\u001b[0m Makefile.am\r\n \u001b[2m↓ 28 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[32.54068, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 23 more above\u001b[0m\r\n CppUTest.dsw\r\n CppUTest.mak\r\n CppUTest.vcproj\r\n CppUTest.vcxproj\r\n CppUTest_VS2008.sln\r\n CppUTest_VS2010.sln\r\n Doxyfile\r\n INSTALL\r\n Makefile.am\r\n \u001b[92m▶\u001b[0m Makefile.in\r\n \u001b[2m↓ 27 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[32.732179, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 24 more above\u001b[0m\r\n CppUTest.mak\r\n CppUTest.vcproj\r\n CppUTest.vcxproj\r\n CppUTest_VS2008.sln\r\n CppUTest_VS2010.sln\r\n Doxyfile\r\n INSTALL\r\n Makefile.am\r\n Makefile.in\r\n \u001b[92m▶\u001b[0m Makefile_CppUTestExt\r\n \u001b[2m↓ 26 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[32.925996, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 25 more above\u001b[0m\r\n CppUTest.vcproj\r\n CppUTest.vcxproj\r\n CppUTest_VS2008.sln\r\n CppUTest_VS2010.sln\r\n Doxyfile\r\n INSTALL\r\n Makefile.am\r\n Makefile.in\r\n Makefile_CppUTestExt\r\n \u001b[92m▶\u001b[0m Makefile_using_MakefileWorker\r\n \u001b[2m↓ 25 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[33.142719, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 26 more above\u001b[0m\r\n CppUTest.vcxproj\r\n CppUTest_VS2008.sln\r\n CppUTest_VS2010.sln\r\n Doxyfile\r\n INSTALL\r\n Makefile.am\r\n Makefile.in\r\n Makefile_CppUTestExt\r\n Makefile_using_MakefileWorker\r\n \u001b[92m▶\u001b[0m NEWS\r\n \u001b[2m↓ 24 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[33.442125, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 26 more above\u001b[0m\r\n CppUTest.vcxproj\r\n CppUTest_VS2008.sln\r\n CppUTest_VS2010.sln\r\n Doxyfile\r\n INSTALL\r\n Makefile.am\r\n Makefile.in\r\n Makefile_CppUTestExt\r\n \u001b[92m▶\u001b[0m Makefile_using_MakefileWorker\r\n NEWS\r\n \u001b[2m↓ 24 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[33.944617, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 26 more above\u001b[0m\r\n CppUTest.vcxproj\r\n CppUTest_VS2008.sln\r\n CppUTest_VS2010.sln\r\n Doxyfile\r\n INSTALL\r\n Makefile.am\r\n Makefile.in\r\n \u001b[92m▶\u001b[0m Makefile_CppUTestExt\r\n Makefile_using_MakefileWorker\r\n NEWS\r\n \u001b[2m↓ 24 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[34.007448, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 26 more above\u001b[0m\r\n CppUTest.vcxproj\r\n CppUTest_VS2008.sln\r\n CppUTest_VS2010.sln\r\n Doxyfile\r\n INSTALL\r\n Makefile.am\r\n \u001b[92m▶\u001b[0m Makefile.in\r\n Makefile_CppUTestExt\r\n Makefile_using_MakefileWorker\r\n NEWS\r\n \u001b[2m↓ 24 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[34.042397, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 26 more above\u001b[0m\r\n CppUTest.vcxproj\r\n CppUTest_VS2008.sln\r\n CppUTest_VS2010.sln\r\n Doxyfile\r\n INSTALL\r\n \u001b[92m▶\u001b[0m Makefile.am\r\n Makefile.in\r\n Makefile_CppUTestExt\r\n Makefile_using_MakefileWorker\r\n NEWS\r\n \u001b[2m↓ 24 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[34.110811, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 26 more above\u001b[0m\r\n CppUTest.vcxproj\r\n CppUTest_VS2008.sln\r\n CppUTest_VS2010.sln\r\n Doxyfile\r\n \u001b[92m▶\u001b[0m INSTALL\r\n Makefile.am\r\n Makefile.in\r\n Makefile_CppUTestExt\r\n Makefile_using_MakefileWorker\r\n NEWS\r\n \u001b[2m↓ 24 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[34.145284, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 26 more above\u001b[0m\r\n CppUTest.vcxproj\r\n CppUTest_VS2008.sln\r\n CppUTest_VS2010.sln\r\n \u001b[92m▶\u001b[0m Doxyfile\r\n INSTALL\r\n Makefile.am\r\n Makefile.in\r\n Makefile_CppUTestExt\r\n"] +[34.145835, "o", " Makefile_using_MakefileWorker\r\n NEWS\r\n \u001b[2m↓ 24 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[34.208587, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 26 more above\u001b[0m\r\n CppUTest.vcxproj\r\n CppUTest_VS2008.sln\r\n \u001b[92m▶\u001b[0m CppUTest_VS2010.sln\r\n Doxyfile\r\n INSTALL\r\n Makefile.am\r\n Makefile.in\r\n Makefile_CppUTestExt\r\n Makefile_using_MakefileWorker\r\n NEWS\r\n \u001b[2m↓ 24 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[34.265278, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 26 more above\u001b[0m\r\n CppUTest.vcxproj\r\n \u001b[92m▶\u001b[0m CppUTest_VS2008.sln\r\n CppUTest_VS2010.sln\r\n Doxyfile\r\n INSTALL\r\n Makefile.am\r\n Makefile.in\r\n Makefile_CppUTestExt\r\n Makefile_using_MakefileWorker\r\n NEWS\r\n \u001b[2m↓ 24 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[34.293981, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m"] +[34.294487, "o", "\r\n \u001b[2m↑ 26 more above\u001b[0m\r\n \u001b[92m▶\u001b[0m CppUTest.vcxproj\r\n CppUTest_VS2008.sln\r\n CppUTest_VS2010.sln"] +[34.294619, "o", "\r\n Doxyfile\r\n INSTALL\r\n Makefile.am\r\n Makefile.in\r\n"] +[34.294637, "o", " Makefile_CppUTestExt\r\n Makefile_using_MakefileWorker\r\n NEWS\r\n \u001b[2m↓ 24 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[34.364138, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 25 more above\u001b[0m\r\n \u001b[92m▶\u001b[0m CppUTest.vcproj\r\n CppUTest.vcxproj\r\n CppUTest_VS2008.sln\r\n CppUTest_VS2010.sln\r\n Doxyfile\r\n INSTALL\r\n Makefile.am\r\n Makefile.in\r\n Makefile_CppUTestExt\r\n Makefile_using_MakefileWorker\r\n \u001b[2m↓ 25 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[34.396333, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 24 more above\u001b[0m\r\n \u001b[92m▶\u001b[0m CppUTest.mak\r\n CppUTest.vcproj\r\n CppUTest.vcxproj\r\n CppUTest_VS2008.sln\r\n CppUTest_VS2010.sln\r\n Doxyfile\r\n INSTALL\r\n Makefile.am\r\n Makefile.in\r\n Makefile_CppUTestExt\r\n \u001b[2m↓ 26 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[34.460475, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 23 more above\u001b[0m\r\n \u001b[92m▶\u001b[0m CppUTest.dsw\r\n CppUTest.mak\r\n CppUTest.vcproj\r\n CppUTest.vcxproj\r\n CppUTest_VS2008.sln\r\n CppUTest_VS2010.sln\r\n Doxyfile\r\n INSTALL\r\n Makefile.am\r\n Makefile.in\r\n \u001b[2m↓ 27 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[34.493358, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 22 more above\u001b[0m\r\n \u001b[92m▶\u001b[0m CppUTest.dsp\r\n CppUTest.dsw\r\n CppUTest.mak\r\n CppUTest.vcproj\r\n CppUTest.vcxproj\r\n CppUTest_VS2008.sln\r\n CppUTest_VS2010.sln\r\n Doxyfile\r\n INSTALL\r\n Makefile.am\r\n \u001b[2m↓ 28 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[34.559622, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 21 more above\u001b[0m\r\n \u001b[92m▶\u001b[0m ChangeLog\r\n CppUTest.dsp\r\n CppUTest.dsw\r\n CppUTest.mak\r\n CppUTest.vcproj\r\n CppUTest.vcxproj\r\n CppUTest_VS2008.sln\r\n CppUTest_VS2010.sln\r\n Doxyfile\r\n INSTALL\r\n \u001b[2m↓ 29 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[34.597426, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 20 more above\u001b[0m\r\n \u001b[92m▶\u001b[0m COPYING\r\n ChangeLog\r\n CppUTest.dsp\r\n CppUTest.dsw\r\n CppUTest.mak\r\n CppUTest.vcproj\r\n CppUTest.vcxproj\r\n CppUTest_VS2008.sln\r\n CppUTest_VS2010.sln\r\n Doxyfile\r\n \u001b[2m↓ 30 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[34.659511, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 19 more above\u001b[0m\r\n \u001b[92m▶\u001b[0m CMakeLists.txt\r\n COPYING\r\n ChangeLog\r\n CppUTest.dsp\r\n CppUTest.dsw\r\n CppUTest.mak\r\n CppUTest.vcproj\r\n CppUTest.vcxproj\r\n CppUTest_VS2008.sln\r\n CppUTest_VS2010.sln\r\n \u001b[2m↓ 31 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[34.696082, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 18 more above\u001b[0m\r\n \u001b[92m▶\u001b[0m AUTHORS\r\n CMakeLists.txt\r\n COPYING\r\n ChangeLog\r\n CppUTest.dsp\r\n CppUTest.dsw\r\n CppUTest.mak\r\n CppUTest.vcproj\r\n CppUTest.vcxproj\r\n CppUTest_VS2008.sln\r\n \u001b[2m↓ 32 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[34.744747, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 17 more above\u001b[0m\r\n \u001b[92m▶\u001b[0m .travis.yml\r\n AUTHORS\r\n CMakeLists.txt\r\n COPYING\r\n ChangeLog\r\n CppUTest.dsp\r\n CppUTest.dsw\r\n CppUTest.mak\r\n CppUTest.vcproj\r\n CppUTest.vcxproj\r\n \u001b[2m↓ 33 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[34.809128, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 16 more above\u001b[0m\r\n \u001b[92m▶\u001b[0m .project\r\n .travis.yml\r\n AUTHORS\r\n CMakeLists.txt\r\n COPYING\r\n ChangeLog\r\n CppUTest.dsp\r\n CppUTest.dsw\r\n CppUTest.mak\r\n CppUTest.vcproj\r\n \u001b[2m↓ 34 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[34.863044, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m"] +[34.863187, "o", "\r\n \u001b[2m↑ 15 more above\u001b[0m"] +[34.863311, "o", "\r\n \u001b[92m▶\u001b[0m .gitignore\r\n .project\r\n .travis.yml\r\n AUTHORS\r\n CMakeLists.txt\r\n COPYING\r\n ChangeLog\r\n CppUTest.dsp\r\n CppUTest.dsw\r\n CppUTest.mak\r\n \u001b[2m↓ 35 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[34.896517, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 14 more above\u001b[0m\r\n \u001b[92m▶\u001b[0m .cproject\r\n .gitignore\r\n .project\r\n .travis.yml\r\n AUTHORS\r\n CMakeLists.txt\r\n COPYING\r\n ChangeLog\r\n CppUTest.dsp\r\n CppUTest.dsw\r\n \u001b[2m↓ 36 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[34.957745, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 13 more above\u001b[0m\r\n \u001b[92m▶\u001b[0m .cdtproject\r\n .cproject\r\n .gitignore\r\n .project\r\n .travis.yml\r\n AUTHORS\r\n CMakeLists.txt\r\n COPYING\r\n ChangeLog\r\n CppUTest.dsp\r\n \u001b[2m↓ 37 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[34.993311, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 12 more above\u001b[0m\r\n \u001b[92m▶\u001b[0m ▸ tests\r\n .cdtproject\r\n .cproject\r\n .gitignore\r\n .project\r\n .travis.yml\r\n AUTHORS\r\n CMakeLists.txt\r\n COPYING\r\n ChangeLog\r\n \u001b[2m↓ 38 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[35.071558, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 11 more above\u001b[0m\r\n \u001b[92m▶\u001b[0m ▸ src\r\n ▸ tests\r\n .cdtproject\r\n .cproject\r\n .gitignore\r\n .project\r\n .travis.yml\r\n AUTHORS\r\n CMakeLists.txt\r\n COPYING\r\n \u001b[2m↓ 39 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[35.372758, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 10 more above\u001b[0m\r\n \u001b[92m▶\u001b[0m ▸ scripts\r\n ▸ src\r\n ▸ tests\r\n .cdtproject\r\n .cproject\r\n .gitignore\r\n .project\r\n .travis.yml\r\n AUTHORS\r\n CMakeLists.txt\r\n \u001b[2m↓ 40 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[35.927563, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 10 more above\u001b[0m\r\n ▸ scripts\r\n \u001b[92m▶\u001b[0m ▸ src\r\n ▸ tests\r\n .cdtproject\r\n .cproject\r\n .gitignore\r\n .project\r\n .travis.yml\r\n AUTHORS\r\n CMakeLists.txt\r\n \u001b[2m↓ 40 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[36.121219, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 10 more above\u001b[0m\r\n ▸ scripts\r\n ▸ src\r\n \u001b[92m▶\u001b[0m ▸ tests\r\n .cdtproject\r\n .cproject\r\n .gitignore\r\n .project\r\n .travis.yml\r\n AUTHORS\r\n CMakeLists.txt\r\n \u001b[2m↓ 40 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[36.378451, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 10 more above\u001b[0m"] +[36.378492, "o", "\r\n ▸ scripts\r\n ▸ src\r\n \u001b[92m▶\u001b[0m ▸ \u001b[2mtests\u001b[0m\r\n .cdtproject\r\n .cproject\r\n .gitignore\r\n .project\r\n .travis.yml"] +[36.378505, "o", "\r\n AUTHORS\r\n CMakeLists.txt"] +[36.378515, "o", "\r\n \u001b[2m↓ 40 more below\u001b[0m\r\n"] +[36.378525, "o", " \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[36.594702, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 10 more above\u001b[0m\r\n ▸ scripts\r\n \u001b[92m▶\u001b[0m ▸ src\r\n ▸ \u001b[2mtests\u001b[0m\r\n .cdtproject\r\n .cproject\r\n .gitignore\r\n .project\r\n .travis.yml\r\n AUTHORS\r\n CMakeLists.txt\r\n \u001b[2m↓ 40 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[36.792781, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 10 more above\u001b[0m\r\n \u001b[92m▶\u001b[0m ▸ scripts\r\n ▸ src\r\n ▸ \u001b[2mtests\u001b[0m\r\n .cdtproject\r\n .cproject\r\n .gitignore\r\n .project\r\n .travis.yml\r\n AUTHORS\r\n CMakeLists.txt\r\n \u001b[2m↓ 40 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[36.971807, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 9 more above\u001b[0m\r\n \u001b[92m▶\u001b[0m ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ \u001b[2mtests\u001b[0m\r\n .cdtproject\r\n .cproject\r\n .gitignore\r\n .project\r\n .travis.yml\r\n AUTHORS\r\n \u001b[2m↓ 41 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[37.162889, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 8 more above\u001b[0m\r\n \u001b[92m▶\u001b[0m ▸ m4\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ \u001b[2mtests\u001b[0m\r\n .cdtproject\r\n .cproject\r\n .gitignore\r\n .project\r\n .travis.yml\r\n \u001b[2m↓ 42 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[37.619909, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 7 more above\u001b[0m\r\n \u001b[92m▶\u001b[0m ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ \u001b[2mtests\u001b[0m\r\n .cdtproject\r\n .cproject\r\n .gitignore\r\n .project\r\n \u001b[2m↓ 43 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[38.112245, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 6 more above\u001b[0m\r\n \u001b[92m▶\u001b[0m ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ \u001b[2mtests\u001b[0m\r\n .cdtproject\r\n .cproject\r\n .gitignore\r\n \u001b[2m↓ 44 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[38.324946, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 5 more above\u001b[0m\r\n \u001b[92m▶\u001b[0m ▸ examples\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ \u001b[2mtests\u001b[0m\r\n .cdtproject\r\n .cproject\r\n \u001b[2m↓ 45 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[38.69208, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 4 more above\u001b[0m\r\n \u001b[92m▶\u001b[0m ▸ docs\r\n ▸ examples\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ \u001b[2mtests\u001b[0m\r\n .cdtproject\r\n \u001b[2m↓ 46 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[39.394349, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 4 more above\u001b[0m\r\n ▸ docs\r\n \u001b[92m▶\u001b[0m ▸ examples\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ \u001b[2mtests\u001b[0m\r\n .cdtproject\r\n \u001b[2m↓ 46 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[39.57175, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 4 more above\u001b[0m\r\n ▸ docs\r\n \u001b[92m▶\u001b[0m ▸ \u001b[2mexamples\u001b[0m\r\n ▸ include\r\n ▸ lib\r\n ▸ m4\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ \u001b[2mtests\u001b[0m\r\n .cdtproject\r\n \u001b[2m↓ 46 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[40.257608, "o", "\u001b[14A\u001b[0J \u001b[34mignore:\u001b[0m\r\n - examples\r\n"] +[40.260092, "o", " - tests"] +[40.260428, "o", "\r\n"] +[40.265422, "o", "Add project to manifest? \u001b[1m(\u001b[0my\u001b[1m)\u001b[0m: "] +[40.815729, "o", "y"] +[40.875819, "o", "\r\n"] +[40.878675, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n"] +[40.879337, "o", " \u001b[1;34m> Added 'cpputest' to manifest '/workspaces/dfetch/doc/generate-casts/interactive-add/dfetch.yaml'\u001b[0m\r\n"] +[40.879899, "o", "Run \u001b[32m'dfetch update cpputest'\u001b[0m now? \u001b[1m(\u001b[0my\u001b[1m)\u001b[0m: "] +[41.43006, "o", "n"] +[41.490789, "o", "\r\n"] +[41.593989, "o", "$ "] +[42.599773, "o", "\u001b["] +[42.778591, "o", "1m"] +[42.868632, "o", "ca"] +[42.958792, "o", "t "] +[43.048942, "o", "df"] +[43.139087, "o", "et"] +[43.229256, "o", "ch"] +[43.319342, "o", ".y"] +[43.409524, "o", "am"] +[43.499873, "o", "l\u001b"] +[43.680105, "o", "[0"] +[43.770585, "o", "m"] +[44.771885, "o", "\r\n"] +[44.774753, "o", "manifest:\r\n version: '0.0'\r\n projects:\r\n - name: jsmn\r\n url: https://github.com/zserge/jsmn.git\r\n branch: master\r\n\r\n - name: cpputest\r\n url: https://github.com/cpputest/cpputest.git\r\n tag: v3.4\r\n ignore:\r\n - examples\r\n - tests\r\n"] +[47.784189, "o", "$ "] +[47.785795, "o", "\u001b["] +[47.966153, "o", "1m"] +[48.056303, "o", "\u001b["] +[48.146422, "o", "0m"] +[48.148172, "o", "\r\n"] +[48.151166, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] diff --git a/doc/asciicasts/remove.cast b/doc/asciicasts/remove.cast index 27c450a0..55400169 100644 --- a/doc/asciicasts/remove.cast +++ b/doc/asciicasts/remove.cast @@ -1,115 +1,97 @@ -{"version": 2, "width": 193, "height": 32, "timestamp": 1781464249, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} -[3.737685, "o", "\u001b[H\u001b[2J\u001b[3J"] -[3.742249, "o", "$ "] -[4.74548, "o", "\u001b"] -[4.927311, "o", "[1"] -[5.017438, "o", "mc"] -[5.107586, "o", "at"] -[5.197719, "o", " "] -[5.287859, "o", "df"] -[5.377989, "o", "et"] -[5.468153, "o", "ch"] -[5.558257, "o", ".y"] -[5.64841, "o", "a"] -[5.82868, "o", "ml"] -[5.918843, "o", "\u001b["] -[6.008968, "o", "0m"] -[7.011388, "o", "\r\n"] -[7.014449, "o", "manifest:\r\n version: 0.0 # DFetch Module syntax version\r\n\r\n remotes: # declare common sources in one place\r\n - name: github\r\n url-base: https://github.com/\r\n\r\n projects:\r\n - name: cpputest\r\n dst: cpputest/src/ # Destination of this project (relative to this file)\r\n repo-path: cpputest/cpputest.git # Use default github remote\r\n tag: v3.4 # tag\r\n\r\n - name: jsmn # without destination, defaults to project name\r\n repo-path: zserge/jsmn.git # only repo-path is enough\r\n"] -[7.020333, "o", "$ "] -[8.023358, "o", "\u001b"] -[8.203509, "o", "[1"] -[8.29371, "o", "ml"] -[8.383899, "o", "s "] -[8.474056, "o", "-l"] -[8.564191, "o", "a "] -[8.654353, "o", "cp"] -[8.74451, "o", "pu"] -[8.83467, "o", "te"] -[8.924809, "o", "st"] -[9.105067, "o", "/"] -[9.195205, "o", "sr"] -[9.285347, "o", "c\u001b"] -[9.375479, "o", "[0"] -[9.466147, "o", "m"] -[10.468501, "o", "\r\n"] -[10.477816, "o", "total 1764\r\ndrwxrwxrwx+ 14 dev dev 4096 Jun 14 19:10 ."] -[10.478004, "o", "\r\ndrwxrwxrwx+ 3 dev dev 4096 Jun 14 19:10 ..\r\n-rw-rw-rw- 1 dev dev 2179 Jun 14 19:10 .cdtproject\r\n-rw-rw-rw- 1 dev dev 6175 Jun 14 19:10 .cproject\r\n-rw-rw-rw- 1 dev dev 347 Jun 14 19:10 .dfetch_data.yaml\r\n-rw-rw-rw- 1 dev dev 316 Jun 14 19:10 .gitignore"] -[10.478034, "o", "\r\n-rw-rw-rw- 1 dev dev 2286 Jun 14 19:10 .project\r\ndrwxrwxrwx+ 2 dev dev 4096 Jun 14 19:10 .settings\r\n-rw-rw-rw- 1 dev dev 533 Jun 14 19:10 .travis.yml\r\n-rw-rw-rw- 1 dev dev 201 Jun 14 19:10 AUTHORS\r\n-rw-rw-rw- 1 dev dev 2462 Jun 14 19:10 CMakeLists.txt\r\n-rw-rw-rw- 1 dev dev 1515 Jun 14 19:10 COPYING\r\n-rw-rw-rw- 1 dev dev 103 Jun 14 19:10 ChangeLog\r\n-rw-rw-rw- 1 dev dev 6458 Jun 14 19:10 CppUTest.dsp\r\n-rw-rw-rw- 1 dev dev 825 Jun 14 19:10 CppUTest.dsw\r\n-rw-rw-rw- 1 dev dev 7455 Jun 14 19:10 CppUTest.mak\r\n-rw-rw-rw- 1 dev dev 9597 Jun 14 19:10 CppUTest.vcproj\r\n-rw-rw-rw- 1 dev dev 11381 Jun 14 19:10 CppUTest.vcxproj\r\n-rw-rw-rw- 1 dev dev 1500 Jun 14 19:10 CppUTest_VS2008.sln\r\n-rw-rw-rw- 1 dev dev 1316 Jun 14 19:10 CppUTest_VS2010.sln\r\n-rw-rw-rw- 1 dev dev 53997 Jun 14 19:10 Doxyfile\r\n-rw-rw-rw- 1 dev dev 15578 Jun 14 19:10 INSTALL"] -[10.478051, "o", "\r\n-rw-rw-rw- 1 dev dev 9707 Jun 14 19:10 Makefile.am\r\n"] -[10.478072, "o", "-rw-rw-rw- 1 dev dev 248957 Jun 14 19:10 Makefile.in"] -[10.478438, "o", "\r\n-rw-rw-rw- 1 dev dev 525 Jun 14 19:10 Makefile_CppUTestExt"] -[10.478531, "o", "\r\n-rw-rw-rw- 1 dev dev 5177 Jun 14 19:10 Makefile_using_MakefileWorker\r\n-rw-rw-rw- 1 dev dev 68 Jun 14 19:10 NEWS\r\n-rw-rw-rw- 1 dev dev 85 Jun 14 19:10 README\r\n-rw-rw-rw- 1 dev dev 6777 Jun 14 19:10 README.md\r\n-rw-rw-rw- 1 dev dev 2327 Jun 14 19:10 README_CppUTest_for_C.txt\r\n-rw-rw-rw- 1 dev dev 2291 Jun 14 19:10 README_InstallCppUTest.txt"] -[10.47855, "o", "\r\n-rw-rw-rw- 1 dev dev 888 Jun 14 19:10 README_UsersOfPriorVersions.txt\r\n-rw-rw-rw- 1 dev dev 39778 Jun 14 19:10 aclocal.m4\r\ndrwxrwxrwx+ 2 dev dev 4096 Jun 14 19:10 build\r\ndrwxrwxrwx+ 3 dev dev 4096 Jun 14 19:10 cmake\r\n-rwxrwxrwx 1 dev dev 3769 Jun 14 19:10 compile\r\n-rwxrwxrwx 1 dev dev 44504 Jun 14 19:10 config.guess\r\n-rw-rw-rw- 1 dev dev 313 Jun 14 19:10 config.h.cmake\r\n-rw-rw-rw- 1 dev dev 5821 Jun 14 19:10 config.h.in\r\n-rwxrwxrwx 1 dev dev 35206 Jun 14 19:10 config.sub\r\n-rwxrwxrwx 1 dev dev 609242 Jun 14 19:10 configure"] -[10.478564, "o", "\r\n-rw-rw-rw- 1 dev dev 16153 Jun 14 19:10 configure.ac"] -[10.478578, "o", "\r\n"] -[10.478588, "o", "-rw-rw-rw- 1 dev dev 67701 Jun 14 19:10 cpputest-hist.txt"] -[10.478998, "o", "\r\n-rw-rw-rw- 1 dev dev 298 Jun 14 19:10 cpputest.pc.in\r\n-rw-rw-rw- 1 dev dev 79904 Jun 14 19:10 cpputest_doxy_gen.conf\r\n-rwxrwxrwx 1 dev dev 18615 Jun 14 19:10 depcomp\r\ndrwxrwxrwx+ 2 dev dev 4096 Jun 14 19:10 docs\r\ndrwxrwxrwx+ 5 dev dev 4096 Jun 14 19:10 examples"] -[10.479173, "o", "\r\ndrwxrwxrwx+ 5 dev dev 4096 Jun 14 19:10 include\r\n-rwxrwxrwx 1 dev dev 13663 Jun 14 19:10 install-sh\r\ndrwxrwxrwx+ 2 dev dev 4096 Jun 14 19:10 lib\r\n-rwxrwxrwx 1 dev dev 282967 Jun 14 19:10 ltmain.sh\r\ndrwxrwxrwx+ 2 dev dev 4096 Jun 14 19:10 m4"] -[10.479194, "o", "\r\n-rw-rw-rw- 1 dev dev 344 Jun 14 19:10 makeVS2008.bat\r\n-rw-rw-rw- 1 dev dev 348 Jun 14 19:10 makeVS2010.bat\r\n-rw-rw-rw- 1 dev dev 533 Jun 14 19:10 makeVc6.bat"] -[10.479212, "o", "\r\n-rwxrwxrwx 1 dev dev 11419 Jun 14 19:10 missing"] -[10.479241, "o", "\r\ndrwxrwxrwx+ 2 dev dev 4096 Jun 14 19:10 platforms"] -[10.479311, "o", "\r\ndrwxrwxrwx+ 7 dev dev 4096 Jun 14 19:10 scripts"] -[10.479512, "o", "\r\ndrwxrwxrwx+ 5 dev dev 4096 Jun 14 19:10 src\r\n-rwxrwxrwx 1 dev dev 3977 Jun 14 19:10 test-driver"] -[10.479534, "o", "\r\ndrwxrwxrwx+ 3 dev dev 4096 Jun 14 19:10 tests\r\n"] -[10.502346, "o", "$ "] -[11.502865, "o", "\u001b"] -[11.683125, "o", "[1"] -[11.773367, "o", "md"] -[11.863545, "o", "fe"] -[11.953703, "o", "tc"] -[12.043847, "o", "h "] -[12.13402, "o", "re"] -[12.224143, "o", "mo"] -[12.31433, "o", "ve"] -[12.404402, "o", " c"] -[12.584657, "o", "p"] -[12.674899, "o", "pu"] -[12.765039, "o", "te"] -[12.855187, "o", "st"] -[12.945345, "o", "\u001b["] -[13.035768, "o", "0m"] -[14.037095, "o", "\r\n"] -[14.675342, "o", "\u001b[1;34mDfetch (0.14.0)\u001b[0m\r\n"] -[14.720535, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n"] -[14.72117, "o", " \u001b[1;34m> removed\u001b[0m\r\n"] -[14.825544, "o", "$ "] -[15.82889, "o", "\u001b["] -[16.009172, "o", "1m"] -[16.099363, "o", "ca"] -[16.189469, "o", "t "] -[16.279603, "o", "df"] -[16.36978, "o", "et"] -[16.459941, "o", "ch"] -[16.55007, "o", ".y"] -[16.640472, "o", "am"] -[16.730353, "o", "l\u001b"] -[16.910528, "o", "[0m"] -[17.912185, "o", "\r\n"] -[17.915229, "o", "manifest:\r\n version: '0.0' # DFetch Module syntax version\r\n\r\n remotes: # declare common sources in one place\r\n - name: github\r\n url-base: https://github.com/\r\n\r\n projects:\r\n - name: jsmn # without destination, defaults to project name\r\n repo-path: zserge/jsmn.git # only repo-path is enough\r\n"] -[17.921392, "o", "$ "] -[18.925126, "o", "\u001b"] -[19.105411, "o", "[1"] -[19.195637, "o", "ml"] -[19.286203, "o", "s "] -[19.376305, "o", "-"] -[19.466437, "o", "la"] -[19.556579, "o", " c"] -[19.646732, "o", "pp"] -[19.737203, "o", "ut"] -[19.827345, "o", "e"] -[20.007629, "o", "st"] -[20.097801, "o", "\u001b["] -[20.188177, "o", "0m"] -[21.189718, "o", "\r\n"] -[21.197073, "o", "total 8"] -[21.197316, "o", "\r\ndrwxrwxrwx+ 2 dev dev 4096 Jun 14 19:11 ."] -[21.197873, "o", "\r\ndrwxrwxrwx+ 4 dev dev 4096 Jun 14 19:10 ..\r\n"] -[24.209202, "o", "$ "] -[24.212994, "o", "\u001b["] -[24.393295, "o", "1m"] -[24.483422, "o", "\u001b["] -[24.573571, "o", "0m"] -[24.574246, "o", "\r\n"] -[24.577044, "o", "/workspaces/dfetch/doc/generate-casts"] -[24.57715, "o", "\r\n"] +{"version": 2, "width": 229, "height": 35, "timestamp": 1781903172, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} +[4.065801, "o", "\u001b[H\u001b[2J\u001b[3J"] +[4.072629, "o", "$ "] +[5.075785, "o", "\u001b"] +[5.256132, "o", "[1"] +[5.346291, "o", "mc"] +[5.436546, "o", "at"] +[5.526706, "o", " d"] +[5.616854, "o", "fe"] +[5.706993, "o", "tc"] +[5.797131, "o", "h."] +[5.887344, "o", "ya"] +[5.977485, "o", "ml"] +[6.157721, "o", "\u001b"] +[6.247862, "o", "[0"] +[6.338436, "o", "m"] +[7.340315, "o", "\r\n"] +[7.34298, "o", "manifest:\r\n version: 0.0 # DFetch Module syntax version\r\n\r\n remotes: # declare common sources in one place\r\n - name: github\r\n"] +[7.343018, "o", " url-base: https://github.com/\r\n\r\n projects:\r\n"] +[7.34311, "o", " - name: cpputest\r\n dst: cpputest/src/ # Destination of this project (relative to this file)"] +[7.343124, "o", "\r\n repo-path: cpputest/cpputest.git # Use default github remote"] +[7.343414, "o", "\r\n tag: v3.4 # tag\r\n\r\n - name: jsmn # without destination, defaults to project name\r\n repo-path: zserge/jsmn.git # only repo-path is enough\r\n"] +[7.352545, "o", "$ "] +[8.354388, "o", "\u001b["] +[8.53501, "o", "1m"] +[8.62516, "o", "ls"] +[8.715297, "o", " -"] +[8.80543, "o", "la"] +[8.895547, "o", " c"] +[8.985674, "o", "pp"] +[9.075809, "o", "ut"] +[9.16593, "o", "es"] +[9.256639, "o", "t/"] +[9.436941, "o", "src"] +[9.527419, "o", "\u001b["] +[9.617739, "o", "0m"] +[10.618992, "o", "\r\n"] +[10.623288, "o", "total 1764\r\n"] +[10.623641, "o", "drwxrwxrwx+ 14 dev dev 4096 Jun 19 21:06 .\r\ndrwxrwxrwx+ 3 dev dev 4096 Jun 19 21:06 ..\r\n-rw-rw-rw- 1 dev dev 2179 Jun 19 21:06 .cdtproject\r\n-rw-rw-rw- 1 dev dev 6175 Jun 19 21:06 .cproject\r\n-rw-rw-rw- 1 dev dev 347 Jun 19 21:06 .dfetch_data.yaml\r\n-rw-rw-rw- 1 dev dev 316 Jun 19 21:06 .gitignore\r\n-rw-rw-rw- 1 dev dev 2286 Jun 19 21:06 .project\r\ndrwxrwxrwx+ 2 dev dev 4096 Jun 19 21:06 .settings\r\n-rw-rw-rw- 1 dev dev 533 Jun 19 21:06 .travis.yml\r\n-rw-rw-rw- 1 dev dev 201 Jun 19 21:06 AUTHORS\r\n-rw-rw-rw- 1 dev dev 2462 Jun 19 21:06 CMakeLists.txt\r\n-rw-rw-rw- 1 dev dev 1515 Jun 19 21:06 COPYING\r\n-rw-rw-rw- 1 dev dev 103 Jun 19 21:06 ChangeLog\r\n-rw-rw-rw- 1 dev dev 6458 Jun 19 21:06 CppUTest.dsp\r\n-rw-rw-rw- 1 dev dev 825 Jun 19 21:06 CppUTest.dsw\r\n-rw-rw-rw- 1 dev dev 7455 Jun 19 21:06 CppUTest.mak\r\n-rw-rw-rw- 1 dev dev 9597 Jun 19 21:06 CppUTest.vcproj\r\n-rw-rw-rw- 1 dev dev 11381 Jun 19 21:06 CppUTest.vcxproj\r\n-rw-rw-rw- 1 dev dev 1500 Jun 19 21:06 CppUTest_VS2008.sln\r\n-rw-rw-rw- 1 dev dev 1316 Jun 19 21:06 CppUTest_VS2010.sln\r\n-rw-rw-rw- 1 dev dev 53997 Jun 19 21:06 Doxyfile\r\n-rw-rw-rw- 1 dev dev 15578 Jun 19 21:06 INSTALL\r\n-rw-rw-rw- 1 dev dev 9707 Jun 19 21:06 Makefile.am\r\n-rw-rw-rw- 1 dev dev 248957 Jun 19 21:06 Makefile.in\r\n-rw-rw-rw- 1 dev dev 525 Jun 19 21:06 Makefile_CppUTestExt\r\n-rw-rw-rw- 1 dev dev 5177 Jun 19 21:06 Makefile_using_MakefileWorker\r\n-rw-rw-rw- 1 dev dev 68 Jun 19 21:06 NEWS\r\n-rw-rw-rw- 1 dev dev 85 Jun 19 21:06 README\r\n-rw-rw-rw- 1 dev dev 6777 Jun 19 21:06 README.md\r\n-rw-rw-rw- 1 dev dev 2327 Jun 19 21:06 README_CppUTest_for_C.txt\r\n-rw-rw-rw- 1 dev dev 2291 Jun 19 21:06 README_InstallCppUTest.txt\r\n-rw-rw-rw- 1 dev dev 888 Jun 19 21:06 README_UsersOfPriorVersions.txt\r\n-rw-rw-rw- 1 dev dev 39778 Jun 19 21:06 aclocal.m4\r\ndrwxrwxrwx+ 2 dev dev 4096 Jun 19 21:06 build\r\ndrwxrwxrwx+ 3 dev dev 4096 Jun 19 21:06 cmake\r\n-rwxrwxrwx 1 dev dev 3769 Jun 19 21:06 compile\r\n-rwxrwxrwx 1 dev dev 44504 Jun 19 21:06 config.guess\r\n-rw-rw-rw- 1 dev dev 313 Jun 19 21:06 config.h.cmake\r\n-rw-rw-rw- 1 dev dev 5821 Jun 19 21:06 config.h.in\r\n-rwxrwxrwx 1 dev dev 35206 Jun 19 21:06 config.sub\r\n-rwxrwxrwx 1 dev dev 609242 Jun 19 21:06 configure\r\n-rw-rw-rw- 1 dev dev 16153 Jun 19 21:06 configure.ac\r\n-rw-rw-rw- 1 dev dev 67701 Jun 19 21:06 cpputest-hist.txt\r\n-rw-rw-rw- 1 dev dev 298 Jun 19 21:06 cpputest.pc.in\r\n-rw-rw-rw- 1 dev dev 79904 Jun 19 21:06 cpputest_doxy_gen.conf\r\n-rwxrwxrwx 1 dev dev 18615 Jun 19 21:06 depcomp\r\ndrwxrwxrwx+ 2 dev dev 4096 Jun 19 21:06 docs\r\ndrwxrwxrwx+ 5 dev dev 4096 Jun 19 21:06 examples\r\ndrwxrwxrwx+ 5 dev dev 4096 Jun 19 21:06 include\r\n-rwxrwxrwx 1 dev dev 13663 Jun 19 21:06 install-sh\r\ndrwxrwxrwx+ 2 dev dev 4096 Jun 19 21:06 lib\r\n-rwxrwxrwx 1 dev dev 282967 Jun 19 21:06 ltmain.sh\r\ndrwxrwxrwx+ 2 dev dev 4096 Jun 19 21:06 m4\r\n-rw-rw-rw- 1 dev dev 344 Jun 19 21:06 makeVS2008.bat\r\n-rw-rw-rw- 1 dev dev 348 Jun 19 21:06 makeVS2010.bat\r\n-rw-rw-rw- 1 dev dev 533 Jun 19 21:06 makeVc6.bat\r\n-rwxrwxrwx 1 dev dev 11419 Jun 19 21:06 missing\r\ndrwxrwxrwx+ 2 dev dev 4096 Jun 19 21:06 platforms\r\ndrwxrwxrwx+ 7 dev dev 4096 Jun 19 21:06 scripts\r\ndrwxrwxrwx+ 5 dev dev 4096 Jun 19 21:06 src\r\n-rwxrwxrwx 1 dev dev 3977 Jun 19 21:06 test-driver\r\ndrwxrwxrwx+ 3 dev dev 4096 Jun 19 21:06 tests\r\n"] +[10.632957, "o", "$ "] +[11.638783, "o", "\u001b["] +[11.818397, "o", "1m"] +[11.908543, "o", "df"] +[11.998682, "o", "et"] +[12.088814, "o", "ch"] +[12.178873, "o", " r"] +[12.269085, "o", "em"] +[12.359224, "o", "ov"] +[12.449607, "o", "e "] +[12.539748, "o", "cp"] +[12.719995, "o", "put"] +[12.810132, "o", "es"] +[12.900269, "o", "t\u001b"] +[12.9905, "o", "[0"] +[13.080816, "o", "m"] +[14.082271, "o", "\r\n"] +[14.640788, "o", "\u001b[1;34mDfetch (0.14.1)\u001b[0m\r\n"] +[14.675829, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n \u001b[1;34m> removed\u001b[0m\r\n"] +[14.770044, "o", "$ "] +[15.774036, "o", "\u001b["] +[15.953708, "o", "1m"] +[16.043885, "o", "ca"] +[16.134032, "o", "t "] +[16.224166, "o", "df"] +[16.314301, "o", "et"] +[16.404427, "o", "ch"] +[16.49456, "o", ".y"] +[16.584705, "o", "am"] +[16.674822, "o", "l\u001b"] +[16.85528, "o", "[0m"] +[17.856839, "o", "\r\n"] +[17.86884, "o", "manifest:\r\n version: '0.0' # DFetch Module syntax version\r\n\r\n remotes: # declare common sources in one place\r\n - name: github\r\n url-base: https://github.com/\r\n\r\n projects:\r\n - name: jsmn # without destination, defaults to project name\r\n repo-path: zserge/jsmn.git # only repo-path is enough\r\n"] +[17.880846, "o", "$ "] +[18.885252, "o", "\u001b"] +[19.065613, "o", "[1"] +[19.155684, "o", "ml"] +[19.245862, "o", "s "] +[19.336018, "o", "-l"] +[19.426148, "o", "a "] +[19.516258, "o", "cp"] +[19.606535, "o", "pu"] +[19.696659, "o", "te"] +[19.786807, "o", "st"] +[19.968625, "o", "\u001b"] +[20.058816, "o", "[0"] +[20.149176, "o", "m"] +[21.150779, "o", "\r\n"] +[21.155451, "o", "total 8\r\n"] +[21.15548, "o", "drwxrwxrwx+ 2 dev dev 4096 Jun 19 21:06 .\r\n"] +[21.155688, "o", "drwxrwxrwx+ 4 dev dev 4096 Jun 19 21:06 ..\r\n"] +[24.165959, "o", "$ "] +[24.167901, "o", "\u001b["] +[24.348567, "o", "1m"] +[24.438348, "o", "\u001b["] +[24.528449, "o", "0m"] +[24.529174, "o", "\r\n"] +[24.533841, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] diff --git a/doc/asciicasts/report.cast b/doc/asciicasts/report.cast index 07cea326..68a5e8a7 100644 --- a/doc/asciicasts/report.cast +++ b/doc/asciicasts/report.cast @@ -1,44 +1,44 @@ -{"version": 2, "width": 193, "height": 32, "timestamp": 1781464348, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} -[0.056471, "o", "\u001b[H\u001b[2J\u001b[3J"] -[0.066242, "o", "$ "] -[1.069995, "o", "\u001b"] -[1.25028, "o", "[1"] -[1.340455, "o", "ml"] -[1.430588, "o", "s "] -[1.520714, "o", "-l"] -[1.610924, "o", "\u001b["] -[1.701058, "o", "0m"] -[2.706315, "o", "\r\n"] -[2.710428, "o", "total 12\r\n"] -[2.710915, "o", "drwxr-xr-x+ 3 dev dev 4096 Jun 14 19:12 cpputest\r\n-rw-rw-rw- 1 dev dev 733 Jun 14 19:12 dfetch.yaml\r\ndrwxr-xr-x+ 4 dev dev 4096 Jun 14 19:12 jsmn\r\n"] -[2.717847, "o", "$ "] -[3.720828, "o", "\u001b["] -[3.90151, "o", "1m"] -[3.991645, "o", "df"] -[4.081924, "o", "et"] -[4.172078, "o", "ch "] -[4.262215, "o", "re"] -[4.352346, "o", "po"] -[4.44243, "o", "rt"] -[4.534894, "o", "\u001b["] -[4.622734, "o", "0m"] -[5.624024, "o", "\r\n"] -[6.183272, "o", "\u001b[1;34mDfetch (0.14.0)\u001b[0m\r\n"] -[6.21831, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n \u001b[1;92m- remote :\u001b[0m\u001b[1;34m github\u001b[0m\r\n"] -[6.219751, "o", " \u001b[1;92m remote url :\u001b[0m\u001b[1;34m https://github.com/cpputest/cpputest.git\u001b[0m\r\n"] -[6.220307, "o", " \u001b[1;92m branch :\u001b[0m\u001b[1;34m master\u001b[0m\r\n"] -[6.220801, "o", " \u001b[1;92m tag :\u001b[0m\u001b[1;34m v3.4\u001b[0m\r\n"] -[6.221302, "o", " \u001b[1;92m last fetch :\u001b[0m\u001b[1;34m 14/06/2026, 19:12:17\u001b[0m\r\n"] -[6.221804, "o", " \u001b[1;92m revision :\u001b[0m\u001b[1;34m \u001b[0m\r\n"] -[6.222291, "o", " \u001b[1;92m patch :\u001b[0m\u001b[1;34m \u001b[0m\r\n"] -[6.222804, "o", " \u001b[1;92m licenses :\u001b[0m\u001b[1;34m BSD 3-Clause \"New\" or \"Revised\" License\u001b[0m\r\n"] -[6.226909, "o", " \u001b[1;92mjsmn:\u001b[0m\r\n"] -[6.227814, "o", " \u001b[1;92m- remote :\u001b[0m\u001b[1;34m github\u001b[0m\r\n"] -[6.229358, "o", " \u001b[1;92m remote url :\u001b[0m\u001b[1;34m https://github.com/zserge/jsmn.git\u001b[0m\r\n"] -[6.229976, "o", " \u001b[1;92m branch :\u001b[0m\u001b[1;34m master\u001b[0m\r\n"] -[6.230616, "o", " \u001b[1;92m tag :\u001b[0m\u001b[1;34m \u001b[0m\r\n"] -[6.231321, "o", " \u001b[1;92m last fetch :\u001b[0m\u001b[1;34m 14/06/2026, 19:12:18\u001b[0m\r\n"] -[6.231686, "o", " \u001b[1;92m revision :\u001b[0m\u001b[1;34m 25647e692c7906b96ffd2b05ca54c097948e879c\u001b[0m\r\n"] -[6.232218, "o", " \u001b[1;92m patch :\u001b[0m\u001b[1;34m \u001b[0m\r\n"] -[6.233423, "o", " \u001b[1;92m licenses :\u001b[0m\u001b[1;34m MIT License\u001b[0m\r\n"] -[9.347354, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] +{"version": 2, "width": 229, "height": 35, "timestamp": 1781903273, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} +[0.103652, "o", "\u001b[H\u001b[2J\u001b[3J"] +[0.10798, "o", "$ "] +[1.117035, "o", "\u001b"] +[1.297261, "o", "[1"] +[1.38736, "o", "ml"] +[1.477524, "o", "s "] +[1.567668, "o", "-"] +[1.657791, "o", "l\u001b"] +[1.747948, "o", "[0"] +[1.838081, "o", "m"] +[2.842382, "o", "\r\n"] +[2.845614, "o", "total 12\r\ndrwxr-xr-x+ 3 dev dev 4096 Jun 19 21:07 cpputest\r\n-rw-rw-rw- 1 dev dev 733 Jun 19 21:07 dfetch.yaml\r\ndrwxr-xr-x+ 4 dev dev 4096 Jun 19 21:07 jsmn\r\n"] +[2.854273, "o", "$ "] +[3.858295, "o", "\u001b["] +[4.038619, "o", "1m"] +[4.130316, "o", "df"] +[4.220551, "o", "et"] +[4.31057, "o", "ch"] +[4.400712, "o", " r"] +[4.490822, "o", "ep"] +[4.580968, "o", "or"] +[4.671104, "o", "t\u001b"] +[4.761247, "o", "[0"] +[4.942414, "o", "m"] +[5.943931, "o", "\r\n"] +[6.680663, "o", "\u001b[1;34mDfetch (0.14.1)\u001b[0m\r\n"] +[6.790689, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n"] +[6.791299, "o", " \u001b[1;92m- remote :\u001b[0m\u001b[1;34m github\u001b[0m\r\n"] +[6.794118, "o", " \u001b[1;92m remote url :\u001b[0m\u001b[1;34m https://github.com/cpputest/cpputest.git\u001b[0m\r\n"] +[6.795546, "o", " \u001b[1;92m branch :\u001b[0m\u001b[1;34m master\u001b[0m\r\n"] +[6.796653, "o", " \u001b[1;92m tag :\u001b[0m\u001b[1;34m v3.4\u001b[0m\r\n"] +[6.797438, "o", " \u001b[1;92m last fetch :\u001b[0m\u001b[1;34m 19/06/2026, 21:07:41\u001b[0m\r\n"] +[6.798045, "o", " \u001b[1;92m revision :\u001b[0m\u001b[1;34m \u001b[0m\r\n"] +[6.798693, "o", " \u001b[1;92m patch :\u001b[0m\u001b[1;34m \u001b[0m\r\n"] +[6.799364, "o", " \u001b[1;92m licenses :\u001b[0m\u001b[1;34m BSD 3-Clause \"New\" or \"Revised\" License\u001b[0m\r\n"] +[6.807219, "o", " \u001b[1;92mjsmn:\u001b[0m\r\n"] +[6.807853, "o", " \u001b[1;92m- remote :\u001b[0m\u001b[1;34m github\u001b[0m\r\n"] +[6.809559, "o", " \u001b[1;92m remote url :\u001b[0m\u001b[1;34m https://github.com/zserge/jsmn.git\u001b[0m\r\n"] +[6.81006, "o", " \u001b[1;92m branch :\u001b[0m\u001b[1;34m master\u001b[0m\r\n"] +[6.811514, "o", " \u001b[1;92m tag :\u001b[0m\u001b[1;34m \u001b[0m\r\n \u001b[1;92m last fetch :\u001b[0m\u001b[1;34m 19/06/2026, 21:07:42\u001b[0m\r\n \u001b[1;92m revision :\u001b[0m\u001b[1;34m 25647e692c7906b96ffd2b05ca54c097948e879c\u001b[0m\r\n"] +[6.811947, "o", " \u001b[1;92m patch :\u001b[0m\u001b[1;34m \u001b[0m\r\n"] +[6.812342, "o", " \u001b[1;92m licenses :\u001b[0m\u001b[1;34m MIT License\u001b[0m\r\n"] +[9.926008, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] diff --git a/doc/asciicasts/sbom.cast b/doc/asciicasts/sbom.cast index 82cee9ae..af32f4f3 100644 --- a/doc/asciicasts/sbom.cast +++ b/doc/asciicasts/sbom.cast @@ -1,62 +1,51 @@ -{"version": 2, "width": 193, "height": 32, "timestamp": 1781464357, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} -[0.098641, "o", "\u001b[H\u001b[2J\u001b[3J"] -[0.105572, "o", "$ "] -[1.108948, "o", "\u001b["] -[1.289218, "o", "1m"] -[1.379395, "o", "ls"] -[1.473348, "o", " -"] -[1.559668, "o", "l\u001b"] -[1.649808, "o", "[0"] -[1.740538, "o", "m"] -[2.742581, "o", "\r\n"] -[2.74694, "o", "total 12\r\ndrwxr-xr-x+ 3 dev dev 4096 Jun 14 19:12 cpputest\r\n-rw-rw-rw- 1 dev dev 733 Jun 14 19:12 dfetch.yaml\r\ndrwxr-xr-x+ 4 dev dev 4096 Jun 14 19:12 jsmn\r\n"] -[2.755455, "o", "$ "] -[3.758847, "o", "\u001b"] -[3.939155, "o", "[1"] -[4.029318, "o", "md"] -[4.119486, "o", "fe"] -[4.209626, "o", "tc"] -[4.299779, "o", "h "] -[4.389922, "o", "re"] -[4.480052, "o", "po"] -[4.570362, "o", "rt"] -[4.660514, "o", " -"] -[4.840787, "o", "t"] -[4.930928, "o", " s"] -[5.021062, "o", "bo"] -[5.111231, "o", "m\u001b"] -[5.201376, "o", "[0"] -[5.291815, "o", "m"] -[6.293071, "o", "\r\n"] -[7.406928, "o", "\u001b[1;34mDfetch (0.14.0)\u001b[0m\r\n"] -[7.479341, "o", "Generated SBoM report: report.cdx.json\r\n"] -[7.6066, "o", "$ "] -[8.609961, "o", "\u001b["] -[8.790304, "o", "1m"] -[8.880426, "o", "ca"] -[8.970566, "o", "t "] -[9.06071, "o", "re"] -[9.150861, "o", "po"] -[9.24102, "o", "rt"] -[9.331179, "o", ".c"] -[9.421334, "o", "dx"] -[9.511381, "o", ".j"] -[9.69168, "o", "son"] -[9.781807, "o", "\u001b["] -[9.871942, "o", "0m"] -[10.873713, "o", "\r\n"] -[10.877656, "o", "{"] -[10.877716, "o", "\r\n"] -[10.877735, "o", " \"components\": ["] -[10.877756, "o", "\r\n"] -[10.877823, "o", " {"] -[10.877989, "o", "\r\n"] -[10.87801, "o", " \"bom-ref\": \"cpputest-v3.4\","] -[10.878027, "o", "\r\n"] -[10.878058, "o", " \"evidence\": {"] -[10.878419, "o", "\r\n \"identity\": [\r\n {\r\n \"concludedValue\": \"cpputest\",\r\n \"field\": \"name\",\r\n \"methods\": [\r\n {\r\n \"confidence\": 0.4,\r\n \"technique\": \"manifest-analysis\",\r\n \"value\": \"Name as used for project in dfetch.yaml\"\r\n }\r\n ],\r\n \"tools\": [\r\n \"dfetch-0.14.0\"\r\n ]\r\n },\r\n {\r\n \"concludedValue\": \"pkg:github/cpputest/cpputest@v3.4\",\r\n \"field\": \"purl\",\r\n \"methods\": [\r\n {\r\n \"confidence\": 0.4,\r\n \"technique\": \"manifest-analysis\",\r\n \"value\": \"Determined from https://github.com/cpputest/cpputest.git as used for the project cpputest in dfetch.yaml\"\r\n }\r\n ],\r\n \"tools\": [\r\n \"dfetch-0.14.0\"\r\n ]\r\n },\r\n {\r\n \"concludedValue\": \"v3.4\",\r\n \"field\": \"version\",\r\n \"methods\": [\r\n {\r\n \"confidence\": 0.4,\r\n \"technique\": \"manifest-analysis\",\r\n \"value\": \"Version as used for project in dfetch.yaml\"\r\n }\r\n ],\r\n \"tools\": [\r\n \"dfetch-0.14.0\"\r\n ]\r\n }\r\n ],\r\n \"licenses\": [\r\n {\r\n \"license\": {\r\n \"id\": \"BSD-3-Clause\",\r\n \"text\": {\r\n \"content\": \"Q29weXJpZ2h0IChjKSAyMDA3LCBNaWNoYWVsIEZlYXRoZXJzLCBKYW1lcyBHcmVubmluZyBhbmQgQmFzIFZvZGRlCkFsbCByaWdodHMgcmVzZXJ2ZWQuCgpSZWRpc3RyaWJ1dGlvbiBhbmQgdXNlIGluIHNvdXJjZSBhbmQgYmluYXJ5IGZvcm1zLCB3aXRoIG9yIHdpdGhvdXQgbW9kaWZpY2F0aW9uLCBhcmUgcGVybWl0dGVkIHByb3ZpZGVkIHRoYXQgdGhlIGZvbGxvd2luZyBjb25kaXRpb25zIGFyZSBtZXQ6CgogICAgUmVkaXN0cmlidXRpb25zIG9mIHNvdXJjZSBjb2RlIG11c3QgcmV0YWluIHRoZSBhYm92ZSBjb3B5cmlnaHQgbm90aWNlLCB0aGlzIGxpc3Qgb2YgY29uZGl0aW9ucyBhbmQgdGhlIGZvbGxvd2luZyBkaXNjbGFpbWVyLgogICAgUmVkaXN0cmlidXRpb25zIGluIGJpbmFyeSBmb3JtIG11c3QgcmVwcm9kdWNlIHRoZSBhYm92ZSBjb3B5cmlnaHQgbm90aWNlLCB0aGlzIGxpc3Qgb2YgY29uZGl0aW9ucyBhbmQgdGhlIGZvbGxvd2luZyBkaXNjbGFpbWVyIGluIHRoZSBkb2N1bWVudGF0aW9uIGFuZC9vciBvdGhlciBtYXRlcmlhbHMgcHJvdmlkZWQgd2l0aCB0aGUgZGlzdHJpYnV0aW9uLgogICAgTmVpdGhlciB0aGUgbmFtZSBvZiB0aGUgPE9SR0FOSVpBVElPTj4gbm9yIHRoZSBuYW1lcyBvZiBpdHMgY29udHJpYnV0b3JzIG1heSBiZSB1c2VkIHRvIGVuZG9yc2Ugb3IgcHJvbW90ZSBwcm9kdWN0cyBkZXJpdmVkIGZyb20gdGhpcyBzb2Z0d2FyZSB3aXRob3V0IHNwZWNpZmljIHByaW9yIHdyaXR0ZW4gcGVybWlzc2lvbi4KClRISVMgU09GVFdBUkUgSVMgUFJPVklERUQgQlkgVEhFIENPUFlSSUdIVCBIT0xERVJTIEFORCBDT05UUklCVVRPUlMgIkFTIElTIiBBTkQgQU5ZIEVYUFJFU1MgT1IgSU1QTElFRCBXQVJSQU5USUVTLCBJTkNMVURJTkcsIEJVVCBOT1QgTElNSVRFRCBUTywgVEhFIElNUExJRUQgV0FSUkFOVElFUyBPRiBNRVJDSEFOVEFCSUxJVFkgQU5EIEZJVE5FU1MgRk9SIEEgUEFSVElDVUxBUiBQVVJQT1NFIEFSRSBESVNDTEFJTUVELiBJTiBOTyBFVkVOVCBTSEFMTCBUSEUgQ09QWVJJR0hUIEhPTERFUiBPUiBDT05UUklCVVRPUlMgQkUgTElBQkxFIEZPUiBBTlkgRElSRUNULCBJTkRJUkVDVCwgSU5DSURFTlRBTCwgU1BFQ0lBTCwgRVhFTVBMQVJZLCBPUiBDT05TRVFVRU5USUFMIERBTUFHRVMgKElOQ0xVRElORywgQlVUIE5PVCBMSU1JVEVEIFRPLCBQUk9DVVJFTUVOVCBPRiBTVUJTVElUVVRFIEdPT0RTIE9SIFNFUlZJQ0VTOyBMT1NTIE9GIFVTRSwgREFUQSwgT1IgUFJPRklUUzsgT1IgQlVTSU5FU1MgSU5URVJSVVBUSU9OKSBIT1dFVkVSIENBVVNFRCBBTkQgT04gQU5ZIFRIRU9SWSBPRiBMSUFCSUxJVFksIFdIRVRIRVIgSU4gQ09OVFJBQ1QsIFNUUklDVCBMSUFCSUxJVFksIE9SIFRPUlQgKElOQ0xVRElORyBORUdMSUdFTkNFIE9SIE9USEVSV0lTRSkgQVJJU0lORyBJTiBBTlkgV0FZIE9VVCBPRiBUSEUgVVNFIE9GIFRISVMgU09GVFdBUkUsIEVWRU4gSUYgQURWSVNFRCBP"] -[10.878866, "o", "RiBUSEUgUE9TU0lCSUxJVFkgT0YgU1VDSCBEQU1BR0Uu\",\r\n \"contentType\": \"text/plain\",\r\n \"encoding\": \"base64\"\r\n }\r\n }\r\n }\r\n ],\r\n \"occurrences\": [\r\n {\r\n \"line\": 9,\r\n \"location\": \"dfetch.yaml\",\r\n \"offset\": 11\r\n }\r\n ]\r\n },\r\n \"externalReferences\": [\r\n {\r\n \"type\": \"vcs\",\r\n \"url\": \"https://github.com/cpputest/cpputest\"\r\n }\r\n ],\r\n \"group\": \"cpputest\",\r\n \"licenses\": [\r\n {\r\n \"license\": {\r\n \"id\": \"BSD-3-Clause\",\r\n \"text\": {\r\n \"content\": \"Q29weXJpZ2h0IChjKSAyMDA3LCBNaWNoYWVsIEZlYXRoZXJzLCBKYW1lcyBHcmVubmluZyBhbmQgQmFzIFZvZGRlCkFsbCByaWdodHMgcmVzZXJ2ZWQuCgpSZWRpc3RyaWJ1dGlvbiBhbmQgdXNlIGluIHNvdXJjZSBhbmQgYmluYXJ5IGZvcm1zLCB3aXRoIG9yIHdpdGhvdXQgbW9kaWZpY2F0aW9uLCBhcmUgcGVybWl0dGVkIHByb3ZpZGVkIHRoYXQgdGhlIGZvbGxvd2luZyBjb25kaXRpb25zIGFyZSBtZXQ6CgogICAgUmVkaXN0cmlidXRpb25zIG9mIHNvdXJjZSBjb2RlIG11c3QgcmV0YWluIHRoZSBhYm92ZSBjb3B5cmlnaHQgbm90aWNlLCB0aGlzIGxpc3Qgb2YgY29uZGl0aW9ucyBhbmQgdGhlIGZvbGxvd2luZyBkaXNjbGFpbWVyLgogICAgUmVkaXN0cmlidXRpb25zIGluIGJpbmFyeSBmb3JtIG11c3QgcmVwcm9kdWNlIHRoZSBhYm92ZSBjb3B5cmlnaHQgbm90aWNlLCB0aGlzIGxpc3Qgb2YgY29uZGl0aW9ucyBhbmQgdGhlIGZvbGxvd2luZyBkaXNjbGFpbWVyIGluIHRoZSBkb2N1bWVudGF0aW9uIGFuZC9vciBvdGhlciBtYXRlcmlhbHMgcHJvdmlkZWQgd2l0aCB0aGUgZGlzdHJpYnV0aW9uLgogICAgTmVpdGhlciB0aGUgbmFtZSBvZiB0aGUgPE9SR0FOSVpBVElPTj4gbm9yIHRoZSBuYW1lcyBvZiBpdHMgY29udHJpYnV0b3JzIG1heSBiZSB1c2VkIHRvIGVuZG9yc2Ugb3IgcHJvbW90ZSBwcm9kdWN0cyBkZXJpdmVkIGZyb20gdGhpcyBzb2Z0d2FyZSB3aXRob3V0IHNwZWNpZmljIHByaW9yIHdyaXR0ZW4gcGVybWlzc2lvbi4KClRISVMgU09GVFdBUkUgSVMgUFJPVklERUQgQlkgVEhFIENPUFlSSUdIVCBIT0xERVJTIEFORCBDT05UUklCVVRPUlMgIkFTIElTIiBBTkQgQU5ZIEVYUFJFU1MgT1IgSU1QTElFRCBXQVJSQU5USUVTLCBJTkNMVURJTkcsIEJVVCBOT1QgTElNSVRFRCBUTywgVEhFIElNUExJRUQgV0FSUkFOVElFUyBPRiBNRVJDSEFOVEFCSUxJVFkgQU5EIEZJVE5FU1MgRk9SIEEgUEFSVElDVUxBUiBQVVJQT1NFIEFSRSBESVNDTEFJTUVELiBJTiBOTyBFVkVOVCBTSEFMTCBUSEUgQ09QWVJJR0hUIEhPTERFUiBPUiBDT05UUklCVVRPUlMgQkUgTElBQkxFIEZPUiBBTlkgRElSRUNULCBJTkRJUkVDVCwgSU5DSURFTlRBTCwgU1BFQ0lBTCwgRVhFTVBMQVJZLCBPUiBDT05TRVFVRU5USUFMIERBTUFHRVMgKElOQ0xVRElORywgQlVUIE5PVCBMSU1JVEVEIFRPLCBQUk9DVVJFTUVOVCBPRiBTVUJTVElUVVRFIEdPT0RTIE9SIFNFUlZJQ0VTOyBMT1NTIE9GIFVTRSwgREFUQSwgT1IgUFJPRklUUzsgT1IgQlVTSU5FU1MgSU5URVJSVVBUSU9OKSBIT1dFVkVSIENBVVNFRCBBTkQgT04gQU5ZIFRIRU9SWSBPRiBMSUFCSUxJVFksIFdIRVRIRVIgSU4gQ09OVFJBQ1QsIFNUUklDVCBMSUFCSUxJVFksIE9SIFRPUlQgKElOQ0xVRElORyBORUdMSUdFTkNFIE9SIE9USEVSV0lTRSkgQVJJU0lORyBJTiBBTlkgV0FZIE9VVCBPRiBUSEUgVVNFIE9GIFRISVMgU09GVFdBUkUsIEVWRU4gSUYgQURWSVNFRCBPRiBUSEUgUE9TU0lCSUxJVFkgT0YgU1VDSCBEQU1BR0Uu\",\r\n \"contentType\": \"text/plain\",\r\n \"encoding\": \"base64\"\r\n }\r\n }\r\n }\r\n ],\r\n \"name\": \"cpputest\",\r\n \"properties\": [\r\n {\r\n \"name\": \"dfetch:license:BSD-3-Clause:confidence\",\r\n \"value\": \"0.91\"\r\n },\r\n {\r\n \"name\": \"dfetch:license:threshold\",\r\n \"value\": \"0.80\"\r\n },\r\n {\r\n \"name\": \"dfetch:license:tool\",\r\n \"value\": \"infer-license 0.2.0\"\r\n }\r\n ],\r\n \"purl\": \"pkg:github/cpputest/cpputest@v3.4\",\r\n \"type\": \"library\",\r\n \"version\": \"v3.4\"\r\n },\r\n {\r\n \"bom-ref\": \"jsmn-25647e692c7906b96ffd2b05ca54c097948e879c\",\r\n \"evidence\": {\r\n \"identity\": [\r\n {\r\n \"concludedValue\": \"jsmn\",\r\n \"field\": \"name\",\r\n \"methods\": [\r\n "] -[10.880063, "o", " {\r\n \"confidence\": 0.4,\r\n \"technique\": \"manifest-analysis\",\r\n \"value\": \"Name as used for project in dfetch.yaml\"\r\n }\r\n ],\r\n \"tools\": [\r\n \"dfetch-0.14.0\"\r\n ]\r\n },\r\n {\r\n \"concludedValue\": \"pkg:github/zserge/jsmn@25647e692c7906b96ffd2b05ca54c097948e879c\",\r\n \"field\": \"purl\",\r\n \"methods\": [\r\n {\r\n \"confidence\": 0.4,\r\n \"technique\": \"manifest-analysis\",\r\n \"value\": \"Determined from https://github.com/zserge/jsmn.git as used for the project jsmn in dfetch.yaml\"\r\n }\r\n ],\r\n \"tools\": [\r\n \"dfetch-0.14.0\"\r\n ]\r\n },\r\n {\r\n \"concludedValue\": \"25647e692c7906b96ffd2b05ca54c097948e879c\",\r\n \"field\": \"version\",\r\n \"methods\": [\r\n {\r\n \"confidence\": 0.4,\r\n \"technique\": \"manifest-analysis\",\r\n \"value\": \"Version as used for project in dfetch.yaml\"\r\n }\r\n ],\r\n \"tools\": [\r\n \"dfetch-0.14.0\"\r\n ]\r\n }\r\n ],\r\n \"licenses\": [\r\n {\r\n \"license\": {\r\n \"id\": \"MIT\",\r\n \"text\": {\r\n \"content\": \"Q29weXJpZ2h0IChjKSAyMDEwIFNlcmdlIEEuIFphaXRzZXYKClBlcm1pc3Npb24gaXMgaGVyZWJ5IGdyYW50ZWQsIGZyZWUgb2YgY2hhcmdlLCB0byBhbnkgcGVyc29uIG9idGFpbmluZyBhIGNvcHkKb2YgdGhpcyBzb2Z0d2FyZSBhbmQgYXNzb2NpYXRlZCBkb2N1bWVudGF0aW9uIGZpbGVzICh0aGUgIlNvZnR3YXJlIiksIHRvIGRlYWwKaW4gdGhlIFNvZnR3YXJlIHdpdGhvdXQgcmVzdHJpY3Rpb24sIGluY2x1ZGluZyB3aXRob3V0IGxpbWl0YXRpb24gdGhlIHJpZ2h0cwp0byB1c2UsIGNvcHksIG1vZGlmeSwgbWVyZ2UsIHB1Ymxpc2gsIGRpc3RyaWJ1dGUsIHN1YmxpY2Vuc2UsIGFuZC9vciBzZWxsCmNvcGllcyBvZiB0aGUgU29mdHdhcmUsIGFuZCB0byBwZXJtaXQgcGVyc29ucyB0byB3aG9tIHRoZSBTb2Z0d2FyZSBpcwpmdXJuaXNoZWQgdG8gZG8gc28sIHN1YmplY3QgdG8gdGhlIGZvbGxvd2luZyBjb25kaXRpb25zOgoKVGhlIGFib3ZlIGNvcHlyaWdodCBub3RpY2UgYW5kIHRoaXMgcGVybWlzc2lvbiBub3RpY2Ugc2hhbGwgYmUgaW5jbHVkZWQgaW4KYWxsIGNvcGllcyBvciBzdWJzdGFudGlhbCBwb3J0aW9ucyBvZiB0aGUgU29mdHdhcmUuCgpUSEUgU09GVFdBUkUgSVMgUFJPVklERUQgIkFTIElTIiwgV0lUSE9VVCBXQVJSQU5UWSBPRiBBTlkgS0lORCwgRVhQUkVTUyBPUgpJTVBMSUVELCBJTkNMVURJTkcgQlVUIE5PVCBMSU1JVEVEIFRPIFRIRSBXQVJSQU5USUVTIE9GIE1FUkNIQU5UQUJJTElUWSwKRklUTkVTUyBGT1IgQSBQQVJUSUNVTEFSIFBVUlBPU0UgQU5EIE5PTklORlJJTkdFTUVOVC4gSU4gTk8gRVZFTlQgU0hBTEwgVEhFCkFVVEhPUlMgT1IgQ09QWVJJR0hUIEhPTERFUlMgQkUgTElBQkxFIEZPUiBBTlkgQ0xBSU0sIERBTUFHRVMgT1IgT1RIRVIKTElBQklMSVRZLCBXSEVUSEVSIElOIEFOIEFDVElPTiBPRiBDT05UUkFDVCwgVE9SVCBPUiBPVEhFUldJU0UsIEFSSVNJTkcgRlJPTSwKT1VUIE9GIE9SIElOIENPTk5FQ1RJT04gV0lUSCBUSEUgU09GVFdBUkUgT1IgVEhFIFVTRSBPUiBPVEhFUiBERUFMSU5HUyBJTgpUSEUgU09GVFdBUkUuCgo=\",\r\n \"contentType\": \"text/plain\",\r\n \"encoding\": \"base64\"\r\n }\r\n }\r\n }\r\n ],\r\n \"occurrences\": [\r\n {\r\n \"line\": 14,\r\n \"location\": \"dfetch.yaml\",\r\n \"offset\": 11\r\n }\r\n ]\r\n },\r\n \"externalReferences\": [\r\n {\r\n \"type\": \"vcs\",\r\n \"url\": \"https://github.com/zserge/jsmn\"\r\n }\r\n ],\r\n \"group\": \"zserge\",\r\n \"licenses\": [\r\n "] -[10.880095, "o", " {\r\n \"license\": {\r\n \"id\": \"MIT\",\r\n \"text\": {\r\n \"content\": \"Q29weXJpZ2h0IChjKSAyMDEwIFNlcmdlIEEuIFphaXRzZXYKClBlcm1pc3Npb24gaXMgaGVyZWJ5IGdyYW50ZWQsIGZyZWUgb2YgY2hhcmdlLCB0byBhbnkgcGVyc29uIG9idGFpbmluZyBhIGNvcHkKb2YgdGhpcyBzb2Z0d2FyZSBhbmQgYXNzb2NpYXRlZCBkb2N1bWVudGF0aW9uIGZpbGVzICh0aGUgIlNvZnR3YXJlIiksIHRvIGRlYWwKaW4gdGhlIFNvZnR3YXJlIHdpdGhvdXQgcmVzdHJpY3Rpb24sIGluY2x1ZGluZyB3aXRob3V0IGxpbWl0YXRpb24gdGhlIHJpZ2h0cwp0byB1c2UsIGNvcHksIG1vZGlmeSwgbWVyZ2UsIHB1Ymxpc2gsIGRpc3RyaWJ1dGUsIHN1YmxpY2Vuc2UsIGFuZC9vciBzZWxsCmNvcGllcyBvZiB0aGUgU29mdHdhcmUsIGFuZCB0byBwZXJtaXQgcGVyc29ucyB0byB3aG9tIHRoZSBTb2Z0d2FyZSBpcwpmdXJuaXNoZWQgdG8gZG8gc28sIHN1YmplY3QgdG8gdGhlIGZvbGxvd2luZyBjb25kaXRpb25zOgoKVGhlIGFib3ZlIGNvcHlyaWdodCBub3RpY2UgYW5kIHRoaXMgcGVybWlzc2lvbiBub3RpY2Ugc2hhbGwgYmUgaW5jbHVkZWQgaW4KYWxsIGNvcGllcyBvciBzdWJzdGFudGlhbCBwb3J0aW9ucyBvZiB0aGUgU29mdHdhcmUuCgpUSEUgU09GVFdBUkUgSVMgUFJPVklERUQgIkFTIElTIiwgV0lUSE9VVCBXQVJSQU5UWSBPRiBBTlkgS0lORCwgRVhQUkVTUyBPUgpJTVBMSUVELCBJTkNMVURJTkcgQlVUIE5PVCBMSU1JVEVEIFRPIFRIRSBXQVJSQU5USUVTIE9GIE1FUkNIQU5UQUJJTElUWSwKRklUTkVTUyBGT1IgQSBQQVJUSUNVTEFSIFBVUlBPU0UgQU5EIE5PTklORlJJTkdFTUVOVC4gSU4gTk8gRVZFTlQgU0hBTEwgVEhFCkFVVEhPUlMgT1IgQ09QWVJJR0hUIEhPTERFUlMgQkUgTElBQkxFIEZPUiBBTlkgQ0xBSU0sIERBTUFHRVMgT1IgT1RIRVIKTElBQklMSVRZLCBXSEVUSEVSIElOIEFOIEFDVElPTiBPRiBDT05UUkFDVCwgVE9SVCBPUiBPVEhFUldJU0UsIEFSSVNJTkcgRlJPTSwKT1VUIE9GIE9SIElOIENPTk5FQ1RJT04gV0lUSCBUSEUgU09GVFdBUkUgT1IgVEhFIFVTRSBPUiBPVEhFUiBERUFMSU5HUyBJTgpUSEUgU09GVFdBUkUuCgo=\",\r\n \"contentType\": \"text/plain\",\r\n \"encoding\": \"base64\"\r\n }\r\n }\r\n }\r\n ],\r\n \"name\": \"jsmn\",\r\n \"properties\": [\r\n {\r\n \"name\": \"dfetch:license:MIT:confidence\",\r\n \"value\": \"0.93\"\r\n },\r\n {\r\n \"name\": \"dfetch:license:threshold\",\r\n \"value\": \"0.80\"\r\n },\r\n {\r\n \"name\": \"dfetch:license:tool\",\r\n \"value\": \"infer-license 0.2.0\"\r\n }\r\n ],\r\n \"purl\": \"pkg:github/zserge/jsmn@25647e692c7906b96ffd2b05ca54c097948e879c\",\r\n \"type\": \"library\",\r\n \"version\": \"25647e692c7906b96ffd2b05ca54c097948e879c\"\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"ref\": \"cpputest-v3.4\"\r\n },\r\n {\r\n \"ref\": \"jsmn-25647e692c7906b96ffd2b05ca54c097948e879c\"\r\n }\r\n ],\r\n \"metadata\": {\r\n \"timestamp\": \"2026-06-14T19:12:45.369853+00:00\",\r\n \"tools\": {\r\n \"components\": [\r\n {\r\n \"bom-ref\": \"dfetch-0.14.0\",\r\n \"externalReferences\": [\r\n {\r\n \"type\": \"build-system\",\r\n \"url\": \"https://github.com/dfetch-org/dfetch/actions\"\r\n },\r\n {\r\n \"type\": \"distribution\",\r\n \"url\": \"https://pypi.org/project/dfetch/\"\r\n },\r\n {\r\n \"type\": \"documentation\",\r\n \"url\": \"https://dfetch.readthedocs.io/\"\r\n },\r\n {\r\n \"type\": \"issue-tracker\",\r\n \"url\": \"https://github.com/dfetch-org/dfetch/issues\"\r\n },\r\n {\r\n \"type\": \"license\",\r\n \"url\": \"https://github.com/dfetch-org/dfetch/blob/main/LICENSE\"\r\n },\r\n {\r\n \"type\": \"release-notes\",\r\n \"url\": \"https://github.com/dfetch-org/dfetch/blob/main/CHANGELOG.rst\"\r\n },\r\n {\r\n \"type\": \"vcs\""] -[10.88012, "o", ",\r\n \"url\": \"https://github.com/dfetch-org/dfetch\"\r\n },\r\n {\r\n \"type\": \"website\",\r\n \"url\": \"https://dfetch-org.github.io/\"\r\n }\r\n ],\r\n \"licenses\": [\r\n {\r\n \"license\": {\r\n \"acknowledgement\": \"declared\",\r\n \"id\": \"MIT\"\r\n }\r\n }\r\n ],\r\n \"name\": \"dfetch\",\r\n \"supplier\": {\r\n \"name\": \"dfetch-org\"\r\n },\r\n \"type\": \"application\",\r\n \"version\": \"0.14.0\"\r\n },\r\n {\r\n \"description\": \"Python library for CycloneDX\",\r\n \"externalReferences\": [\r\n {\r\n \"type\": \"build-system\",\r\n \"url\": \"https://github.com/CycloneDX/cyclonedx-python-lib/actions\"\r\n },\r\n {\r\n \"type\": \"distribution\",\r\n \"url\": \"https://pypi.org/project/cyclonedx-python-lib/\"\r\n },\r\n {\r\n \"type\": \"documentation\",\r\n \"url\": \"https://cyclonedx-python-library.readthedocs.io/\"\r\n },\r\n {\r\n \"type\": \"issue-tracker\",\r\n \"url\": \"https://github.com/CycloneDX/cyclonedx-python-lib/issues\"\r\n },\r\n {\r\n \"type\": \"license\",\r\n \"url\": \"https://github.com/CycloneDX/cyclonedx-python-lib/blob/main/LICENSE\"\r\n },\r\n {\r\n \"type\": \"release-notes\",\r\n \"url\": \"https://github.com/CycloneDX/cyclonedx-python-lib/blob/main/CHANGELOG.md\"\r\n },\r\n {\r\n \"type\": \"vcs\",\r\n \"url\": \"https://github.com/CycloneDX/cyclonedx-python-lib\"\r\n },\r\n {\r\n \"type\": \"website\",\r\n \"url\": \"https://github.com/CycloneDX/cyclonedx-python-lib/#readme\"\r\n }\r\n ],\r\n \"group\": \"CycloneDX\",\r\n \"licenses\": [\r\n {\r\n \"license\": {\r\n \"acknowledgement\": \"declared\",\r\n \"id\": \"Apache-2.0\"\r\n }\r\n }\r\n ],\r\n \"name\": \"cyclonedx-python-lib\",\r\n \"type\": \"library\",\r\n \"version\": \"11.10.0\"\r\n }\r\n ]\r\n }\r\n },\r\n \"serialNumber\": \"urn:uuid:6f9f904b-852a-4334-a94f-177f19c4adc9\",\r\n \"version\": 1,\r\n \"$schema\": \"http://cyclonedx.org/schema/bom-1.6.schema.json\",\r\n \"bomFormat\": \"CycloneDX\",\r\n \"specVersion\": \"1.6\"\r\n}"] -[13.887243, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] +{"version": 2, "width": 229, "height": 35, "timestamp": 1781903283, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} +[0.047881, "o", "\u001b[H\u001b[2J\u001b[3J"] +[0.054108, "o", "$ "] +[1.057378, "o", "\u001b["] +[1.237584, "o", "1m"] +[1.327709, "o", "ls"] +[1.41791, "o", " -"] +[1.508034, "o", "l\u001b"] +[1.598157, "o", "[0"] +[1.6883, "o", "m"] +[2.689973, "o", "\r\n"] +[2.693709, "o", "total 12\r\n"] +[2.693933, "o", "drwxr-xr-x+ 3 dev dev 4096 Jun 19 21:08 cpputest\r\n-rw-rw-rw- 1 dev dev 733 Jun 19 21:08 dfetch.yaml\r\ndrwxr-xr-x+ 4 dev dev 4096 Jun 19 21:08 jsmn\r\n"] +[2.700158, "o", "$ "] +[3.70437, "o", "\u001b["] +[3.884257, "o", "1m"] +[3.975365, "o", "df"] +[4.064902, "o", "et"] +[4.155231, "o", "ch"] +[4.245212, "o", " r"] +[4.33534, "o", "ep"] +[4.425478, "o", "or"] +[4.515884, "o", "t "] +[4.605854, "o", "-t"] +[4.786294, "o", " sb"] +[4.876574, "o", "om"] +[4.966693, "o", "\u001b["] +[5.056853, "o", "0m"] +[6.058653, "o", "\r\n"] +[6.684935, "o", "\u001b[1;34mDfetch (0.14.1)\u001b[0m\r\n"] +[6.736314, "o", "Generated SBoM report: report.cdx.json\r\n"] +[6.842905, "o", "$ "] +[7.846529, "o", "\u001b["] +[8.026771, "o", "1m"] +[8.11692, "o", "ca"] +[8.207082, "o", "t "] +[8.297215, "o", "re"] +[8.387582, "o", "po"] +[8.477672, "o", "rt"] +[8.567813, "o", ".c"] +[8.657959, "o", "dx"] +[8.748095, "o", ".j"] +[8.928308, "o", "so"] +[9.018467, "o", "n\u001b"] +[9.108627, "o", "[0"] +[9.198777, "o", "m"] +[10.20034, "o", "\r\n"] +[10.204444, "o", "{\r\n \"components\": [\r\n {\r\n \"bom-ref\": \"cpputest-v3.4\",\r\n \"evidence\": {\r\n \"identity\": [\r\n {\r\n \"concludedValue\": \"cpputest\",\r\n \"field\": \"name\",\r\n \"methods\": [\r\n {\r\n \"confidence\": 0.4,\r\n \"technique\": \"manifest-analysis\",\r\n \"value\": \"Name as used for project in dfetch.yaml\"\r\n }\r\n ],\r\n \"tools\": [\r\n \"dfetch-0.14.1\"\r\n ]\r\n },\r\n {\r\n \"concludedValue\": \"pkg:github/cpputest/cpputest@v3.4\",\r\n \"field\": \"purl\",\r\n \"methods\": [\r\n {\r\n \"confidence\": 0.4,\r\n \"technique\": \"manifest-analysis\",\r\n \"value\": \"Determined from https://github.com/cpputest/cpputest.git as used for the project cpputest in dfetch.yaml\"\r\n }\r\n ],\r\n \"tools\": [\r\n \"dfetch-0.14.1\"\r\n ]\r\n },\r\n {\r\n \"concludedValue\": \"v3.4\",\r\n \"field\": \"version\",\r\n \"methods\": [\r\n {\r\n \"confidence\": 0.4,\r\n \"technique\": \"manifest-analysis\",\r\n \"value\": \"Version as used for project in dfetch.yaml\"\r\n }\r\n ],\r\n \"tools\": [\r\n \"dfetch-0.14.1\"\r\n ]\r\n }\r\n ],\r\n \"licenses\": [\r\n {\r\n \"license\": {\r\n \"id\": \"BSD-3-Clause\",\r\n \"text\": {\r\n \"content\": \"Q29weXJpZ2h0IChjKSAyMDA3LCBNaWNoYWVsIEZlYXRoZXJzLCBKYW1lcyBHcmVubmluZyBhbmQgQmFzIFZvZGRlCkFsbCByaWdodHMgcmVzZXJ2ZWQuCgpSZWRpc3RyaWJ1dGlvbiBhbmQgdXNlIGluIHNvdXJjZSBhbmQgYmluYXJ5IGZvcm1zLCB3aXRoIG9yIHdpdGhvdXQgbW9kaWZpY2F0aW9uLCBhcmUgcGVybWl0dGVkIHByb3ZpZGVkIHRoYXQgdGhlIGZvbGxvd2luZyBjb25kaXRpb25zIGFyZSBtZXQ6CgogICAgUmVkaXN0cmlidXRpb25zIG9mIHNvdXJjZSBjb2RlIG11c3QgcmV0YWluIHRoZSBhYm92ZSBjb3B5cmlnaHQgbm90aWNlLCB0aGlzIGxpc3Qgb2YgY29uZGl0aW9ucyBhbmQgdGhlIGZvbGxvd2luZyBkaXNjbGFpbWVyLgogICAgUmVkaXN0cmlidXRpb25zIGluIGJpbmFyeSBmb3JtIG11c3QgcmVwcm9kdWNlIHRoZSBhYm92ZSBjb3B5cmlnaHQgbm90aWNlLCB0aGlzIGxpc3Qgb2YgY29uZGl0aW9ucyBhbmQgdGhlIGZvbGxvd2luZyBkaXNjbGFpbWVyIGluIHRoZSBkb2N1bWVudGF0aW9uIGFuZC9vciBvdGhlciBtYXRlcmlhbHMgcHJvdmlkZWQgd2l0aCB0aGUgZGlzdHJpYnV0aW9uLgogICAgTmVpdGhlciB0aGUgbmFtZSBvZiB0aGUgPE9SR0FOSVpBVElPTj4gbm9yIHRoZSBuYW1lcyBvZiBpdHMgY29udHJpYnV0b3JzIG1heSBiZSB1c2VkIHRvIGVuZG9yc2Ugb3IgcHJvbW90ZSBwcm9kdWN0cyBkZXJpdmVkIGZyb20gdGhpcyBzb2Z0d2FyZSB3aXRob3V0IHNwZWNpZmljIHByaW9yIHdyaXR0ZW4gcGVybWlzc2lvbi4KClRISVMgU09GVFdBUkUgSVMgUFJPVklERUQgQlkgVEhFIENPUFlSSUdIVCBIT0xERVJTIEFORCBDT05UUklCVVRPUlMgIkFTIElTIiBBTkQgQU5ZIEVYUFJFU1MgT1IgSU1QTElFRCBXQVJSQU5USUVTLCBJTkNMVURJTkcsIEJVVCBOT1QgTElNSVRFRCBUTywgVEhFIElNUExJRUQgV0FSUkFOVElFUyBPRiBNRVJDSEFOVEFCSUxJVFkgQU5EIEZJVE5FU1MgRk9SIEEgUEFSVElDVUxBUiBQVVJQT1NFIEFSRSBESVNDTEFJTUVELiBJTiBOTyBFVkVOVCBTSEFMTCBUSEUgQ09QWVJJR0hUIEhPTERFUiBPUiBDT05UUklCVVRPUlMgQkUgTElBQkxFIEZPUiBBTlkgRElSRUNULCBJTkRJUkVDVCwgSU5DSURFTlRBTCwgU1BFQ0lBTCwgRVhFTVBMQVJZLCBPUiBDT05TRVFVRU5USUFMIERBTUFHRVMgKElOQ0xVRElORywgQlVUIE5PVCBMSU1JVEVEIFRPLCBQUk9DVVJFTUVOVCBPRiBTVUJTVElUVVRFIEdPT0RTIE9SIFNFUlZJQ0VTOyBMT1NTIE9GIFVTRSwgREFUQSwgT1IgUFJPRklUUzsgT1IgQlVTSU5FU1MgSU5URVJSVVBUSU9OKSBIT1dFVkVSIENBVVNFRCBBTkQgT04gQU5ZIFRIRU9SWSBPRiBMSUFCSUxJVFksIFdIRVRIRVIgSU4gQ09OVFJBQ1QsIFNUUklDVCBMSUFCSUxJVFksIE9SIFRPUlQgKElOQ0xVRElORyBORUdMSUdFTkNFIE9SIE9USEV"] +[10.204887, "o", "SV0lTRSkgQVJJU0lORyBJTiBBTlkgV0FZIE9VVCBPRiBUSEUgVVNFIE9GIFRISVMgU09GVFdBUkUsIEVWRU4gSUYgQURWSVNFRCBPRiBUSEUgUE9TU0lCSUxJVFkgT0YgU1VDSCBEQU1BR0Uu\",\r\n \"contentType\": \"text/plain\",\r\n \"encoding\": \"base64\"\r\n }\r\n }\r\n }\r\n ],\r\n \"occurrences\": [\r\n {\r\n \"line\": 9,\r\n \"location\": \"dfetch.yaml\",\r\n \"offset\": 11\r\n }\r\n ]\r\n },\r\n \"externalReferences\": [\r\n {\r\n \"type\": \"vcs\",\r\n \"url\": \"https://github.com/cpputest/cpputest\"\r\n }\r\n ],\r\n \"group\": \"cpputest\",\r\n \"licenses\": [\r\n {\r\n \"license\": {\r\n \"id\": \"BSD-3-Clause\",\r\n \"text\": {\r\n \"content\": \"Q29weXJpZ2h0IChjKSAyMDA3LCBNaWNoYWVsIEZlYXRoZXJzLCBKYW1lcyBHcmVubmluZyBhbmQgQmFzIFZvZGRlCkFsbCByaWdodHMgcmVzZXJ2ZWQuCgpSZWRpc3RyaWJ1dGlvbiBhbmQgdXNlIGluIHNvdXJjZSBhbmQgYmluYXJ5IGZvcm1zLCB3aXRoIG9yIHdpdGhvdXQgbW9kaWZpY2F0aW9uLCBhcmUgcGVybWl0dGVkIHByb3ZpZGVkIHRoYXQgdGhlIGZvbGxvd2luZyBjb25kaXRpb25zIGFyZSBtZXQ6CgogICAgUmVkaXN0cmlidXRpb25zIG9mIHNvdXJjZSBjb2RlIG11c3QgcmV0YWluIHRoZSBhYm92ZSBjb3B5cmlnaHQgbm90aWNlLCB0aGlzIGxpc3Qgb2YgY29uZGl0aW9ucyBhbmQgdGhlIGZvbGxvd2luZyBkaXNjbGFpbWVyLgogICAgUmVkaXN0cmlidXRpb25zIGluIGJpbmFyeSBmb3JtIG11c3QgcmVwcm9kdWNlIHRoZSBhYm92ZSBjb3B5cmlnaHQgbm90aWNlLCB0aGlzIGxpc3Qgb2YgY29uZGl0aW9ucyBhbmQgdGhlIGZvbGxvd2luZyBkaXNjbGFpbWVyIGluIHRoZSBkb2N1bWVudGF0aW9uIGFuZC9vciBvdGhlciBtYXRlcmlhbHMgcHJvdmlkZWQgd2l0aCB0aGUgZGlzdHJpYnV0aW9uLgogICAgTmVpdGhlciB0aGUgbmFtZSBvZiB0aGUgPE9SR0FOSVpBVElPTj4gbm9yIHRoZSBuYW1lcyBvZiBpdHMgY29udHJpYnV0b3JzIG1heSBiZSB1c2VkIHRvIGVuZG9yc2Ugb3IgcHJvbW90ZSBwcm9kdWN0cyBkZXJpdmVkIGZyb20gdGhpcyBzb2Z0d2FyZSB3aXRob3V0IHNwZWNpZmljIHByaW9yIHdyaXR0ZW4gcGVybWlzc2lvbi4KClRISVMgU09GVFdBUkUgSVMgUFJPVklERUQgQlkgVEhFIENPUFlSSUdIVCBIT0xERVJTIEFORCBDT05UUklCVVRPUlMgIkFTIElTIiBBTkQgQU5ZIEVYUFJFU1MgT1IgSU1QTElFRCBXQVJSQU5USUVTLCBJTkNMVURJTkcsIEJVVCBOT1QgTElNSVRFRCBUTywgVEhFIElNUExJRUQgV0FSUkFOVElFUyBPRiBNRVJDSEFOVEFCSUxJVFkgQU5EIEZJVE5FU1MgRk9SIEEgUEFSVElDVUxBUiBQVVJQT1NFIEFSRSBESVNDTEFJTUVELiBJTiBOTyBFVkVOVCBTSEFMTCBUSEUgQ09QWVJJR0hUIEhPTERFUiBPUiBDT05UUklCVVRPUlMgQkUgTElBQkxFIEZPUiBBTlkgRElSRUNULCBJTkRJUkVDVCwgSU5DSURFTlRBTCwgU1BFQ0lBTCwgRVhFTVBMQVJZLCBPUiBDT05TRVFVRU5USUFMIERBTUFHRVMgKElOQ0xVRElORywgQlVUIE5PVCBMSU1JVEVEIFRPLCBQUk9DVVJFTUVOVCBPRiBTVUJTVElUVVRFIEdPT0RTIE9SIFNFUlZJQ0VTOyBMT1NTIE9GIFVTRSwgREFUQSwgT1IgUFJPRklUUzsgT1IgQlVTSU5FU1MgSU5URVJSVVBUSU9OKSBIT1dFVkVSIENBVVNFRCBBTkQgT04gQU5ZIFRIRU9SWSBPRiBMSUFCSUxJVFksIFdIRVRIRVIgSU4gQ09OVFJBQ1QsIFNUUklDVCBMSUFCSUxJVFksIE9SIFRPUlQgKElOQ0xVRElORyBORUdMSUdFTkNFIE9SIE9USEVSV0lTRSkgQVJJU0lORyBJTiBBTlkgV0FZIE9VVCBPRiBUSEUgVVNFIE9GIFRISVMgU09GVFdBUkUsIEVWRU4gSUYgQURWSVNFRCBPRiBUSEUgUE9TU0lCSUxJVFkgT0YgU1VDSCBEQU1BR0Uu\",\r\n \"contentType\": \"text/plain\",\r\n \"encoding\": \"base64\"\r\n }\r\n }\r\n }\r\n ],\r\n \"name\": \"cpputest\",\r\n \"properties\": [\r\n {\r\n \"name\": \"dfetch:license:BSD-3-Clause:confidence\",\r\n \"value\": \"0.91\"\r\n },\r\n {\r\n \"name\": \"dfetch:license:threshold\",\r\n \"value\": \"0.80\"\r\n },\r\n {\r\n \"name\": \"dfetch:license:tool\",\r\n \"value\": \"infer-license 0.2.0\"\r\n }\r\n ],\r\n \"purl\": \"pkg:github/cpputest/cpputest@v3.4\",\r\n \"type\": \"library\",\r\n \"version\": \"v3.4\"\r\n },\r\n {\r\n \"bom-ref\": \"jsmn-25647e692c7906b96ffd2b05ca54c097948e879c\",\r\n \"evidence\": {\r\n \"identity\": [\r\n {\r\n \"concludedValue\": \"jsmn\",\r\n \"field\": \"name\",\r\n \"methods\": [\r\n {\r\n \"confidence\": 0.4,\r\n \"technique\": \"manifest-analysis\",\r\n \"value\": \"Name as used for project in dfetch.yaml\"\r\n }\r\n ],\r\n \"tools\": [\r\n \"dfetch-0.14.1\"\r\n ]\r\n },\r\n {\r\n \"concludedValue\": \"pkg:github/zserge/jsmn@25647e692c7906b96ffd2b05ca54c097948e879c\",\r\n \"field\": \"purl\",\r\n \"methods\": [\r\n {\r\n \"confidence\": 0.4,\r\n \"technique\": \"manifest-analysis\",\r\n \"value\": \"Determined from https://github.com/zserge/jsmn.git as used for the project jsmn in dfetch.yaml\"\r\n }\r\n ],\r\n \"tools\": [\r\n \"dfetch-0.14.1\"\r\n ]\r\n },\r\n {\r\n \"concludedValue\": \"25647e692c7906b96ffd2b05ca54c097948e879c\",\r\n \"field\": \"version\",\r\n \"methods\": [\r\n {\r\n \"confidence\": 0.4,\r\n \"technique\": \"manifest-analysis\",\r\n \"value\": \"Version as used for project in dfetch.yaml\"\r\n }\r\n ],\r\n \"tools\": [\r\n \"dfetch-0.14.1\"\r\n ]\r\n }\r\n ],\r\n \"licenses\": [\r\n {\r\n \"license\": {\r\n \"id\": \"MIT\",\r\n \"text\": {\r\n \"content\": \"Q29weXJpZ2h0IChjKSAyMDEwIFNlcmdlIEEuIFphaXRzZXYKClBlcm1pc3Npb24gaXMgaGVyZWJ5IGdyYW50ZWQsIGZyZWUgb2YgY2hhcmdlLCB0byBhbnkgcGVyc29uIG9idGFpbmluZyBhIGNvcHkKb2YgdGhpcyBzb2Z0d2FyZSBhbmQgYXNzb2NpYXRlZCBkb2N1bWVudGF0aW9uIGZpbGVzICh0aGUgIlNvZnR3YXJlIiksIHRvIGRlYWwKaW4gdGhlIFNvZnR3YXJlIHdpdGhvdXQgcmVzdHJpY3Rpb24sIGluY2x1ZGluZyB3aXRob3V0IGxpbWl0YXRpb24gdGhlIHJpZ2h0cwp0byB1c2UsIGNvcHksIG1vZGlmeSwgbWVyZ2UsIHB1Ymxpc2gsIGRpc3RyaWJ1dGUsIHN1YmxpY2Vuc2UsIGFuZC9vciBzZWxsCmNvcGllcyBvZiB0aGUgU29mdHdhcmUsIGFuZCB0byBwZXJtaXQgcGVyc29ucyB0byB3aG9tIHRoZSBTb2Z0d2FyZSBpcwpmdXJuaXNoZWQgdG8gZG8gc28sIHN1YmplY3QgdG8gdGhlIGZvbGxvd2luZyBjb25kaXRpb25zOgoKVGhlIGFib3ZlIGNvcHlyaWdodCBub3RpY2UgYW5kIHRoaXMgcGVybWlzc2lvbiBub3RpY2Ugc2hhbGwgYmUgaW5jbHVkZWQgaW4KYWxsIGNvcGllcyBvciBzdWJzdGFudGlhbCBwb3J0aW9ucyBvZiB0aGUgU29mdHdhcmUuCgpUSEUgU09GVFdBUkUgSVMgUFJPVklERUQgIkFTIElTIiwgV0lUSE9VVCBXQVJSQU5UWSBPRiBBTlkgS0lORCwgRVhQUkVTUyBPUgpJTVBMSUVELCBJTkNMVURJTkcgQlVUIE5PVCBMSU1JVEVEIFRPIFRIRSBXQVJSQU5USUVTIE9GIE1FUkNIQU5UQUJJTElUWSwKRklUTkVTUyBGT1IgQSBQQVJUSUNVTEFSIFBVUlBPU0UgQU5EIE5PTklORlJJTkdFTUVOVC4gSU4gTk8gRVZFTlQgU0hBTEwgVEhFCkFVVEhPUlMgT1IgQ09QWVJJR0hUIEhPTERFUlMgQkUgTElBQkxFIEZPUiBBTlkgQ0xBSU0sIERBTUFHRVMgT1IgT1RIRVIKTElBQklMSVRZLCBXSEVUSEVSIElOIEFOIEFDVElPTiBPRiBDT05UUkFDVCwgVE9SVCBPUiBPVEhFUldJU0UsIEFSSVNJTkcgRlJPTSwKT1VUIE9GIE9SIElOIENPTk5FQ1RJT04gV0lUSCBUSEUgU09GVFdBUkUgT1IgVEhFIFVTRSBPUiBPVEhFUiBERUFMSU5HUyBJTgpUSEUgU09GVFdBUkUuCgo=\",\r\n \"contentType\": \"text/plain\",\r\n \"encoding\": \"base64\"\r\n }\r\n }\r\n }\r\n ],\r\n \"occurrences\": [\r\n {\r\n \"line\": 14,\r\n \"location\": \"dfetch.yaml\",\r\n \"offset\": 11\r\n }\r\n ]\r\n },\r\n \"externalReferences\": [\r\n {\r\n \"type\": \"vcs\",\r\n \"url\": \"https://github.com/zserge/jsmn\"\r\n }\r\n ],\r\n \"group\": \"zserge\",\r\n \"licenses\": [\r\n {\r\n \"license\": {\r\n \"id\": \"MIT\",\r\n \"text\": {\r\n \"content\": \"Q29weXJpZ2h0IChjKSAyMDEwIFNlcmdlIEEuIFphaXRzZXYKClBlcm1pc3Npb24gaXMgaGVyZWJ5IGdyYW50ZWQsIGZyZWUgb2YgY2hhcmdlLCB0byBhbnkgcGVyc29uIG9idGFpbmluZyBhIGNvcHkKb2YgdGhpcyBzb2Z0d2FyZSBhbmQgYXNzb2NpYXRlZCBkb2N1bWVudGF0aW9uIGZpbGVzICh0aGUgIlNvZnR3YXJlIiksIHRvIGRlYWwKaW4gdGhlIFNvZnR3YXJlIHdpdGhvdXQgcmVzdHJpY3Rpb24sIGluY2x1ZGluZyB3aXRob3V0IGxpbWl0YXRpb24gdGhlIHJpZ2h0cwp0byB1c2UsIGNvcHksIG1vZGlmeSwgbWVyZ2UsIHB1Ymxpc2gsIGRpc3RyaWJ1dGUsIHN1YmxpY2Vuc2UsIGFuZC9vciBzZWxsCmNvcGllcyBvZiB0aGUgU29mdHdhcmUsIGFuZCB0byBwZXJtaXQgcGVyc29ucyB0byB3aG9tIHRoZSBTb2Z0d2FyZSBpcwpmdXJuaXNoZWQgdG8gZG8gc28sIHN1YmplY3QgdG8gdGhlIGZvbGxvd2luZyBjb25kaXRpb25zOgoKVGhlIGFib3ZlIGNvcHlyaWdodCBub3RpY2UgYW5kIHRoaXMgcGVybWlzc2lvbiBub3RpY2Ugc2hhbGwgYmUgaW5jbHVkZWQgaW4KYWxsIGNvcGllcyBvciBzdWJzdGFudGlhbCBwb3J0aW9ucyBvZiB0aGUgU29mdHdhcmUuCgpUSEUgU09GVFdBUkUgSVMgUFJPVklERUQgIkFTIElTIiwgV0lUSE9VVCBXQVJSQU5UWSBPRiBBTlkgS0lORCwgRVhQUkVTUyBPUgpJTVBMSUVELCBJTkNMVURJTkcgQlVUIE5PVCBMSU1JVEVEIFRPIFRIRSBXQVJSQU5USUVTIE9GIE1FUkNIQU5UQUJJTElUWSwKRklUTkVTUyBGT1IgQSBQQVJUSUNVTEFSIFBVUlBPU0UgQU5EIE5PTklORlJJTkdFTUVOVC4gSU4gTk8gRVZFTlQgU0hBTEwgVEhFCkFVVEhPUlMgT1IgQ09QWVJJR0hUIEhPTERFUlMgQkUgTElBQkxFIEZPUiBBTlkgQ0xBSU0sIERBTUFHRVMgT1IgT1RIRVIKTElBQklMSVRZLCBXSEVUSEVSIElOIEFOIEFDVElPTiBPRiBDT05UUkFDVCwgVE9SVCBPUiBPVEhFUldJU0UsIEFSSVNJTkcgRlJPTSwKT1VUIE9GIE9SIElOIENPTk5FQ1RJT04gV0lUSCBUSEUgU09GVFdBUkUgT1IgVEhFIFVTRSBPUiBPVEhFUiBERUFMSU5HUyBJTgpUSEUgU09GVFdBUkUuCgo=\",\r\n \"contentType\": \"text/plain\",\r\n \"encoding\": \"base64\"\r\n }\r\n }\r\n }\r\n ],\r\n \"name\": \"jsmn\",\r\n \"properties\": [\r\n {\r\n \"name\": \"dfetch:license:MIT:confidence\",\r\n \"value\": \"0.93\"\r\n },\r\n {\r\n \"name\": \"dfetch:license:threshold\",\r\n \"value\": \"0.80\"\r\n },\r\n {\r\n \"name\": \"dfetch:license:tool\",\r\n \"value\": \"infer-license 0.2.0\"\r\n }\r\n ],\r\n \"purl\": \"pkg:github/zserge/jsmn@25647e692c7906b96ffd2b05ca54c097948e879c\",\r\n \"type\": \"library\",\r\n \"version\": \"25647e692c7906b96ffd2b05ca54c097948e879c\"\r\n }\r\n ],\r\n \"dependencies\": [\r\n {\r\n \"ref\": \"cpputest-v3.4\"\r\n },\r\n {\r\n \"ref\": \"jsmn-25647e692c7906b96ffd2b05ca54c097948e879c\"\r\n }\r\n ],\r\n \"metadata\": {\r\n \"timestamp\": \"2026-06-19T21:08:10.235628+00:00\",\r\n \"tools\": {\r\n \"components\": [\r\n {\r\n \"bom-ref\": \"dfetch-0.14.1\",\r\n \"externalReferences\": [\r\n {\r\n \"type\": \"build-system\",\r\n \"url\": \"https://github.com/dfetch-org/dfetch/actions\"\r\n },\r\n {\r\n \"type\": \"distribution\",\r\n \"url\": \"https://pypi.org/project/dfetch/\"\r\n },\r\n {\r\n \"type\": \"documentation\",\r\n \"url\": \"https://dfetch.readthedocs.io/\"\r\n },\r\n {\r\n \"type\": \"issue-tracker\",\r\n \"url\": \"https://github.com/dfetch-org/dfetch/issues\"\r\n },\r\n {\r\n \"type\": \"license\",\r\n \"url\": \"https://github.com/dfetch-org/dfetch/blob/main/LICENSE\"\r\n },\r\n {\r\n \"type\": \"release-notes\",\r\n \"url\": \"https://github.com/dfetch-org/dfetch/blob/main/CHANGELOG.rst\"\r\n },\r\n {\r\n \"type\": \"vcs\",\r\n \"url\": \"https://github.com/dfetch-org/dfetch\"\r\n },\r\n {\r\n \"type\": \"website\",\r\n \"url\": \"https://dfetch-org.github.io/\"\r\n }\r\n ],\r\n \"licenses\": [\r\n {\r\n \"license\": {\r\n \"acknowledgement\": \"declared\",\r\n \"id\": \"MIT\"\r\n }\r\n }\r\n ],"] +[10.204938, "o", "\r\n \"name\": \"dfetch\",\r\n \"supplier\": {\r\n \"name\": \"dfetch-org\"\r\n },\r\n \"type\": \"application\",\r\n \"version\": \"0.14.1\"\r\n },\r\n {\r\n \"description\": \"Python library for CycloneDX\",\r\n \"externalReferences\": [\r\n {\r\n \"type\": \"build-system\",\r\n \"url\": \"https://github.com/CycloneDX/cyclonedx-python-lib/actions\"\r\n },\r\n {\r\n \"type\": \"distribution\",\r\n \"url\": \"https://pypi.org/project/cyclonedx-python-lib/\"\r\n },\r\n {\r\n \"type\": \"documentation\",\r\n \"url\": \"https://cyclonedx-python-library.readthedocs.io/\"\r\n },\r\n {\r\n \"type\": \"issue-tracker\",\r\n \"url\": \"https://github.com/CycloneDX/cyclonedx-python-lib/issues\"\r\n },\r\n {\r\n \"type\": \"license\",\r\n \"url\": \"https://github.com/CycloneDX/cyclonedx-python-lib/blob/main/LICENSE\"\r\n },\r\n {\r\n \"type\": \"release-notes\",\r\n \"url\": \"https://github.com/CycloneDX/cyclonedx-python-lib/blob/main/CHANGELOG.md\"\r\n },\r\n {\r\n \"type\": \"vcs\",\r\n \"url\": \"https://github.com/CycloneDX/cyclonedx-python-lib\"\r\n },\r\n {\r\n \"type\": \"website\",\r\n \"url\": \"https://github.com/CycloneDX/cyclonedx-python-lib/#readme\"\r\n }\r\n ],\r\n \"group\": \"CycloneDX\",\r\n \"licenses\": [\r\n {\r\n \"license\": {\r\n \"acknowledgement\": \"declared\",\r\n \"id\": \"Apache-2.0\"\r\n }\r\n }\r\n ],\r\n \"name\": \"cyclonedx-python-lib\",\r\n \"type\": \"library\",\r\n \"version\": \"11.10.0\"\r\n }\r\n ]\r\n }\r\n },\r\n \"serialNumber\": \"urn:uuid:312c85a5-b6a9-4ee9-aa27-c2874f496819\",\r\n \"version\": 1,\r\n \"$schema\": \"http://cyclonedx.org/schema/bom-1.6.schema.json\",\r\n \"bomFormat\": \"CycloneDX\",\r\n \"specVersion\": \"1.6\"\r\n}"] +[13.212993, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] diff --git a/doc/asciicasts/update-patch.cast b/doc/asciicasts/update-patch.cast index 0b5ac5ce..2ba278c4 100644 --- a/doc/asciicasts/update-patch.cast +++ b/doc/asciicasts/update-patch.cast @@ -1,227 +1,230 @@ -{"version": 2, "width": 193, "height": 32, "timestamp": 1781464411, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} -[3.35743, "o", "\u001b[H\u001b[2J\u001b[3J"] -[3.364078, "o", "$ "] -[4.367572, "o", "\u001b"] -[4.547803, "o", "[1"] -[4.638665, "o", "ml"] -[4.728721, "o", "s "] -[4.818861, "o", "-l"] -[4.909005, "o", " ."] -[4.999149, "o", "\u001b["] -[5.089294, "o", "0m"] -[6.091022, "o", "\r\n"] -[6.094882, "o", "total 16\r\n"] -[6.094944, "o", "drwxr-xr-x+ 3 dev dev 4096 Jun 14 19:13 cpputest\r\n-rw-rw-rw- 1 dev dev 229 Jun 14 19:13 dfetch.yaml\r\ndrwxr-xr-x+ 4 dev dev 4096 Jun 14 19:13 jsmn\r\ndrwxrwxrwx+ 2 dev dev 4096 Jun 14 19:13 patches\r\n"] -[6.101064, "o", "$ "] -[7.104434, "o", "\u001b["] -[7.284591, "o", "1m"] -[7.374699, "o", "ca"] -[7.464871, "o", "t "] -[7.554995, "o", "df"] -[7.645119, "o", "et"] -[7.735271, "o", "ch"] -[7.825426, "o", ".y"] -[7.915588, "o", "am"] -[8.005722, "o", "l\u001b"] -[8.186322, "o", "[0m"] -[9.188053, "o", "\r\n"] -[9.192994, "o", "manifest:\r\n version: 0.0\r\n\r\n remotes:\r\n - name: github\r\n url-base: https://github.com/\r\n\r\n projects:\r\n - name: cpputest\r\n dst: cpputest/src/\r\n repo-path: cpputest/cpputest.git\r\n tag: v3.4\r\n patch: patches/cpputest.patch\r\n\r\n"] -[9.206538, "o", "$ "] -[10.209939, "o", "\u001b"] -[10.390232, "o", "[1"] -[10.480388, "o", "mc"] -[10.57051, "o", "at"] -[10.660694, "o", " p"] -[10.750816, "o", "at"] -[10.840988, "o", "ch"] -[10.931121, "o", "es"] -[11.021268, "o", "/c"] -[11.111407, "o", "pp"] -[11.29169, "o", "u"] -[11.381831, "o", "te"] -[11.471968, "o", "st"] -[11.562087, "o", ".p"] -[11.652253, "o", "at"] -[11.742382, "o", "ch"] -[11.83259, "o", "\u001b["] -[11.923064, "o", "0m"] -[12.931656, "o", "\r\n"] -[12.941539, "o", "diff --git a/README.md b/README.md\r\nindex 2655a7b..fc6084e 100644\r\n--- a/README.md\r\n+++ b/README.md\r\n@@ -3,7 +3,7 @@ CppUTest\r\n \r\n CppUTest unit testing and mocking framework for C/C++\r\n \r\n-[More information on the project page](http://cpputest.github.com)\r\n+[More information on the project page](http://cpputest.gitlab.com)\r\n \r\n [![Build Status](https://travis-ci.org/cpputest/cpputest.png?branch=master)](https://travis-ci.org/cpputest/cpputest)\r\n \r\n"] -[12.954222, "o", "$ "] -[13.95783, "o", "\u001b["] -[14.138127, "o", "1m"] -[14.228278, "o", "gi"] -[14.318411, "o", "t "] -[14.408582, "o", "st"] -[14.498728, "o", "at"] -[14.588867, "o", "us"] -[14.679, "o", "\u001b["] -[14.769146, "o", "0m"] -[15.77082, "o", "\r\n"] -[15.778124, "o", "On branch main\r\nnothing to commit, working tree clean\r\n"] -[15.785421, "o", "$ "] -[16.78852, "o", "\u001b["] -[16.96881, "o", "1m"] -[17.058994, "o", "se"] -[17.149112, "o", "d "] -[17.239275, "o", "-i "] -[17.331045, "o", "'s"] -[17.42091, "o", "/g"] -[17.511121, "o", "it"] -[17.601183, "o", "la"] -[17.691389, "o", "b/g"] -[17.871676, "o", "it"] -[17.961813, "o", "ea"] -[18.051976, "o", "/g"] -[18.142169, "o", "' "] -[18.232287, "o", "cpp"] -[18.32243, "o", "ut"] -[18.412641, "o", "es"] -[18.50277, "o", "t/"] -[18.592926, "o", "sr"] -[18.773152, "o", "c/R"] -[18.863301, "o", "EA"] -[18.953445, "o", "DM"] -[19.043609, "o", "E."] -[19.133704, "o", "md"] -[19.223853, "o", "\u001b[0"] -[19.31408, "o", "m"] -[20.315514, "o", "\r\n"] -[20.329647, "o", "$ "] -[21.332948, "o", "\u001b"] -[21.512951, "o", "[1"] -[21.60314, "o", "mg"] -[21.693282, "o", "it"] -[21.783437, "o", " a"] -[21.873582, "o", "dd"] -[21.963698, "o", " ."] -[22.053856, "o", "\u001b["] -[22.144228, "o", "0m"] -[23.145758, "o", "\r\n"] -[23.164162, "o", "$ "] -[24.167324, "o", "\u001b["] -[24.347824, "o", "1m"] -[24.438, "o", "gi"] -[24.528133, "o", "t "] -[24.618279, "o", "co"] -[24.708413, "o", "mm"] -[24.798588, "o", "it"] -[24.888789, "o", " -"] -[24.978927, "o", "a "] -[25.069208, "o", "-m"] -[25.249447, "o", " 'F"] -[25.33961, "o", "ix"] -[25.430658, "o", " v"] -[25.519916, "o", "cs"] -[25.610057, "o", " h"] -[25.700242, "o", "os"] -[25.790366, "o", "t'"] -[25.880518, "o", "\u001b["] -[25.970716, "o", "0m"] -[26.972078, "o", "\r\n"] -[27.004465, "o", "[main 5b8bcb0] Fix vcs host\r\n"] -[27.004534, "o", " 1 file changed, 1 insertion(+), 1 deletion(-)\r\n"] -[27.013509, "o", "$ "] -[28.016411, "o", "\u001b["] -[28.196829, "o", "1m"] -[28.286918, "o", "df"] -[28.377077, "o", "et"] -[28.467195, "o", "ch"] -[28.557347, "o", " u"] -[28.647469, "o", "pd"] -[28.73764, "o", "at"] -[28.827721, "o", "e-"] -[28.91786, "o", "pa"] -[29.098114, "o", "tch"] -[29.188266, "o", " c"] -[29.278431, "o", "pp"] -[29.368582, "o", "ut"] -[29.463778, "o", "es"] -[29.55059, "o", "t\u001b"] -[29.640707, "o", "[0"] -[29.73119, "o", "m"] -[30.732292, "o", "\r\n"] -[31.339586, "o", "\u001b[1;34mDfetch (0.14.0)\u001b[0m\r\n"] -[31.379631, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n"] -[31.379987, "o", "\u001b[?25l"] -[31.460774, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[31.54164, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[31.622658, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[31.703727, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[31.784547, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[31.867652, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[31.948113, "o", "\r\u001b[2K\u001b[32m⠦\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[32.028961, "o", "\r\u001b[2K\u001b[32m⠧\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[32.110833, "o", "\r\u001b[2K\u001b[32m⠇\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[32.194803, "o", "\r\u001b[2K\u001b[32m⠏\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[32.276636, "o", "\r\u001b[2K\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[32.362069, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[32.444456, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[32.524961, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[32.569634, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m\r\n\u001b[?25h\r\u001b[1A\u001b[2K"] -[32.570657, "o", " \u001b[1;34m> Fetched v3.4\u001b[0m\r\n"] -[32.712642, "o", " \u001b[1;34m> Updating patch \"patches/cpputest.patch\"\u001b[0m"] -[32.713304, "o", "\r\n"] -[32.770358, "o", "\u001b[?25l"] -[32.851539, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[32.93339, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[33.015577, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[33.096564, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[33.17719, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[33.257951, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[33.339527, "o", "\r\u001b[2K\u001b[32m⠦\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[33.421123, "o", "\r\u001b[2K\u001b[32m⠧\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[33.502023, "o", "\r\u001b[2K\u001b[32m⠇\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[33.584208, "o", "\r\u001b[2K\u001b[32m⠏\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[33.645634, "o", "\r\u001b[2K\u001b[32m⠏\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m\r\n\u001b[?25h\r\u001b[1A\u001b[2K"] -[33.646203, "o", " \u001b[1;34m> Fetched v3.4\u001b[0m\r\n"] -[33.647491, "o", " \u001b[1;34m> Applying patch \"patches/cpputest.patch\"\u001b[0m\r\n"] -[33.651574, "o", " \u001b[34msuccessfully patched 1/1: \u001b[0m\u001b[34m \u001b[0m \r\n\u001b[34mb'README.md'\u001b[0m \r\n"] -[33.868467, "o", "$ "] -[34.871997, "o", "\u001b["] -[35.05278, "o", "1m"] -[35.142924, "o", "ca"] -[35.233097, "o", "t "] -[35.323223, "o", "pat"] -[35.413368, "o", "ch"] -[35.503501, "o", "es"] -[35.593639, "o", "/c"] -[35.683794, "o", "pp"] -[35.773935, "o", "ute"] -[35.954194, "o", "st"] -[36.044348, "o", ".p"] -[36.134501, "o", "at"] -[36.224688, "o", "ch"] -[36.314807, "o", "\u001b[0"] -[36.405103, "o", "m"] -[37.405991, "o", "\r\n"] -[37.408614, "o", "diff --git a/README.md b/README.md\r\nindex 2655a7b..da133cb 100644\r\n--- a/README.md\r\n+++ b/README.md\r\n@@ -3,7 +3,7 @@ CppUTest\r\n \r\n CppUTest unit testing and mocking framework for C/C++\r\n \r\n-[More information on the project page](http://cpputest.github.com)\r\n+[More information on the project page](http://cpputest.gitea.com)\r\n \r\n [![Build Status](https://travis-ci.org/cpputest/cpputest.png?branch=master)](https://travis-ci.org/cpputest/cpputest)\r\n \r\n"] -[37.416188, "o", "$ "] -[38.419909, "o", "\u001b["] -[38.600309, "o", "1m"] -[38.691639, "o", "gi"] -[38.786148, "o", "t "] -[38.875206, "o", "st"] -[38.965361, "o", "at"] -[39.055529, "o", "us"] -[39.145648, "o", "\u001b["] -[39.241245, "o", "0m"] -[40.242525, "o", "\r\n"] -[40.273379, "o", "On branch main"] -[40.273591, "o", "\r\n"] -[40.273785, "o", "Changes not staged for commit:"] -[40.273871, "o", "\r\n"] -[40.273927, "o", " (use \"git add ...\" to update what will be committed)"] -[40.27398, "o", "\r\n"] -[40.274028, "o", " (use \"git restore ...\" to discard changes in working directory)\r\n"] -[40.274145, "o", "\t"] -[40.27418, "o", "\u001b[31mmodified: cpputest/src/.dfetch_data.yaml\u001b[m\r\n\t"] -[40.274821, "o", "\u001b[31mmodified: patches/cpputest.patch\u001b[m\r\n\r\nno changes added to commit (use \"git add\" and/or \"git commit -a\")"] -[40.274869, "o", "\r\n"] -[43.284795, "o", "$ "] -[43.286753, "o", "\u001b["] -[43.467141, "o", "1m"] -[43.557277, "o", "\u001b["] -[43.647534, "o", "0m"] -[43.648809, "o", "\r\n"] -[43.652476, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] +{"version": 2, "width": 229, "height": 35, "timestamp": 1781903336, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} +[3.741485, "o", "\u001b[H\u001b[2J\u001b[3J"] +[3.746, "o", "$ "] +[4.748813, "o", "\u001b["] +[4.929086, "o", "1m"] +[5.019474, "o", "ls"] +[5.109644, "o", " -"] +[5.199734, "o", "l "] +[5.289856, "o", ".\u001b"] +[5.380223, "o", "[0"] +[5.470704, "o", "m"] +[6.472679, "o", "\r\n"] +[6.475586, "o", "total 16\r\n"] +[6.475881, "o", "drwxr-xr-x+ 3 dev dev 4096 Jun 19 21:08 cpputest\r\n-rw-rw-rw- 1 dev dev 229 Jun 19 21:08 dfetch.yaml\r\ndrwxr-xr-x+ 4 dev dev 4096 Jun 19 21:08 jsmn\r\ndrwxrwxrwx+ 2 dev dev 4096 Jun 19 21:08 patches\r\n"] +[6.483304, "o", "$ "] +[7.485794, "o", "\u001b"] +[7.66701, "o", "[1"] +[7.75719, "o", "mc"] +[7.848747, "o", "at"] +[7.938023, "o", " d"] +[8.028163, "o", "fe"] +[8.118723, "o", "tc"] +[8.208434, "o", "h."] +[8.298564, "o", "ya"] +[8.388725, "o", "ml"] +[8.568898, "o", "\u001b"] +[8.659047, "o", "[0"] +[8.749185, "o", "m"] +[9.750852, "o", "\r\n"] +[9.754138, "o", "manifest:\r\n version: 0.0\r\n\r\n remotes:\r\n - name: github\r\n url-base: https://github.com/\r\n\r\n projects:\r\n - name: cpputest\r\n dst: cpputest/src/\r\n repo-path: cpputest/cpputest.git\r\n tag: v3.4\r\n patch: patches/cpputest.patch\r\n\r\n"] +[9.762607, "o", "$ "] +[10.766756, "o", "\u001b["] +[10.946789, "o", "1m"] +[11.036922, "o", "ca"] +[11.127058, "o", "t "] +[11.217207, "o", "pa"] +[11.307324, "o", "tc"] +[11.397471, "o", "he"] +[11.487594, "o", "s/"] +[11.577742, "o", "cp"] +[11.667926, "o", "pu"] +[11.848171, "o", "te"] +[11.938312, "o", "st"] +[12.028448, "o", ".p"] +[12.118598, "o", "at"] +[12.208725, "o", "ch"] +[12.298874, "o", "\u001b["] +[12.389018, "o", "0m"] +[13.389773, "o", "\r\n"] +[13.392548, "o", "diff --git a/README.md b/README.md"] +[13.392608, "o", "\r\nindex 2655a7b..fc6084e 100644\r\n--- a/README.md\r\n+++ b/README.md\r\n@@ -3,7 +3,7 @@ CppUTest\r\n \r\n CppUTest unit testing and mocking framework for C/C++\r\n \r\n-[More information on the project page](http://cpputest.github.com)\r\n+[More information on the project page](http://cpputest.gitlab.com)\r\n \r\n [![Build Status](https://travis-ci.org/cpputest/cpputest.png?branch=master)](https://travis-ci.org/cpputest/cpputest)\r\n \r\n"] +[13.398223, "o", "$ "] +[14.40247, "o", "\u001b["] +[14.583178, "o", "1m"] +[14.673329, "o", "gi"] +[14.763491, "o", "t "] +[14.853643, "o", "st"] +[14.943777, "o", "at"] +[15.034183, "o", "us"] +[15.124306, "o", "\u001b["] +[15.214674, "o", "0m"] +[16.215933, "o", "\r\n"] +[16.224443, "o", "On branch main\r\nnothing to commit, working tree clean\r\n"] +[16.230937, "o", "$ "] +[17.233829, "o", "\u001b"] +[17.414242, "o", "[1"] +[17.504371, "o", "ms"] +[17.594489, "o", "ed"] +[17.684653, "o", " "] +[17.774754, "o", "-i"] +[17.866739, "o", " '"] +[17.956842, "o", "s/"] +[18.046971, "o", "gi"] +[18.137116, "o", "t"] +[18.317364, "o", "la"] +[18.407512, "o", "b/"] +[18.49765, "o", "gi"] +[18.587768, "o", "te"] +[18.677916, "o", "a"] +[18.768145, "o", "/g"] +[18.858269, "o", "' "] +[18.948403, "o", "cp"] +[19.038552, "o", "pu"] +[19.218812, "o", "t"] +[19.309062, "o", "es"] +[19.3992, "o", "t/"] +[19.489325, "o", "sr"] +[19.579551, "o", "c/"] +[19.669695, "o", "R"] +[19.759834, "o", "EA"] +[19.849968, "o", "DM"] +[19.940114, "o", "E."] +[20.120368, "o", "md"] +[20.210504, "o", "\u001b"] +[20.300663, "o", "[0"] +[20.390732, "o", "m"] +[21.392421, "o", "\r\n"] +[21.401819, "o", "$ "] +[22.404867, "o", "\u001b["] +[22.585116, "o", "1m"] +[22.675258, "o", "gi"] +[22.768642, "o", "t "] +[22.856111, "o", "add"] +[22.946243, "o", " ."] +[23.036374, "o", "\u001b["] +[23.126517, "o", "0m"] +[24.128254, "o", "\r\n"] +[24.14119, "o", "$ "] +[25.144339, "o", "\u001b["] +[25.324696, "o", "1m"] +[25.414854, "o", "gi"] +[25.504993, "o", "t "] +[25.595114, "o", "com"] +[25.685266, "o", "mi"] +[25.775406, "o", "t "] +[25.865563, "o", "-a"] +[25.955717, "o", " -"] +[26.045833, "o", "m '"] +[26.226095, "o", "Fi"] +[26.316226, "o", "x "] +[26.406353, "o", "vc"] +[26.497685, "o", "s "] +[26.587841, "o", "hos"] +[26.677986, "o", "t'"] +[26.76812, "o", "\u001b["] +[26.858602, "o", "0m"] +[27.861773, "o", "\r\n"] +[27.881396, "o", "[main e800ac6] Fix vcs host\r\n 1 file changed, 1 insertion(+), 1 deletion(-)\r\n"] +[27.899685, "o", "$ "] +[28.905388, "o", "\u001b"] +[29.085668, "o", "[1"] +[29.175769, "o", "md"] +[29.265939, "o", "fe"] +[29.356077, "o", "tc"] +[29.446218, "o", "h "] +[29.536415, "o", "up"] +[29.626469, "o", "da"] +[29.716604, "o", "te"] +[29.806755, "o", "-p"] +[29.987005, "o", "a"] +[30.077167, "o", "tc"] +[30.167318, "o", "h "] +[30.257755, "o", "cp"] +[30.347888, "o", "pu"] +[30.438047, "o", "te"] +[30.528167, "o", "st"] +[30.620692, "o", "\u001b["] +[30.708456, "o", "0m"] +[31.710089, "o", "\r\n"] +[32.281221, "o", "\u001b[1;34mDfetch (0.14.1)\u001b[0m\r\n"] +[32.324919, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n\u001b[?25l"] +[32.406323, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[32.487075, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[32.568273, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[32.648788, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[32.729334, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[32.812508, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[32.892841, "o", "\r\u001b[2K\u001b[32m⠦\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[32.973799, "o", "\r\u001b[2K\u001b[32m⠧\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[33.054521, "o", "\r\u001b[2K\u001b[32m⠇\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[33.137575, "o", "\r\u001b[2K\u001b[32m⠏\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[33.220983, "o", "\r\u001b[2K\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[33.30109, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[33.384808, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[33.467288, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[33.549221, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[33.629721, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[33.710337, "o", "\r\u001b[2K\u001b[32m⠦\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[33.76788, "o", "\r\u001b[2K\u001b[32m⠧\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m\r\n\u001b[?25h\r\u001b[1A\u001b[2K"] +[33.769282, "o", " \u001b[1;34m> Fetched v3.4\u001b[0m\r\n"] +[33.919697, "o", " \u001b[1;34m> Updating patch \"patches/cpputest.patch\"\u001b[0m\r\n"] +[33.94736, "o", "\u001b[?25l"] +[34.029818, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[34.110825, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[34.191469, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[34.273214, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[34.352687, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[34.433206, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[34.51381, "o", "\r\u001b[2K\u001b[32m⠦\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[34.5983, "o", "\r\u001b[2K\u001b[32m⠧\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[34.681409, "o", "\r\u001b[2K\u001b[32m⠇\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[34.766453, "o", "\r\u001b[2K\u001b[32m⠏\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[34.84627, "o", "\r\u001b[2K\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[34.854746, "o", "\r\u001b[2K\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[34.854856, "o", "\r\n\u001b[?25h\r\u001b[1A\u001b[2K"] +[34.855608, "o", " \u001b[1;34m> Fetched v3.4\u001b[0m\r\n"] +[34.856607, "o", " \u001b[1;34m> Applying patch \"patches/cpputest.patch\"\u001b[0m\r\n"] +[34.862356, "o", " \u001b[34msuccessfully patched 1/1: \u001b[0m\u001b[34m \u001b[0m \r\n\u001b[34mb'README.md'\u001b[0m \r\n"] +[35.054844, "o", "$ "] +[36.058526, "o", "\u001b["] +[36.238699, "o", "1m"] +[36.328831, "o", "ca"] +[36.418981, "o", "t "] +[36.509089, "o", "pa"] +[36.599238, "o", "tc"] +[36.68938, "o", "he"] +[36.779501, "o", "s/"] +[36.869676, "o", "cp"] +[36.959805, "o", "pu"] +[37.140066, "o", "te"] +[37.230185, "o", "st"] +[37.320317, "o", ".p"] +[37.410441, "o", "at"] +[37.501829, "o", "ch"] +[37.591958, "o", "\u001b["] +[37.682086, "o", "0m"] +[38.68366, "o", "\r\n"] +[38.686841, "o", "diff --git a/README.md b/README.md\r\nindex 2655a7b..da133cb 100644\r\n--- a/README.md\r\n+++ b/README.md\r\n@@ -3,7 +3,7 @@ CppUTest\r\n \r\n CppUTest unit testing and mocking framework for C/C++\r\n \r\n-[More information on the project page](http://cpputest.github.com)\r\n+[More information on the project page](http://cpputest.gitea.com)\r\n"] +[38.68688, "o", " \r\n [![Build Status](https://travis-ci.org/cpputest/cpputest.png?branch=master)](https://travis-ci.org/cpputest/cpputest)\r\n \r\n"] +[38.69222, "o", "$ "] +[39.695008, "o", "\u001b"] +[39.874789, "o", "[1"] +[39.96871, "o", "mg"] +[40.05509, "o", "it"] +[40.145216, "o", " s"] +[40.235347, "o", "ta"] +[40.325476, "o", "tu"] +[40.415665, "o", "s\u001b"] +[40.505771, "o", "[0"] +[40.595896, "o", "m"] +[41.596773, "o", "\r\n"] +[41.638745, "o", "On branch main\r\nChanges not staged for commit:\r\n (use \"git add ...\" to update what will be committed)\r\n (use \"git restore ...\" to discard changes in working directory)\r\n\t\u001b[31mmodified: cpputest/src/.dfetch_data.yaml\u001b[m\r\n\t\u001b[31mmodified: patches/cpputest.patch\u001b[m\r\n\r\nno changes added to commit (use \"git add\" and/or \"git commit -a\")\r\n"] +[44.647471, "o", "$ "] +[44.649342, "o", "\u001b"] +[44.829653, "o", "[1"] +[44.919769, "o", "m\u001b"] +[45.009917, "o", "[0"] +[45.100064, "o", "m"] +[45.101213, "o", "\r\n"] +[45.105261, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] diff --git a/doc/asciicasts/update.cast b/doc/asciicasts/update.cast index 247a8ce7..3c56ff06 100644 --- a/doc/asciicasts/update.cast +++ b/doc/asciicasts/update.cast @@ -1,115 +1,118 @@ -{"version": 2, "width": 193, "height": 32, "timestamp": 1781464325, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} -[0.691325, "o", "\u001b[H\u001b[2J\u001b[3J"] -[0.699555, "o", "$ "] -[1.702212, "o", "\u001b"] -[1.884193, "o", "[1"] -[1.974357, "o", "ml"] -[2.064535, "o", "s "] -[2.154655, "o", "-l"] -[2.244797, "o", "\u001b["] -[2.33556, "o", "0m"] -[3.337975, "o", "\r\n"] -[3.342128, "o", "total 8"] -[3.342718, "o", "\r\n"] -[3.343022, "o", "drwxrwxrwx+ 3 dev dev 4096 Apr 12 09:24 cpputest"] -[3.343296, "o", "\r\n"] -[3.34353, "o", "-rw-rw-rw- 1 dev dev 733 Jun 14 19:12 dfetch.yaml"] -[3.343559, "o", "\r\n"] -[3.355649, "o", "$ "] -[4.359296, "o", "\u001b"] -[4.540648, "o", "[1"] -[4.63495, "o", "mc"] -[4.724765, "o", "at"] -[4.815537, "o", " "] -[4.905768, "o", "df"] -[4.995906, "o", "et"] -[5.086049, "o", "ch"] -[5.176172, "o", ".y"] -[5.266343, "o", "a"] -[5.446659, "o", "ml"] -[5.536762, "o", "\u001b["] -[5.626923, "o", "0m"] -[6.62873, "o", "\r\n"] -[6.632149, "o", "manifest:\r\n version: 0.0 # DFetch Module syntax version\r\n\r\n remotes: # declare common sources in one place\r\n - name: github\r\n url-base: https://github.com/\r\n\r\n projects:\r\n - name: cpputest\r\n dst: cpputest/src/ # Destination of this project (relative to this file)\r\n repo-path: cpputest/cpputest.git # Use default github remote\r\n tag: v3.4 # tag\r\n\r\n - name: jsmn # without destination, defaults to project name\r\n repo-path: zserge/jsmn.git # only repo-path is enough\r\n"] -[6.641473, "o", "$ "] -[7.644806, "o", "\u001b"] -[7.825197, "o", "[1"] -[7.915373, "o", "md"] -[8.005519, "o", "fe"] -[8.09564, "o", "tc"] -[8.185809, "o", "h "] -[8.275916, "o", "up"] -[8.366087, "o", "da"] -[8.456258, "o", "te"] -[8.546413, "o", "\u001b["] -[8.726739, "o", "0"] -[8.817144, "o", "m"] -[9.818527, "o", "\r\n"] -[10.402215, "o", "\u001b[1;34mDfetch (0.14.0)\u001b[0m\r\n"] -[10.438327, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n\u001b[?25l"] -[10.519538, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[10.600238, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[10.680948, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[10.764899, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[10.844845, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[10.9259, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[11.008659, "o", "\r\u001b[2K\u001b[32m⠦\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[11.089292, "o", "\r\u001b[2K\u001b[32m⠧\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[11.170818, "o", "\r\u001b[2K\u001b[32m⠇\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[11.251172, "o", "\r\u001b[2K\u001b[32m⠏\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[11.333252, "o", "\r\u001b[2K\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[11.416585, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[11.497363, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[11.578173, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[11.660665, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[11.741576, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] -[11.75839, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m\r\n\u001b[?25h\r\u001b[1A\u001b[2K \u001b[1;34m> Fetched v3.4\u001b[0m\r\n"] -[11.806213, "o", " \u001b[1;92mjsmn:\u001b[0m\r\n"] -[11.806775, "o", "\u001b[?25l"] -[11.88784, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] -[11.968604, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] -[12.049867, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] -[12.132626, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] -[12.213312, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] -[12.294043, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] -[12.374677, "o", "\r\u001b[2K\u001b[32m⠦\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] -[12.460389, "o", "\r\u001b[2K\u001b[32m⠧\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] -[12.545583, "o", "\r\u001b[2K\u001b[32m⠇\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] -[12.625787, "o", "\r\u001b[2K\u001b[32m⠏\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] -[12.709884, "o", "\r\u001b[2K\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] -[12.789592, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] -[12.869433, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] -[12.950194, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] -[12.991525, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] -[12.991706, "o", "\r\n\u001b[?25h\r\u001b[1A\u001b[2K"] -[12.992882, "o", " \u001b[1;34m> Fetched master - 25647e692c7906b96ffd2b05ca54c097948e879c\u001b[0m"] -[12.993658, "o", "\r\n"] -[13.091678, "o", "$ "] -[14.09487, "o", "\u001b["] -[14.275179, "o", "1m"] -[14.365351, "o", "ls"] -[14.455585, "o", " -"] -[14.54564, "o", "l\u001b["] -[14.636205, "o", "0m"] -[15.639013, "o", "\r\n"] -[15.640826, "o", "total 12\r\n"] -[15.641046, "o", "drwxrwxrwx+ 3 dev dev 4096 Jun 14 19:12 cpputest\r\n-rw-rw-rw- 1 dev dev 733 Jun 14 19:12 dfetch.yaml\r\ndrwxrwxrwx+ 4 dev dev 4096 Jun 14 19:12 jsmn\r\n"] -[15.649556, "o", "$ "] -[16.654156, "o", "\u001b["] -[16.83479, "o", "1m"] -[16.924903, "o", "df"] -[17.015034, "o", "et"] -[17.105259, "o", "ch "] -[17.195408, "o", "up"] -[17.285551, "o", "da"] -[17.375701, "o", "te"] -[17.465836, "o", "\u001b["] -[17.556244, "o", "0m"] -[18.557649, "o", "\r\n"] -[19.110159, "o", "\u001b[1;34mDfetch (0.14.0)\u001b[0m\r\n"] -[19.129737, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n"] -[19.130342, "o", " \u001b[1;34m> up-to-date (v3.4)\u001b[0m\r\n"] -[19.794125, "o", " \u001b[1;92mjsmn:\u001b[0m\r\n"] -[19.795334, "o", " \u001b[1;34m> up-to-date (master - 25647e692c7906b96ffd2b05ca54c097948e879c)\u001b[0m"] -[19.795857, "o", "\r\n"] -[22.904273, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] +{"version": 2, "width": 229, "height": 35, "timestamp": 1781903250, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} +[0.739215, "o", "\u001b[H\u001b[2J\u001b[3J"] +[0.747324, "o", "$ "] +[1.749791, "o", "\u001b["] +[1.929553, "o", "1m"] +[2.019682, "o", "ls"] +[2.109814, "o", " -"] +[2.199969, "o", "l\u001b["] +[2.291545, "o", "0m"] +[3.292902, "o", "\r\n"] +[3.296588, "o", "total 4\r\n"] +[3.296769, "o", "-rw-rw-rw- 1 dev dev 733 Jun 19 21:07 dfetch.yaml\r\n"] +[3.302368, "o", "$ "] +[4.305097, "o", "\u001b["] +[4.485438, "o", "1m"] +[4.575574, "o", "ca"] +[4.665803, "o", "t "] +[4.755914, "o", "df"] +[4.846055, "o", "et"] +[4.936201, "o", "ch"] +[5.026346, "o", ".y"] +[5.116493, "o", "am"] +[5.20664, "o", "l\u001b"] +[5.386883, "o", "[0"] +[5.477011, "o", "m"] +[6.478769, "o", "\r\n"] +[6.484115, "o", "manifest:"] +[6.484391, "o", "\r\n"] +[6.484476, "o", " version: 0.0 # DFetch Module syntax version"] +[6.484525, "o", "\r\n"] +[6.484566, "o", "\r\n"] +[6.484632, "o", " remotes: # declare common sources in one place"] +[6.484739, "o", "\r\n - name: github\r\n url-base: https://github.com/\r\n\r\n"] +[6.484932, "o", " projects:\r\n - name: cpputest\r\n"] +[6.484953, "o", " dst: cpputest/src/ # Destination of this project (relative to this file)\r\n repo-path: cpputest/cpputest.git # Use default github remote\r\n tag: v3.4 # tag\r\n\r\n - name: jsmn # without destination, defaults to project name\r\n repo-path: zserge/jsmn.git # only repo-path is enough\r\n"] +[6.494746, "o", "$ "] +[7.49825, "o", "\u001b["] +[7.678548, "o", "1m"] +[7.76869, "o", "df"] +[7.85884, "o", "et"] +[7.949129, "o", "ch "] +[8.039305, "o", "up"] +[8.129423, "o", "da"] +[8.219592, "o", "te"] +[8.309716, "o", "\u001b["] +[8.400072, "o", "0m"] +[9.400604, "o", "\r\n"] +[9.995357, "o", "\u001b[1;34mDfetch (0.14.1)\u001b[0m\r\n"] +[10.014591, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n"] +[10.014859, "o", "\u001b[?25l"] +[10.095795, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[10.17726, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[10.257342, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[10.339095, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[10.419612, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[10.500313, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[10.582256, "o", "\r\u001b[2K\u001b[32m⠦\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[10.663807, "o", "\r\u001b[2K\u001b[32m⠧\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[10.745212, "o", "\r\u001b[2K\u001b[32m⠇\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[10.826718, "o", "\r\u001b[2K\u001b[32m⠏\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[10.910596, "o", "\r\u001b[2K\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[10.991202, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[11.072518, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[11.153062, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[11.206258, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m\r\n\u001b[?25h\r\u001b[1A\u001b[2K"] +[11.211465, "o", " \u001b[1;34m> Fetched v3.4\u001b[0m\r\n"] +[11.263109, "o", " \u001b[1;92mjsmn:\u001b[0m\r\n"] +[11.264166, "o", "\u001b[?25l"] +[11.345688, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[11.426983, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[11.507699, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[11.588212, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[11.671669, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[11.755766, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[11.837833, "o", "\r\u001b[2K\u001b[32m⠦\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[11.918462, "o", "\r\u001b[2K\u001b[32m⠧\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[12.000099, "o", "\r\u001b[2K\u001b[32m⠇\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[12.079756, "o", "\r\u001b[2K\u001b[32m⠏\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[12.162361, "o", "\r\u001b[2K\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[12.244745, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[12.323747, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[12.404345, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[12.484924, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[12.565441, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[12.596834, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Fetching \u001b[0m\r\n\u001b[?25h\r\u001b[1A\u001b[2K"] +[12.597663, "o", " \u001b[1;34m> Fetched master - 25647e692c7906b96ffd2b05ca54c097948e879c\u001b[0m\r\n"] +[12.703788, "o", "$ "] +[13.706974, "o", "\u001b["] +[13.887313, "o", "1m"] +[13.977453, "o", "ls"] +[14.067601, "o", " -"] +[14.157749, "o", "l\u001b"] +[14.247901, "o", "[0"] +[14.338036, "o", "m"] +[15.339623, "o", "\r\n"] +[15.343917, "o", "total 12\r\n"] +[15.343955, "o", "drwxrwxrwx+ 3 dev dev 4096 Jun 19 21:07 cpputest\r\n-rw-rw-rw- 1 dev dev 733 Jun 19 21:07 dfetch.yaml\r\ndrwxrwxrwx+ 4 dev dev 4096 Jun 19 21:07 jsmn\r\n"] +[15.354156, "o", "$ "] +[16.357122, "o", "\u001b"] +[16.537944, "o", "[1"] +[16.628067, "o", "md"] +[16.718221, "o", "fe"] +[16.808324, "o", "tc"] +[16.898485, "o", "h "] +[16.989085, "o", "up"] +[17.078744, "o", "da"] +[17.168902, "o", "te"] +[17.259034, "o", "\u001b["] +[17.439328, "o", "0"] +[17.529466, "o", "m"] +[18.53295, "o", "\r\n"] +[19.153022, "o", "\u001b[1;34mDfetch (0.14.1)\u001b[0m\r\n"] +[19.184143, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n"] +[19.18892, "o", " \u001b[1;34m> up-to-date (v3.4)\u001b[0m\r\n"] +[19.883651, "o", " \u001b[1;92mjsmn:\u001b[0m\r\n"] +[19.884203, "o", " \u001b[1;34m> up-to-date (master - 25647e692c7906b96ffd2b05ca54c097948e879c)\u001b[0m"] +[19.88436, "o", "\r\n"] +[22.986694, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] diff --git a/doc/asciicasts/validate.cast b/doc/asciicasts/validate.cast index 747cd5dd..88e535d7 100644 --- a/doc/asciicasts/validate.cast +++ b/doc/asciicasts/validate.cast @@ -1,18 +1,20 @@ -{"version": 2, "width": 193, "height": 32, "timestamp": 1781464281, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} -[0.708577, "o", "\u001b[H\u001b[2J\u001b[3J"] -[0.71357, "o", "$ "] -[1.717728, "o", "\u001b["] -[1.898204, "o", "1m"] -[1.988363, "o", "df"] -[2.078483, "o", "et"] -[2.16863, "o", "ch"] -[2.258754, "o", " v"] -[2.348947, "o", "al"] -[2.439107, "o", "id"] -[2.529501, "o", "at"] -[2.619657, "o", "e\u001b"] -[2.801108, "o", "[0m"] -[3.802789, "o", "\r\n"] -[4.453436, "o", "\u001b[1;34mDfetch (0.14.0)\u001b[0m\r\n"] -[4.46078, "o", " \u001b[1;92mdfetch.yaml :\u001b[0m\u001b[1;34m valid\u001b[0m\r\n"] -[7.535552, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] +{"version": 2, "width": 229, "height": 35, "timestamp": 1781903206, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} +[0.652606, "o", "\u001b[H\u001b[2J\u001b[3J"] +[0.661238, "o", "$ "] +[1.661013, "o", "\u001b"] +[1.841237, "o", "[1"] +[1.93144, "o", "md"] +[2.021553, "o", "fe"] +[2.111702, "o", "tc"] +[2.201797, "o", "h "] +[2.291989, "o", "va"] +[2.382099, "o", "li"] +[2.472265, "o", "da"] +[2.562405, "o", "te"] +[2.742645, "o", "\u001b"] +[2.834055, "o", "[0"] +[2.924208, "o", "m"] +[3.925784, "o", "\r\n"] +[4.494051, "o", "\u001b[1;34mDfetch (0.14.1)\u001b[0m\r\n"] +[4.502976, "o", " \u001b[1;92mdfetch.yaml :\u001b[0m\u001b[1;34m valid\u001b[0m\r\n"] +[7.584635, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] diff --git a/doc/howto/contributing.rst b/doc/howto/contributing.rst index 858f2b17..55a90505 100644 --- a/doc/howto/contributing.rst +++ b/doc/howto/contributing.rst @@ -371,7 +371,7 @@ Releasing git checkout main git pull - git tag -a '0.14.0' -m "Release version 0.14.0" + git tag -a '0.14.1' -m "Release version 0.14.1" git push --tags - The ``ci.yml`` job will automatically create a draft release in `GitHub Releases `_ with all artifacts. diff --git a/doc/tutorials/installation.rst b/doc/tutorials/installation.rst index b25409a3..bba97a10 100644 --- a/doc/tutorials/installation.rst +++ b/doc/tutorials/installation.rst @@ -27,7 +27,7 @@ Each installer package has a name in the format ``-``. - ```` shows the software version: - If it includes ``dev``, it is a development release (for testing). - - If it is only numbers (e.g. ``0.14.0``), it is an official release. + - If it is only numbers (e.g. ``0.14.1``), it is an official release. - ```` indicates the system the installer is for: ``nix`` (Linux), ``osx`` (Mac), or ``win`` (Windows). diff --git a/features/check-archive.feature b/features/check-archive.feature index 745e0a42..928dd410 100644 --- a/features/check-archive.feature +++ b/features/check-archive.feature @@ -25,7 +25,7 @@ Feature: Checking dependencies from an archive When I run "dfetch check" in MyProject Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeProject: > up-to-date (some-remote-server/SomeProject.tar.gz) """ @@ -49,7 +49,7 @@ Feature: Checking dependencies from an archive When I run "dfetch check" in MyProject Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeProject: > up-to-date (sha256:) """ @@ -70,7 +70,7 @@ Feature: Checking dependencies from an archive When I run "dfetch check" in MyProject Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeProject: > wanted (some-remote-server/SomeProject.tar.gz), available (some-remote-server/SomeProject.tar.gz) """ @@ -88,7 +88,7 @@ Feature: Checking dependencies from an archive When I run "dfetch check" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) non-existent-archive: > wanted (https://dfetch.invalid/does-not-exist.tar.gz), but not available at the upstream. """ @@ -114,7 +114,7 @@ Feature: Checking dependencies from an archive When I run "dfetch check SomeProject" in MyProject Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeProject: > up-to-date (some-remote-server/SomeProject.tar.gz) """ @@ -137,7 +137,7 @@ Feature: Checking dependencies from an archive When I run "dfetch check SomeProject" in MyProject Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeProject: > Local changes were detected, please generate a patch using 'dfetch diff SomeProject' and add it to your manifest using 'patch:'. Alternatively overwrite the local changes with 'dfetch update --force SomeProject' > up-to-date (some-remote-server/SomeProject.tar.gz) diff --git a/features/check-git-repo.feature b/features/check-git-repo.feature index b5866a83..573be6a2 100644 --- a/features/check-git-repo.feature +++ b/features/check-git-repo.feature @@ -27,7 +27,7 @@ Feature: Checking dependencies from a git repository When I run "dfetch check" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) ext/test-repo-rev-only: > wanted (e1fda19a57b873eb8e6ae37780594cbb77b70f1a), available (e1fda19a57b873eb8e6ae37780594cbb77b70f1a) ext/test-rev-and-branch: @@ -53,7 +53,7 @@ Feature: Checking dependencies from a git repository When I run "dfetch check" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) ext/test-repo-tag-v1: > wanted (v1), available (v2.0) """ @@ -83,7 +83,7 @@ Feature: Checking dependencies from a git repository When I run "dfetch check" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) ext/test-repo-rev-only: > up-to-date (e1fda19a57b873eb8e6ae37780594cbb77b70f1a) ext/test-rev-and-branch: @@ -117,7 +117,7 @@ Feature: Checking dependencies from a git repository And I run "dfetch check" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) ext/test-repo-tag: > wanted (v2.0), current (v1), available (v2.0) """ @@ -139,7 +139,7 @@ Feature: Checking dependencies from a git repository When I run "dfetch check SomeProject" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeProject: > Local changes were detected, please generate a patch using 'dfetch diff SomeProject' and add it to your manifest using 'patch:'. Alternatively overwrite the local changes with 'dfetch update --force SomeProject' > up-to-date (master - 90be799b58b10971691715bdc751fbe5237848a0) @@ -160,7 +160,7 @@ Feature: Checking dependencies from a git repository When I run "dfetch check SomeProject" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeProject: > up-to-date (master - 90be799b58b10971691715bdc751fbe5237848a0) """ @@ -180,7 +180,7 @@ Feature: Checking dependencies from a git repository When I run "dfetch check" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) non-existent-url: > >>>git ls-remote --heads https://giiiiiidhub.com/i-do-not-exist/broken<<< failed! 'https://giiiiiidhub.com/i-do-not-exist/broken' is not a valid URL or unreachable: @@ -210,7 +210,7 @@ Feature: Checking dependencies from a git repository When I run "dfetch check" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeProjectMissingTag: > wanted (i-dont-exist), but not available at the upstream. SomeProjectNonExistentBranch: @@ -232,7 +232,7 @@ Feature: Checking dependencies from a git repository When I run "dfetch check" Then the output starts with: """ - Dfetch (0.14.0) + Dfetch (0.14.1) >>>git ls-remote --heads --tags https://github.com/dfetch-org/test-repo-private.git<<< returned 128: """ @@ -249,7 +249,7 @@ Feature: Checking dependencies from a git repository When I run "dfetch check" Then the output starts with: """ - Dfetch (0.14.0) + Dfetch (0.14.1) >>>git ls-remote --heads --tags git@github.com:dfetch-org/test-repo-private.git<<< returned 128: """ @@ -262,5 +262,5 @@ Feature: Checking dependencies from a git repository When I run "dfetch check" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) """ diff --git a/features/check-specific-projects.feature b/features/check-specific-projects.feature index 038434dc..b4b5983f 100644 --- a/features/check-specific-projects.feature +++ b/features/check-specific-projects.feature @@ -28,7 +28,7 @@ Feature: Checking specific projects When I run "dfetch check ext/test-rev-and-branch" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) ext/test-rev-and-branch: > wanted (main - 8df389d0524863b85f484f15a91c5f2c40aefda1), available (main - e1fda19a57b873eb8e6ae37780594cbb77b70f1a) """ diff --git a/features/check-svn-repo.feature b/features/check-svn-repo.feature index 28adfd0f..2bf445c8 100644 --- a/features/check-svn-repo.feature +++ b/features/check-svn-repo.feature @@ -29,7 +29,7 @@ Feature: Checking dependencies from a svn repository When I run "dfetch check" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) cunit-svn-rev-only: > wanted (176), available (trunk - 176) cunit-svn-rev-and-branch: @@ -56,7 +56,7 @@ Feature: Checking dependencies from a svn repository When I run "dfetch check" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) cutter-svn-tag: > wanted (1.1.7), available (1.1.8) """ @@ -94,7 +94,7 @@ Feature: Checking dependencies from a svn repository When I run "dfetch check" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) cunit-svn-rev-only: > wanted (169), current (trunk - 169), available (trunk - 176) cunit-svn-rev-and-branch: @@ -118,7 +118,7 @@ Feature: Checking dependencies from a svn repository When I run "dfetch check" in MyProject Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeProject: > wanted (latest), current (1), available (1) """ @@ -137,7 +137,7 @@ Feature: Checking dependencies from a svn repository When I run "dfetch check" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) non-existent-url: > >>>svn --non-interactive info https://giiiiiidhub.com/i-do-not-exist/broken/trunk<<< failed! 'https://giiiiiidhub.com/i-do-not-exist/broken/trunk' is not a valid URL or unreachable: @@ -163,7 +163,7 @@ Feature: Checking dependencies from a svn repository When I run "dfetch check" in MyProject Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) cutter-svn-tag: > wanted (non-existent-tag), but not available at the upstream. """ @@ -184,7 +184,7 @@ Feature: Checking dependencies from a svn repository When I run "dfetch check SomeProject" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeProject: > up-to-date (v1) """ diff --git a/features/checked-project-has-dependencies.feature b/features/checked-project-has-dependencies.feature index 3f89826f..7f4e7d9c 100644 --- a/features/checked-project-has-dependencies.feature +++ b/features/checked-project-has-dependencies.feature @@ -30,7 +30,7 @@ Feature: Check for dependencies in projects When I run "dfetch check" in MyProject Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeProject: > wanted (v1), available (v1) """ @@ -67,7 +67,7 @@ Feature: Check for dependencies in projects When I run "dfetch check" in MyProject Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) Multiple manifests found, using dfetch.yaml SomeProject: > up-to-date (v1) @@ -111,7 +111,7 @@ Feature: Check for dependencies in projects When I run "dfetch check" in MyProject Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) Multiple manifests found, using dfetch.yaml SomeProject: > up-to-date (v1) diff --git a/features/diff-in-git.feature b/features/diff-in-git.feature index 1c2eb065..9a934486 100644 --- a/features/diff-in-git.feature +++ b/features/diff-in-git.feature @@ -66,7 +66,7 @@ Feature: Diff in git When I run "dfetch diff SomeProject" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeProject: > No diffs found since 59efb91396fd369eb113b43382783294dc8ed6d2 """ @@ -93,7 +93,7 @@ Feature: Diff in git When I run "dfetch diff SomeProject" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeProject: > No diffs found since 59efb91396fd369eb113b43382783294dc8ed6d2 """ diff --git a/features/diff-in-svn.feature b/features/diff-in-svn.feature index e6ff0669..d461d6ec 100644 --- a/features/diff-in-svn.feature +++ b/features/diff-in-svn.feature @@ -63,7 +63,7 @@ Feature: Diff in svn When I run "dfetch diff SomeProject" in MySvnProject Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeProject: > No diffs found since 1 """ @@ -90,7 +90,7 @@ Feature: Diff in svn When I run "dfetch diff SomeProject" in MySvnProject Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeProject: > No diffs found since 1 """ diff --git a/features/environment.feature b/features/environment.feature index 44bbb365..4bdf0114 100644 --- a/features/environment.feature +++ b/features/environment.feature @@ -9,7 +9,7 @@ Feature: Display environment information When I run "dfetch environment" Then the output starts with: """ - Dfetch (0.14.0) + Dfetch (0.14.1) dfetch : 0.13.0 """ @@ -18,7 +18,7 @@ Feature: Display environment information When I run "dfetch environment" Then the output starts with: """ - Dfetch (0.14.0) + Dfetch (0.14.1) dfetch : 0.13.0 dfetch 1.99.0 available — https://github.com/dfetch-org/dfetch/releases """ diff --git a/features/fetch-archive.feature b/features/fetch-archive.feature index 855bea50..309e4972 100644 --- a/features/fetch-archive.feature +++ b/features/fetch-archive.feature @@ -118,7 +118,7 @@ Feature: Fetching dependencies from an archive (tar/zip) When I run "dfetch update" in MyProject Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeProject: > Hash mismatch for SomeProject! sha256 expected 0000000000000000000000000000000000000000000000000000000000000000 """ @@ -196,7 +196,7 @@ Feature: Fetching dependencies from an archive (tar/zip) When I run "dfetch update --force" in MyProject Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeProject: > Fetched some-remote-server/SomeProject.tar.gz """ diff --git a/features/fetch-checks-destination.feature b/features/fetch-checks-destination.feature index 045ab707..bd3a6da7 100644 --- a/features/fetch-checks-destination.feature +++ b/features/fetch-checks-destination.feature @@ -21,7 +21,7 @@ Feature: Fetch checks destinations When I run "dfetch update" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) ext/test-repo-tag: > Skipping, path "." is not allowed as destination. """ @@ -42,7 +42,7 @@ Feature: Fetch checks destinations When I run "dfetch update" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) ext/test-repo-tag: > Skipping, path "../../some-higher-folder" is outside manifest directory tree. """ diff --git a/features/fetch-file-pattern-git.feature b/features/fetch-file-pattern-git.feature index 358f00e3..8adb3402 100644 --- a/features/fetch-file-pattern-git.feature +++ b/features/fetch-file-pattern-git.feature @@ -25,7 +25,7 @@ Feature: Fetch file pattern from git repo When I run "dfetch update" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeProjectWithAnInterestingFile: > Fetched v1 """ @@ -57,7 +57,7 @@ Feature: Fetch file pattern from git repo When I run "dfetch update" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) The 'src:' filter 'SomeFolder/Some*' matches multiple directories from 'some-remote-server/SomeProjectWithAnInterestingFile.git'. Only considering files in 'SomeFolder/SomeOtherSubFolder'. SomeProjectWithAnInterestingFile: > Fetched v1 diff --git a/features/fetch-file-pattern-svn.feature b/features/fetch-file-pattern-svn.feature index 61f62c7d..94c5a980 100644 --- a/features/fetch-file-pattern-svn.feature +++ b/features/fetch-file-pattern-svn.feature @@ -22,7 +22,7 @@ Feature: Fetch file pattern from svn repo When I run "dfetch update" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeProjectWithAnInterestingFile: > Fetched trunk - 1 """ diff --git a/features/fetch-git-repo-with-submodule.feature b/features/fetch-git-repo-with-submodule.feature index 8650674c..3a090157 100644 --- a/features/fetch-git-repo-with-submodule.feature +++ b/features/fetch-git-repo-with-submodule.feature @@ -25,7 +25,7 @@ Feature: Fetch projects with nested VCS dependencies When I run "dfetch update" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) my-project-with-submodules: > Found & fetched submodule "./ext/test-repo1" (some-remote-server/TestRepo.git @ master - 79698c99152e4a4b7b759c9def50a130bc91a2ff) > Found & fetched submodule "./ext/test-repo2" (some-remote-server/TestRepo.git @ master - 79698c99152e4a4b7b759c9def50a130bc91a2ff) @@ -64,7 +64,7 @@ Feature: Fetch projects with nested VCS dependencies When I run "dfetch update" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) outer-project: > Found & fetched submodule "./ext/middle" (some-remote-server/MiddleProject.git @ master - 79698c99152e4a4b7b759c9def50a130bc91a2ff) > Fetched master - e1fda19a57b873eb8e6ae37780594cbb77b70f1a @@ -96,7 +96,7 @@ Feature: Fetch projects with nested VCS dependencies When I run "dfetch report" in MyProject Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) my-project-with-submodules: - remote : remote url : some-remote-server/SomeInterestingProject.git @@ -139,7 +139,7 @@ Feature: Fetch projects with nested VCS dependencies When I run "dfetch update" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) glob-project: > Found & fetched submodule "./ext/test-repo" (some-remote-server/TestRepo.git @ master - 79698c99152e4a4b7b759c9def50a130bc91a2ff) > Fetched master - e1fda19a57b873eb8e6ae37780594cbb77b70f1a @@ -171,7 +171,7 @@ Feature: Fetch projects with nested VCS dependencies When I run "dfetch update" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) plain-src-project: > Found & fetched submodule "./ext/sub-repo" (some-remote-server/TestRepo.git @ master - 79698c99152e4a4b7b759c9def50a130bc91a2ff) > Fetched master - e1fda19a57b873eb8e6ae37780594cbb77b70f1a @@ -204,7 +204,7 @@ Feature: Fetch projects with nested VCS dependencies When I run "dfetch update" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) mixed-project: > Found & fetched submodule "./ext/inside" (some-remote-server/TestRepo.git @ master - 79698c99152e4a4b7b759c9def50a130bc91a2ff) > Fetched master - e1fda19a57b873eb8e6ae37780594cbb77b70f1a @@ -237,7 +237,7 @@ Feature: Fetch projects with nested VCS dependencies When I run "dfetch update" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) sibling-project: > Fetched master - e1fda19a57b873eb8e6ae37780594cbb77b70f1a """ diff --git a/features/fetch-git-repo.feature b/features/fetch-git-repo.feature index edc25bfb..f8034ac5 100644 --- a/features/fetch-git-repo.feature +++ b/features/fetch-git-repo.feature @@ -64,7 +64,7 @@ Feature: Fetching dependencies from a git repository And I run "dfetch update" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) ext/test-repo-tag: > Fetched v2.0 """ @@ -85,7 +85,7 @@ Feature: Fetching dependencies from a git repository When I run "dfetch update --force" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) ext/test-repo-tag: > Fetched v1 """ @@ -99,5 +99,5 @@ Feature: Fetching dependencies from a git repository When I run "dfetch update" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) """ diff --git a/features/fetch-single-file-git.feature b/features/fetch-single-file-git.feature index fa8187ab..99de491d 100644 --- a/features/fetch-single-file-git.feature +++ b/features/fetch-single-file-git.feature @@ -22,7 +22,7 @@ Feature: Fetch single file from git repo When I run "dfetch update" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeProjectWithAnInterestingFile: > Fetched v1 """ @@ -54,7 +54,7 @@ Feature: Fetch single file from git repo When I run "dfetch update" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeProjectWithAnInterestingFile: > Fetched v1 """ diff --git a/features/fetch-single-file-svn.feature b/features/fetch-single-file-svn.feature index 7850663b..1c45aaf3 100644 --- a/features/fetch-single-file-svn.feature +++ b/features/fetch-single-file-svn.feature @@ -22,7 +22,7 @@ Feature: Fetch single file from svn repo When I run "dfetch update" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeProjectWithAnInterestingFile: > Fetched trunk - 1 """ diff --git a/features/fetch-svn-repo-with-external.feature b/features/fetch-svn-repo-with-external.feature index d26f083b..2358385b 100644 --- a/features/fetch-svn-repo-with-external.feature +++ b/features/fetch-svn-repo-with-external.feature @@ -29,7 +29,7 @@ Feature: Fetch projects with nested SVN dependencies When I run "dfetch update" in MyProject Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) svn-project-with-external: > Found & fetched external "./ext" (some-remote-server/ExternalLib @ trunk) > Fetched trunk - 2 @@ -58,7 +58,7 @@ Feature: Fetch projects with nested SVN dependencies When I run "dfetch report" in MyProject Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) svn-project-with-external: - remote : remote url : some-remote-server/ParentProject diff --git a/features/fetch-svn-repo-with-nonstd-external.feature b/features/fetch-svn-repo-with-nonstd-external.feature index bd4376ca..ef2b759f 100644 --- a/features/fetch-svn-repo-with-nonstd-external.feature +++ b/features/fetch-svn-repo-with-nonstd-external.feature @@ -28,7 +28,7 @@ Feature: Fetch projects with non-standard-layout SVN externals When I run "dfetch update" in MyProject Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) svn-project-with-nonstd-external: > Found & fetched external "./nonstd-ext" (some-remote-server/NonstdLib @ ) > Fetched trunk - 2 @@ -57,7 +57,7 @@ Feature: Fetch projects with non-standard-layout SVN externals When I run "dfetch report" in MyProject Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) svn-project-with-nonstd-external: - remote : remote url : some-remote-server/ParentProject diff --git a/features/fetch-with-ignore-git.feature b/features/fetch-with-ignore-git.feature index d3ea701b..65ba6e6f 100644 --- a/features/fetch-with-ignore-git.feature +++ b/features/fetch-with-ignore-git.feature @@ -29,7 +29,7 @@ Feature: Fetch with ignore in git When I run "dfetch update" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeInterestingProject: > Fetched v1 """ @@ -59,7 +59,7 @@ Feature: Fetch with ignore in git When I run "dfetch update" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeInterestingProject: > Fetched v1 """ @@ -92,7 +92,7 @@ Feature: Fetch with ignore in git When I run "dfetch update" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeInterestingProject: > Fetched v1 """ diff --git a/features/fetch-with-ignore-svn.feature b/features/fetch-with-ignore-svn.feature index 0f94db1f..a2b030ef 100644 --- a/features/fetch-with-ignore-svn.feature +++ b/features/fetch-with-ignore-svn.feature @@ -28,7 +28,7 @@ Feature: Fetch with ignore in svn When I run "dfetch update" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeInterestingProject: > Fetched trunk - 1 """ @@ -57,7 +57,7 @@ Feature: Fetch with ignore in svn When I run "dfetch update" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeInterestingProject: > Fetched trunk - 1 """ @@ -89,7 +89,7 @@ Feature: Fetch with ignore in svn When I run "dfetch update" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeInterestingProject: > Fetched trunk - 1 """ diff --git a/features/freeze-projects.feature b/features/freeze-projects.feature index f09fa50e..237c1467 100644 --- a/features/freeze-projects.feature +++ b/features/freeze-projects.feature @@ -72,7 +72,7 @@ Feature: Freeze dependencies When I run "dfetch freeze" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) """ And the manifest 'dfetch.yaml' is replaced with """ diff --git a/features/guard-against-overwriting-git.feature b/features/guard-against-overwriting-git.feature index 30ea95e3..9025ed00 100644 --- a/features/guard-against-overwriting-git.feature +++ b/features/guard-against-overwriting-git.feature @@ -24,7 +24,7 @@ Feature: Guard against overwriting in git When I run "dfetch update" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeProject: > skipped - local changes after last update (use --force to overwrite) """ @@ -34,7 +34,7 @@ Feature: Guard against overwriting in git When I run "dfetch update --force" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeProject: > Fetched v2 """ @@ -45,7 +45,7 @@ Feature: Guard against overwriting in git When I run "dfetch update SomeProject" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeProject: > Fetched v2 """ diff --git a/features/guard-against-overwriting-svn.feature b/features/guard-against-overwriting-svn.feature index a904b901..cecf36fc 100644 --- a/features/guard-against-overwriting-svn.feature +++ b/features/guard-against-overwriting-svn.feature @@ -24,7 +24,7 @@ Feature: Guard against overwriting in svn When I run "dfetch update" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeProject: > skipped - local changes after last update (use --force to overwrite) """ @@ -34,7 +34,7 @@ Feature: Guard against overwriting in svn When I run "dfetch update --force" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeProject: > Fetched v2 """ @@ -45,7 +45,7 @@ Feature: Guard against overwriting in svn When I run "dfetch update SomeProject" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeProject: > Fetched v2 """ diff --git a/features/handle-invalid-metadata.feature b/features/handle-invalid-metadata.feature index 2bf232c8..849a74f5 100644 --- a/features/handle-invalid-metadata.feature +++ b/features/handle-invalid-metadata.feature @@ -23,7 +23,7 @@ Feature: Handle invalid metadata files When I run "dfetch update" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) ext/test-repo-tag: > ext/test-repo-tag/.dfetch_data.yaml is an invalid metadata file, not checking on disk version! > ext/test-repo-tag/.dfetch_data.yaml is an invalid metadata file, not checking local hash! @@ -48,7 +48,7 @@ Feature: Handle invalid metadata files When I run "dfetch check" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) ext/test-repo-tag: > ext/test-repo-tag/.dfetch_data.yaml is an invalid metadata file, not checking on disk version! > wanted (v1), available (v2.0) @@ -72,7 +72,7 @@ Feature: Handle invalid metadata files When I run "dfetch update" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) ext/test-repo-tag: > ext/test-repo-tag/.dfetch_data.yaml is an invalid metadata file, not checking on disk version! > ext/test-repo-tag/.dfetch_data.yaml is an invalid metadata file, not checking local hash! diff --git a/features/journey-basic-patching.feature b/features/journey-basic-patching.feature index 8277325c..43871097 100644 --- a/features/journey-basic-patching.feature +++ b/features/journey-basic-patching.feature @@ -56,7 +56,7 @@ Feature: Basic patch journey And I run "dfetch update -f test-repo" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) test-repo: > Fetched v1 > Applying patch "test-repo.patch" diff --git a/features/journey-basic-usage.feature b/features/journey-basic-usage.feature index 4b88ff45..3d85acbd 100644 --- a/features/journey-basic-usage.feature +++ b/features/journey-basic-usage.feature @@ -29,7 +29,7 @@ Feature: Basic usage journey When I run "dfetch check" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) ext/test-repo-tag: > wanted & current (v1), available (v2.0) """ diff --git a/features/list-projects.feature b/features/list-projects.feature index 0a23c969..3c38bc71 100644 --- a/features/list-projects.feature +++ b/features/list-projects.feature @@ -28,7 +28,7 @@ Feature: List dependencies When I run "dfetch report" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) ext/test-repo-tag: - remote : remote url : https://github.com/dfetch-org/test-repo @@ -68,7 +68,7 @@ Feature: List dependencies When I run "dfetch report" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) cutter-svn-tag: - remote : remote url : https://svn.code.sf.net/p/cutter/svn/cutter @@ -85,7 +85,7 @@ Feature: List dependencies When I run "dfetch report" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) ext/test-repo-tag: - remote : github-com-dfetch-org remote url : https://github.com/dfetch-org/test-repo diff --git a/features/patch-after-fetch-git.feature b/features/patch-after-fetch-git.feature index d2da6f2d..7f3c0b14 100644 --- a/features/patch-after-fetch-git.feature +++ b/features/patch-after-fetch-git.feature @@ -68,7 +68,7 @@ Feature: Patch after fetching from git repo When I run "dfetch update" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) ext/test-repo-tag: > Fetched v2.0 > Applying patch "diff.patch" @@ -126,7 +126,7 @@ Feature: Patch after fetching from git repo """ And the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) ext/test-repo-tag: > Fetched v2.0 > Applying patch "001-diff.patch" @@ -170,7 +170,7 @@ Feature: Patch after fetching from git repo """ And the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) ext/test-repo-tag: > Fetched v2.0 > Applying patch "diff.patch" @@ -198,7 +198,7 @@ Feature: Patch after fetching from git repo When I run "dfetch update" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) ext/test-repo-tag: > Fetched v2.0 > Skipping patch "../diff.patch" which is outside /some/path. diff --git a/features/patch-after-fetch-svn.feature b/features/patch-after-fetch-svn.feature index 8a347bcf..f35f456d 100644 --- a/features/patch-after-fetch-svn.feature +++ b/features/patch-after-fetch-svn.feature @@ -69,7 +69,7 @@ Feature: Patch after fetching from svn repo When I run "dfetch update" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) cutter: > Fetched 1.1.7 > Applying patch "diff.patch" diff --git a/features/patch-fuzzy-matching-git.feature b/features/patch-fuzzy-matching-git.feature index d6ed2c31..bd450bce 100644 --- a/features/patch-fuzzy-matching-git.feature +++ b/features/patch-fuzzy-matching-git.feature @@ -60,7 +60,7 @@ Feature: Patch application tolerates small upstream changes When I run "dfetch update" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeProject: > Fetched master - f47d80c35e14dfa4f9c9c30c9865cbf0f8d50933 > Applying patch "SomeProject.patch" diff --git a/features/remove-project.feature b/features/remove-project.feature index 1ef91ecb..24fea638 100644 --- a/features/remove-project.feature +++ b/features/remove-project.feature @@ -56,7 +56,7 @@ Feature: Remove a project from the manifest And the directory 'ext/lib-alpha' should be removed from disk And the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) lib-alpha: > removed """ @@ -90,7 +90,7 @@ Feature: Remove a project from the manifest And the directory 'ext/lib-beta' should be removed from disk And the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) lib-alpha: > removed lib-beta: @@ -126,7 +126,7 @@ Feature: Remove a project from the manifest And the directory 'ext/lib-beta' should be removed from disk And the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) lib-unknown: > project 'lib-unknown' not found in manifest lib-alpha: @@ -166,7 +166,7 @@ Feature: Remove a project from the manifest """ And the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) lib-gamma: > removed """ diff --git a/features/report-sbom.feature b/features/report-sbom.feature index 1b4e9177..6616fe80 100644 --- a/features/report-sbom.feature +++ b/features/report-sbom.feature @@ -123,7 +123,7 @@ Feature: Create an CycloneDX sbom "tools": { "components": [ { - "bom-ref": "dfetch-0.14.0", + "bom-ref": "dfetch-0.14.1", "externalReferences": [ { "type": "build-system", @@ -171,7 +171,7 @@ Feature: Create an CycloneDX sbom "name": "dfetch-org" }, "type": "application", - "version": "0.14.0" + "version": "0.14.1" }, { "description": "Python library for CycloneDX", @@ -277,7 +277,7 @@ Feature: Create an CycloneDX sbom When I run "dfetch report -t sbom" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) Generated SBoM report: report.cdx.json """ And the 'report.cdx.json' json file includes diff --git a/features/suggest-project-name.feature b/features/suggest-project-name.feature index e8f65a29..74d37ae6 100644 --- a/features/suggest-project-name.feature +++ b/features/suggest-project-name.feature @@ -16,7 +16,7 @@ Feature: Suggest a project name When I run "dfetch check project with space" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) Not all projects found! "project", "with", "space" This manifest contains: "project with space", "project-with-l", "Project-With-Capital" Did you mean: "project with space"? @@ -26,7 +26,7 @@ Feature: Suggest a project name When I run "dfetch check project-with-1" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) Not all projects found! "project-with-1" This manifest contains: "project with space", "project-with-l", "Project-With-Capital" Did you mean: "project-with-l"? @@ -36,7 +36,7 @@ Feature: Suggest a project name When I run "dfetch check project-with-1 project-with-space Project-With-Capital" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) Not all projects found! "project-with-1", "project-with-space" This manifest contains: "project with space", "project-with-l", "Project-With-Capital" Did you mean: "project with space" and "project-with-l"? diff --git a/features/update-patch-in-git.feature b/features/update-patch-in-git.feature index 36d2ea69..0970f2cc 100644 --- a/features/update-patch-in-git.feature +++ b/features/update-patch-in-git.feature @@ -51,7 +51,7 @@ Feature: Update an existing patch in git """ And the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeProject: > Fetched master - f9b88b8259d9a7fb48327bf23beabe40c150d474 > Updating patch "patches/SomeProject.patch" diff --git a/features/update-patch-in-svn.feature b/features/update-patch-in-svn.feature index 34ba4b2d..120dfff1 100644 --- a/features/update-patch-in-svn.feature +++ b/features/update-patch-in-svn.feature @@ -52,7 +52,7 @@ Feature: Update an existing patch in svn """ And the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) Update patch is only fully supported in git superprojects! SomeProject: > Fetched trunk - 1 diff --git a/features/updated-project-has-dependencies.feature b/features/updated-project-has-dependencies.feature index 4f903671..9f207507 100644 --- a/features/updated-project-has-dependencies.feature +++ b/features/updated-project-has-dependencies.feature @@ -41,7 +41,7 @@ Feature: Updated project has dependencies When I run "dfetch update" in MyProject Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeProjectWithManifest: > Fetched v1 > "SomeProjectWithManifest" depends on the following project(s) which are not part of your manifest: @@ -89,7 +89,7 @@ Feature: Updated project has dependencies When I run "dfetch update" in MyProject Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) SomeProject: > Fetched v1 > SomeProject/dfetch.yaml: Schema validation failed: diff --git a/features/validate-manifest.feature b/features/validate-manifest.feature index 7af3e05f..e229b162 100644 --- a/features/validate-manifest.feature +++ b/features/validate-manifest.feature @@ -21,7 +21,7 @@ Feature: Validate a manifest When I run "dfetch validate" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) dfetch.yaml : valid """ @@ -34,7 +34,7 @@ Feature: Validate a manifest When I run "dfetch validate" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) dfetch.yaml : valid """ @@ -56,7 +56,7 @@ Feature: Validate a manifest When I run "dfetch validate" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) Schema validation failed: manifest-wrong: @@ -94,7 +94,7 @@ Feature: Validate a manifest When I run "dfetch validate" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) dfetch.yaml : valid """ @@ -115,7 +115,7 @@ Feature: Validate a manifest When I run "dfetch validate" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) Schema validation failed: hash: not-a-valid-hash ^ (line: 9) @@ -137,7 +137,7 @@ Feature: Validate a manifest When I run "dfetch validate" Then the output shows """ - Dfetch (0.14.0) + Dfetch (0.14.1) Schema validation failed: Duplicate manifest.projects.name value(s): ext/test-repo-rev-only """