diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a301389ca..bbb0f99db 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,4 +1,4 @@ -Release 0.14.2 (unreleased) +Release 0.14.2 (released 2026-06-21) ==================================== * Fix git auth/redirect errors being silently misidentified as non-git (#1138) diff --git a/dfetch/__init__.py b/dfetch/__init__.py index d1e9a5df7..e3c98f83e 100644 --- a/dfetch/__init__.py +++ b/dfetch/__init__.py @@ -1,5 +1,5 @@ """Dfetch.""" -__version__ = "0.14.1" +__version__ = "0.14.2" DEFAULT_MANIFEST_NAME: str = "dfetch.yaml" diff --git a/doc/asciicasts/add.cast b/doc/asciicasts/add.cast index 4c58afed6..f79266070 100644 --- a/doc/asciicasts/add.cast +++ b/doc/asciicasts/add.cast @@ -1,86 +1,82 @@ -{"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"] +{"version": 2, "width": 229, "height": 35, "timestamp": 1782031624, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} +[0.661002, "o", "\u001b[H\u001b[2J\u001b[3J"] +[0.665052, "o", "$ "] +[1.668611, "o", "\u001b["] +[1.848903, "o", "1m"] +[1.93908, "o", "ca"] +[2.029244, "o", "t "] +[2.119581, "o", "df"] +[2.209615, "o", "et"] +[2.299785, "o", "ch"] +[2.389942, "o", ".y"] +[2.480048, "o", "am"] +[2.570207, "o", "l\u001b"] +[2.750511, "o", "[0"] +[2.84081, "o", "m"] +[3.842602, "o", "\r\n"] +[3.846663, "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.853725, "o", "$ "] +[4.856913, "o", "\u001b["] +[5.038065, "o", "1m"] +[5.128236, "o", "df"] +[5.218371, "o", "et"] +[5.308526, "o", "ch"] +[5.398688, "o", " a"] +[5.488829, "o", "dd"] +[5.57897, "o", " h"] +[5.669134, "o", "tt"] +[5.759284, "o", "ps"] +[5.939681, "o", ":/"] +[6.029812, "o", "/g"] +[6.119956, "o", "it"] +[6.210103, "o", "hu"] +[6.300229, "o", "b."] +[6.390392, "o", "co"] +[6.48055, "o", "m/"] +[6.570683, "o", "df"] +[6.660846, "o", "et"] +[6.841032, "o", "ch"] +[6.931262, "o", "-o"] +[7.021425, "o", "rg"] +[7.111578, "o", "/d"] +[7.201716, "o", "fe"] +[7.29189, "o", "tc"] +[7.382032, "o", "h."] +[7.472177, "o", "gi"] +[7.56296, "o", "t\u001b"] +[7.743232, "o", "[0"] +[7.834151, "o", "m"] +[8.83548, "o", "\r\n"] +[9.388735, "o", "\u001b[1;34mDfetch (0.14.2)\u001b[0m\r\n"] +[9.710214, "o", " \u001b[1;92mhttps://github.com/dfetch-org/dfetch.git:\u001b[0m\r\n"] +[9.71091, "o", " \u001b[1;34m> Adding project to manifest\u001b[0m\r\n"] +[9.711333, "o", " - \u001b[34mname:\u001b[0m dfetch\r\n"] +[9.711855, "o", " \u001b[34mremote:\u001b[0m github\r\n"] +[9.712317, "o", " \u001b[34mbranch:\u001b[0m main\r\n"] +[9.712782, "o", " \u001b[34mrepo-path:\u001b[0m dfetch-org/dfetch.git\r\n"] +[9.71579, "o", " \u001b[1;92mdfetch:\u001b[0m\r\n"] +[9.716309, "o", " \u001b[1;34m> Added 'dfetch' to manifest '/workspaces/dfetch/doc/generate-casts/add/dfetch.yaml'\u001b[0m\r\n"] +[9.822679, "o", "$ "] +[10.826085, "o", "\u001b"] +[11.006437, "o", "[1"] +[11.096586, "o", "mc"] +[11.186731, "o", "at"] +[11.276885, "o", " "] +[11.367041, "o", "df"] +[11.457175, "o", "et"] +[11.547336, "o", "ch"] +[11.637485, "o", ".y"] +[11.727649, "o", "a"] +[11.907954, "o", "ml"] +[11.998098, "o", "\u001b["] +[12.08826, "o", "0m"] +[13.090071, "o", "\r\n"] +[13.09359, "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.102977, "o", "$ "] +[16.10506, "o", "\u001b"] +[16.285401, "o", "[1"] +[16.375585, "o", "m\u001b"] +[16.465712, "o", "[0"] +[16.555856, "o", "m"] +[16.556527, "o", "\r\n"] +[16.559574, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] diff --git a/doc/asciicasts/basic.cast b/doc/asciicasts/basic.cast index 348f43cc0..80f8c3643 100644 --- a/doc/asciicasts/basic.cast +++ b/doc/asciicasts/basic.cast @@ -1,176 +1,175 @@ -{"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"] +{"version": 2, "width": 229, "height": 35, "timestamp": 1782031576, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} +[0.702176, "o", "\u001b[H\u001b[2J\u001b[3J"] +[0.715429, "o", "$ "] +[1.719619, "o", "\u001b["] +[1.899612, "o", "1m"] +[1.989769, "o", "ls"] +[2.07991, "o", " -"] +[2.170078, "o", "l\u001b"] +[2.260208, "o", "[0"] +[2.350346, "o", "m"] +[3.352151, "o", "\r\n"] +[3.356215, "o", "total 4\r\n"] +[3.356312, "o", "-rw-rw-rw- 1 dev dev 733 Jun 21 08:46 dfetch.yaml\r\n"] +[3.362487, "o", "$ "] +[4.365885, "o", "\u001b"] +[4.54633, "o", "[1"] +[4.63647, "o", "mc"] +[4.726616, "o", "at"] +[4.816782, "o", " "] +[4.906915, "o", "df"] +[4.997038, "o", "et"] +[5.087209, "o", "ch"] +[5.177442, "o", ".y"] +[5.268244, "o", "a"] +[5.447913, "o", "ml"] +[5.538057, "o", "\u001b["] +[5.628185, "o", "0m"] +[6.628958, "o", "\r\n"] +[6.634237, "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.644538, "o", "$ "] +[7.647994, "o", "\u001b"] +[7.828299, "o", "[1"] +[7.918436, "o", "md"] +[8.008577, "o", "fe"] +[8.098739, "o", "t"] +[8.188863, "o", "ch"] +[8.278999, "o", " c"] +[8.369162, "o", "he"] +[8.459304, "o", "ck"] +[8.549452, "o", "\u001b"] +[8.729739, "o", "[0"] +[8.819942, "o", "m"] +[9.821725, "o", "\r\n"] +[10.418644, "o", "\u001b[1;34mDfetch (0.14.2)\u001b[0m\r\n"] +[10.643174, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n"] +[10.643588, "o", "\u001b[?25l"] +[10.724479, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[10.805223, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[10.886036, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[10.967801, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[11.04858, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[11.096829, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[11.101257, "o", "\r\n\u001b[?25h\r\u001b[1A\u001b[2K"] +[11.103372, "o", " \u001b[1;34m> wanted (v3.4), available (v4.0)\u001b[0m\r\n \u001b[1;92mjsmn:\u001b[0m\r\n\u001b[?25l"] +[11.182571, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[11.263223, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[11.343841, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[11.424772, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[11.505401, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[11.586096, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[11.667037, "o", "\r\u001b[2K\u001b[32m⠦\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[11.733098, "o", "\r\u001b[2K\u001b[32m⠦\u001b[0m \u001b[1;94m> Checking\u001b[0m\r\n\u001b[?25h\r\u001b[1A\u001b[2K"] +[11.733983, "o", " \u001b[1;34m> available (master - 25647e692c7906b96ffd2b05ca54c097948e879c)\u001b[0m\r\n"] +[11.875887, "o", "$ "] +[12.879165, "o", "\u001b["] +[13.059568, "o", "1m"] +[13.149716, "o", "se"] +[13.239851, "o", "d "] +[13.330006, "o", "-i "] +[13.42015, "o", "'s"] +[13.510291, "o", "/v"] +[13.600437, "o", "3."] +[13.690572, "o", "4/"] +[13.780766, "o", "v4."] +[13.961009, "o", "0/"] +[14.051143, "o", "g'"] +[14.141289, "o", " d"] +[14.231461, "o", "fe"] +[14.321595, "o", "tch"] +[14.411759, "o", ".y"] +[14.501861, "o", "am"] +[14.592037, "o", "l\u001b"] +[14.682181, "o", "[0"] +[14.862458, "o", "m"] +[15.863938, "o", "\r\n"] +[15.873779, "o", "$ "] +[16.877237, "o", "\u001b"] +[17.057902, "o", "[1"] +[17.148493, "o", "mc"] +[17.238646, "o", "at"] +[17.328803, "o", " "] +[17.418852, "o", "df"] +[17.509003, "o", "et"] +[17.600905, "o", "ch"] +[17.689324, "o", ".y"] +[17.779461, "o", "a"] +[17.959769, "o", "ml"] +[18.049894, "o", "\u001b["] +[18.140056, "o", "0m"] +[19.141863, "o", "\r\n"] +[19.145268, "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"] +[19.150738, "o", "$ "] +[20.154242, "o", "\u001b["] +[20.334636, "o", "1m"] +[20.425237, "o", "df"] +[20.514984, "o", "et"] +[20.605159, "o", "ch "] +[20.695298, "o", "up"] +[20.785435, "o", "da"] +[20.875597, "o", "te"] +[20.965755, "o", "\u001b["] +[21.055892, "o", "0m"] +[22.058132, "o", "\r\n"] +[22.684052, "o", "\u001b[1;34mDfetch (0.14.2)\u001b[0m\r\n"] +[22.703594, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n"] +[22.703805, "o", "\u001b[?25l"] +[22.785034, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] +[22.865784, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] +[22.946466, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] +[23.027189, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] +[23.107825, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] +[23.188477, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] +[23.269229, "o", "\r\u001b[2K\u001b[32m⠦\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] +[23.350054, "o", "\r\u001b[2K\u001b[32m⠧\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] +[23.430764, "o", "\r\u001b[2K\u001b[32m⠇\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] +[23.511413, "o", "\r\u001b[2K\u001b[32m⠏\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] +[23.592053, "o", "\r\u001b[2K\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] +[23.674898, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] +[23.756767, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] +[23.839425, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] +[23.921612, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] +[24.002302, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] +[24.082941, "o", "\r\u001b[2K\u001b[32m⠦\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] +[24.163833, "o", "\r\u001b[2K\u001b[32m⠧\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] +[24.244398, "o", "\r\u001b[2K\u001b[32m⠇\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] +[24.32503, "o", "\r\u001b[2K\u001b[32m⠏\u001b[0m \u001b[1;94m> Fetching v4.0\u001b[0m"] +[24.402736, "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"] +[24.404062, "o", " \u001b[1;34m> Fetched v4.0\u001b[0m\r\n"] +[24.430952, "o", " \u001b[1;92mjsmn:\u001b[0m\r\n"] +[24.431305, "o", "\u001b[?25l"] +[24.5137, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[24.594278, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[24.674985, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[24.755638, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[24.83627, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[24.917012, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[24.997653, "o", "\r\u001b[2K\u001b[32m⠦\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[25.078285, "o", "\r\u001b[2K\u001b[32m⠧\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[25.158996, "o", "\r\u001b[2K\u001b[32m⠇\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[25.239682, "o", "\r\u001b[2K\u001b[32m⠏\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[25.323036, "o", "\r\u001b[2K\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[25.404857, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[25.492429, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[25.570857, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[25.651544, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[25.728668, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Fetching \u001b[0m\r\n\u001b[?25h\r\u001b[1A\u001b[2K"] +[25.729763, "o", " \u001b[1;34m> Fetched master - 25647e692c7906b96ffd2b05ca54c097948e879c\u001b[0m\r\n"] +[25.855278, "o", "$ "] +[26.858835, "o", "\u001b["] +[27.040487, "o", "1m"] +[27.130627, "o", "ls"] +[27.220781, "o", " -"] +[27.310924, "o", "l\u001b"] +[27.401079, "o", "[0"] +[27.491234, "o", "m"] +[28.492136, "o", "\r\n"] +[28.495754, "o", "total 12\r\n"] +[28.495915, "o", "drwxrwxrwx+ 3 dev dev 4096 Jun 21 08:46 cpputest\r\n-rw-rw-rw- 1 dev dev 733 Jun 21 08:46 dfetch.yaml\r\ndrwxrwxrwx+ 4 dev dev 4096 Jun 21 08:46 jsmn\r\n"] +[31.505298, "o", "$ "] +[31.507351, "o", "\u001b["] +[31.687782, "o", "1m"] +[31.779119, "o", "\u001b["] +[31.868998, "o", "0m"] +[31.869831, "o", "\r\n"] +[31.872959, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] diff --git a/doc/asciicasts/check-ci.cast b/doc/asciicasts/check-ci.cast index daadca063..41f6de219 100644 --- a/doc/asciicasts/check-ci.cast +++ b/doc/asciicasts/check-ci.cast @@ -1,142 +1,123 @@ -{"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"] +{"version": 2, "width": 229, "height": 35, "timestamp": 1782031695, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} +[0.656852, "o", "\u001b[H\u001b[2J\u001b[3J"] +[0.661037, "o", "$ "] +[1.664467, "o", "\u001b["] +[1.844902, "o", "1m"] +[1.935041, "o", "ca"] +[2.025193, "o", "t "] +[2.11533, "o", "dfe"] +[2.205461, "o", "tc"] +[2.295633, "o", "h."] +[2.386, "o", "ya"] +[2.47605, "o", "ml"] +[2.56619, "o", "\u001b[0"] +[2.746463, "o", "m"] +[3.748202, "o", "\r\n"] +[3.753989, "o", "manifest:"] +[3.754258, "o", "\r\n"] +[3.754292, "o", " 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.779811, "o", "$ "] +[4.783168, "o", "\u001b["] +[4.963439, "o", "1m"] +[5.053594, "o", "df"] +[5.143733, "o", "et"] +[5.233893, "o", "ch "] +[5.324329, "o", "ch"] +[5.414327, "o", "ec"] +[5.504475, "o", "k "] +[5.594622, "o", "--"] +[5.68478, "o", "jen"] +[5.865065, "o", "ki"] +[5.955239, "o", "ns"] +[6.045363, "o", "-j"] +[6.135516, "o", "so"] +[6.225656, "o", "n j"] +[6.315828, "o", "en"] +[6.40596, "o", "ki"] +[6.496099, "o", "ns"] +[6.586237, "o", ".j"] +[6.766507, "o", "son"] +[6.856681, "o", " -"] +[6.946819, "o", "-s"] +[7.036976, "o", "ar"] +[7.127115, "o", "if"] +[7.217284, "o", " sa"] +[7.307429, "o", "ri"] +[7.39757, "o", "f."] +[7.487745, "o", "js"] +[7.66803, "o", "on"] +[7.758201, "o", "\u001b[0"] +[7.848324, "o", "m"] +[8.85001, "o", "\r\n"] +[9.388057, "o", "\u001b[1;34mDfetch (0.14.2)\u001b[0m\r\n"] +[9.461875, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n"] +[9.462348, "o", "\u001b[?25l"] +[9.543203, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[9.623824, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[9.704538, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[9.78523, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[9.865905, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[9.931642, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Checking\u001b[0m\r\n\u001b[?25h\r\u001b[1A\u001b[2K"] +[9.932551, "o", " \u001b[1;34m> wanted (v3.4), available (v4.0)\u001b[0m\r\n"] +[9.933752, "o", " \u001b[1;92mjsmn:\u001b[0m\r\n"] +[9.934877, "o", "\u001b[?25l"] +[10.015123, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[10.095797, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[10.176499, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[10.257146, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[10.337846, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[10.418569, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[10.499495, "o", "\r\u001b[2K\u001b[32m⠦\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[10.580041, "o", "\r\u001b[2K\u001b[32m⠧\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[10.58892, "o", "\r\u001b[2K\u001b[32m⠧\u001b[0m \u001b[1;94m> Checking\u001b[0m\r\n\u001b[?25h\r\u001b[1A\u001b[2K"] +[10.591344, "o", " \u001b[1;34m> available (master - 25647e692c7906b96ffd2b05ca54c097948e879c)\u001b[0m\r\n"] +[10.713857, "o", "$ "] +[11.717305, "o", "\u001b"] +[11.89771, "o", "[1"] +[11.987843, "o", "ml"] +[12.077996, "o", "s "] +[12.168182, "o", "-"] +[12.258303, "o", "l "] +[12.348454, "o", ".\u001b"] +[12.438608, "o", "[0"] +[12.528743, "o", "m"] +[13.530351, "o", "\r\n"] +[13.534721, "o", "total 16\r\n"] +[13.534906, "o", "-rw-rw-rw- 1 dev dev 733 Jun 21 08:48 dfetch.yaml\r\n-rw-rw-rw- 1 dev dev 1027 Jun 21 08:48 jenkins.json\r\n-rw-rw-rw- 1 dev dev 6117 Jun 21 08:48 sarif.json\r\n"] +[13.542487, "o", "$ "] +[14.545538, "o", "\u001b["] +[14.733267, "o", "1m"] +[14.821476, "o", "ca"] +[14.914249, "o", "t "] +[15.005282, "o", "je"] +[15.093752, "o", "nk"] +[15.182487, "o", "in"] +[15.2726, "o", "s."] +[15.362772, "o", "js"] +[15.452903, "o", "on"] +[15.63325, "o", "\u001b[0"] +[15.723371, "o", "m"] +[16.725361, "o", "\r\n"] +[16.728941, "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}"] +[16.734934, "o", "$ "] +[17.738235, "o", "\u001b["] +[17.918639, "o", "1m"] +[18.008805, "o", "ca"] +[18.098928, "o", "t "] +[18.189074, "o", "sa"] +[18.279407, "o", "ri"] +[18.369592, "o", "f."] +[18.459723, "o", "js"] +[18.549984, "o", "on"] +[18.640123, "o", "\u001b["] +[18.820618, "o", "0m"] +[19.822438, "o", "\r\n"] +[19.826005, "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 \"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 },"] +[19.82631, "o", "\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}"] +[22.83832, "o", "$ "] +[22.84035, "o", "\u001b["] +[23.020694, "o", "1m"] +[23.110832, "o", "\u001b["] +[23.200975, "o", "0m"] +[23.201663, "o", "\r\n"] +[23.204864, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] diff --git a/doc/asciicasts/check.cast b/doc/asciicasts/check.cast index a606e367c..320abe34c 100644 --- a/doc/asciicasts/check.cast +++ b/doc/asciicasts/check.cast @@ -1,55 +1,60 @@ -{"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"] +{"version": 2, "width": 229, "height": 35, "timestamp": 1782031683, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} +[0.717582, "o", "\u001b[H\u001b[2J\u001b[3J"] +[0.725403, "o", "$ "] +[1.729961, "o", "\u001b["] +[1.910184, "o", "1m"] +[2.000395, "o", "ca"] +[2.090532, "o", "t "] +[2.180703, "o", "dfe"] +[2.270843, "o", "tc"] +[2.361007, "o", "h."] +[2.451121, "o", "ya"] +[2.541306, "o", "ml"] +[2.631464, "o", "\u001b[0"] +[2.811717, "o", "m"] +[3.814342, "o", "\r\n"] +[3.816938, "o", "manifest:"] +[3.817149, "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"] +[3.817318, "o", "\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"] +[3.817353, "o", "\r\n repo-path: zserge/jsmn.git # only repo-path is enough\r\n"] +[3.822676, "o", "$ "] +[4.826065, "o", "\u001b["] +[5.006347, "o", "1m"] +[5.096487, "o", "df"] +[5.186635, "o", "et"] +[5.276794, "o", "ch "] +[5.366928, "o", "ch"] +[5.45711, "o", "ec"] +[5.547234, "o", "k\u001b"] +[5.637386, "o", "[0"] +[5.727516, "o", "m"] +[6.729295, "o", "\r\n"] +[7.273908, "o", "\u001b[1;34mDfetch (0.14.2)\u001b[0m\r\n"] +[7.355889, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n"] +[7.356067, "o", "\u001b[?25l"] +[7.43723, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[7.517927, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[7.598571, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[7.679259, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[7.760271, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[7.80083, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Checking\u001b[0m\r\n\u001b[?25h\r\u001b[1A\u001b[2K"] +[7.801625, "o", " \u001b[1;34m> wanted (v3.4), available (v4.0)\u001b[0m\r\n"] +[7.802559, "o", " \u001b[1;92mjsmn:\u001b[0m\r\n"] +[7.802801, "o", "\u001b[?25l"] +[7.883678, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[7.964358, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[8.045075, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[8.125723, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[8.206422, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[8.287089, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[8.367759, "o", "\r\u001b[2K\u001b[32m⠦\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[8.448405, "o", "\r\u001b[2K\u001b[32m⠧\u001b[0m \u001b[1;94m> Checking\u001b[0m"] +[8.461203, "o", "\r\u001b[2K\u001b[32m⠧\u001b[0m \u001b[1;94m> Checking\u001b[0m\r\n\u001b[?25h\r\u001b[1A\u001b[2K"] +[8.461918, "o", " \u001b[1;34m> available (master - 25647e692c7906b96ffd2b05ca54c097948e879c)\u001b[0m\r\n"] +[11.586777, "o", "$ "] +[11.588882, "o", "\u001b["] +[11.769254, "o", "1m"] +[11.859387, "o", "\u001b["] +[11.949533, "o", "0m"] +[11.950237, "o", "\r\n"] +[11.95324, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] diff --git a/doc/asciicasts/diff.cast b/doc/asciicasts/diff.cast index 653a4213a..9aef50335 100644 --- a/doc/asciicasts/diff.cast +++ b/doc/asciicasts/diff.cast @@ -1,111 +1,107 @@ -{"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"] +{"version": 2, "width": 229, "height": 35, "timestamp": 1782031781, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} +[0.291882, "o", "\u001b[H\u001b[2J\u001b[3J"] +[0.305147, "o", "$ "] +[1.308418, "o", "\u001b["] +[1.48875, "o", "1m"] +[1.578898, "o", "ls"] +[1.669058, "o", " -"] +[1.759223, "o", "l ."] +[1.849376, "o", "\u001b["] +[1.93953, "o", "0m"] +[2.940825, "o", "\r\n"] +[2.947108, "o", "total 12\r\n"] +[2.947182, "o", "drwxr-xr-x+ 3 dev dev 4096 Jun 21 08:49 cpputest\r\n-rw-rw-rw- 1 dev dev 733 Jun 21 08:49 dfetch.yaml\r\ndrwxr-xr-x+ 4 dev dev 4096 Jun 21 08:49 jsmn\r\n"] +[2.961678, "o", "$ "] +[3.964802, "o", "\u001b["] +[4.145159, "o", "1m"] +[4.235299, "o", "ls"] +[4.325454, "o", " -"] +[4.415637, "o", "l c"] +[4.505778, "o", "pp"] +[4.595918, "o", "ut"] +[4.68605, "o", "es"] +[4.776185, "o", "t/"] +[4.866325, "o", "src"] +[5.046918, "o", "/R"] +[5.137084, "o", "EA"] +[5.227237, "o", "DM"] +[5.317383, "o", "E."] +[5.407525, "o", "md\u001b"] +[5.497678, "o", "[0"] +[5.587827, "o", "m"] +[6.58954, "o", "\r\n"] +[6.593139, "o", "-rw-rw-rw- 1 dev dev 6777 Jun 21 08:49 cpputest/src/README.md\r\n"] +[6.598632, "o", "$ "] +[7.601884, "o", "\u001b["] +[7.782181, "o", "1m"] +[7.872338, "o", "se"] +[7.96373, "o", "d "] +[8.052637, "o", "-i"] +[8.142782, "o", " '"] +[8.232926, "o", "s/"] +[8.323074, "o", "gi"] +[8.413222, "o", "th"] +[8.503381, "o", "ub"] +[8.683567, "o", "/g"] +[8.773725, "o", "it"] +[8.863877, "o", "la"] +[8.954041, "o", "b/"] +[9.04418, "o", "g'"] +[9.134322, "o", " c"] +[9.224489, "o", "pp"] +[9.314642, "o", "ut"] +[9.404793, "o", "es"] +[9.585112, "o", "t/"] +[9.67529, "o", "sr"] +[9.765421, "o", "c/"] +[9.856296, "o", "RE"] +[9.946441, "o", "AD"] +[10.036649, "o", "ME"] +[10.1268, "o", ".m"] +[10.216965, "o", "d\u001b"] +[10.307112, "o", "[0"] +[10.487383, "o", "m"] +[11.489122, "o", "\r\n"] +[11.500512, "o", "$ "] +[12.503916, "o", "\u001b["] +[12.684216, "o", "1m"] +[12.774427, "o", "df"] +[12.864569, "o", "et"] +[12.954736, "o", "ch"] +[13.044874, "o", " d"] +[13.135027, "o", "if"] +[13.227717, "o", "f "] +[13.317865, "o", "cp"] +[13.408038, "o", "pu"] +[13.588371, "o", "te"] +[13.678509, "o", "st"] +[13.768687, "o", "\u001b["] +[13.858801, "o", "0m"] +[14.860487, "o", "\r\n"] +[15.570314, "o", "\u001b[1;34mDfetch (0.14.2)\u001b[0m\r\n"] +[15.620984, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n"] +[15.621806, "o", " \u001b[1;34m> Generating patch cpputest.patch since 67723505fb58a4bfa1f1c6d895bb12d142cbcbd6 in /workspaces/dfetch/doc/generate-casts/diff\u001b[0m\r\n"] +[15.7249, "o", "$ "] +[16.728356, "o", "\u001b"] +[16.908682, "o", "[1"] +[16.998828, "o", "mc"] +[17.088968, "o", "at"] +[17.179125, "o", " c"] +[17.269254, "o", "pp"] +[17.359389, "o", "ut"] +[17.449549, "o", "es"] +[17.539684, "o", "t."] +[17.629876, "o", "pa"] +[17.810122, "o", "t"] +[17.900284, "o", "ch"] +[17.990446, "o", "\u001b["] +[18.080585, "o", "0m"] +[19.082312, "o", "\r\n"] +[19.085905, "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.095391, "o", "$ "] +[22.09736, "o", "\u001b["] +[22.277691, "o", "1m"] +[22.367863, "o", "\u001b["] +[22.458001, "o", "0m"] +[22.458698, "o", "\r\n"] +[22.461914, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] diff --git a/doc/asciicasts/environment.cast b/doc/asciicasts/environment.cast index 5eff74ca9..36251943f 100644 --- a/doc/asciicasts/environment.cast +++ b/doc/asciicasts/environment.cast @@ -1,30 +1,28 @@ -{"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"] +{"version": 2, "width": 229, "height": 35, "timestamp": 1782031666, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} +[0.022019, "o", "$ "] +[1.025453, "o", "\u001b["] +[1.205723, "o", "1m"] +[1.295896, "o", "df"] +[1.386031, "o", "et"] +[1.476186, "o", "ch"] +[1.566311, "o", " e"] +[1.656478, "o", "nv"] +[1.746607, "o", "ir"] +[1.836757, "o", "on"] +[1.926929, "o", "me"] +[2.107146, "o", "nt\u001b"] +[2.197307, "o", "[0"] +[2.287464, "o", "m"] +[3.289153, "o", "\r\n"] +[3.867511, "o", "\u001b[1;34mDfetch (0.14.2)\u001b[0m\r\n"] +[3.868319, "o", " \u001b[1;92mdfetch :\u001b[0m\u001b[1;34m 0.14.2\u001b[0m\r\n"] +[4.113026, "o", " \u001b[1;92mplatform :\u001b[0m\u001b[1;34m Linux 6.8.0-1052-azure\u001b[0m\r\n"] +[4.119038, "o", " \u001b[1;92mgit :\u001b[0m\u001b[1;34m 2.52.0\u001b[0m\r\n"] +[5.328598, "o", " \u001b[1;92msvn :\u001b[0m\u001b[1;34m 1.14.5 (r1922182)\u001b[0m"] +[5.328895, "o", "\r\n"] +[8.469433, "o", "$ "] +[8.471399, "o", "\u001b["] +[8.652772, "o", "1m"] +[8.742602, "o", "\u001b["] +[8.832751, "o", "0m"] +[8.833475, "o", "\r\n"] diff --git a/doc/asciicasts/format-patch.cast b/doc/asciicasts/format-patch.cast index 14a958d1f..3e91d291c 100644 --- a/doc/asciicasts/format-patch.cast +++ b/doc/asciicasts/format-patch.cast @@ -1,119 +1,123 @@ -{"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"] +{"version": 2, "width": 229, "height": 35, "timestamp": 1782031850, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} +[1.202888, "o", "\u001b[H\u001b[2J\u001b[3J"] +[1.207181, "o", "$ "] +[2.210651, "o", "\u001b"] +[2.390931, "o", "[1"] +[2.481089, "o", "ml"] +[2.571253, "o", "s "] +[2.661408, "o", "-l"] +[2.753386, "o", " ."] +[2.842699, "o", "\u001b["] +[2.932829, "o", "0m"] +[3.934585, "o", "\r\n"] +[3.938731, "o", "total 16\r\n"] +[3.939236, "o", "drwxr-xr-x+ 3 dev dev 4096 Jun 21 08:50 cpputest\r\n-rw-rw-rw- 1 dev dev 229 Jun 21 08:50 dfetch.yaml\r\ndrwxr-xr-x+ 4 dev dev 4096 Jun 21 08:50 jsmn\r\ndrwxrwxrwx+ 2 dev dev 4096 Jun 21 08:50 patches\r\n"] +[3.946049, "o", "$ "] +[4.949503, "o", "\u001b["] +[5.131155, "o", "1m"] +[5.220706, "o", "ca"] +[5.310863, "o", "t "] +[5.40103, "o", "dfe"] +[5.491167, "o", "tc"] +[5.581306, "o", "h."] +[5.671453, "o", "ya"] +[5.761612, "o", "ml"] +[5.85175, "o", "\u001b[0"] +[6.032008, "o", "m"] +[7.033045, "o", "\r\n"] +[7.036442, "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.042319, "o", "$ "] +[8.045716, "o", "\u001b"] +[8.226023, "o", "[1"] +[8.316164, "o", "mc"] +[8.406332, "o", "at"] +[8.496463, "o", " "] +[8.586601, "o", "pa"] +[8.676752, "o", "tc"] +[8.7669, "o", "he"] +[8.857042, "o", "s/"] +[8.947254, "o", "c"] +[9.127519, "o", "pp"] +[9.217689, "o", "ut"] +[9.307813, "o", "es"] +[9.397974, "o", "t."] +[9.488109, "o", "p"] +[9.578248, "o", "at"] +[9.668398, "o", "ch"] +[9.758546, "o", "\u001b["] +[9.8487, "o", "0m"] +[10.850428, "o", "\r\n"] +[10.853972, "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++"] +[10.854022, "o", "\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.859509, "o", "$ "] +[11.86368, "o", "\u001b["] +[12.0434, "o", "1m"] +[12.133546, "o", "df"] +[12.223702, "o", "et"] +[12.313868, "o", "ch"] +[12.404006, "o", " f"] +[12.494164, "o", "or"] +[12.584328, "o", "ma"] +[12.674465, "o", "t-"] +[12.765391, "o", "pa"] +[12.944885, "o", "tc"] +[13.035019, "o", "h "] +[13.125181, "o", "cp"] +[13.215347, "o", "pu"] +[13.305752, "o", "te"] +[13.395782, "o", "st"] +[13.486063, "o", " -"] +[13.576206, "o", "-o"] +[13.666349, "o", "ut"] +[13.846696, "o", "pu"] +[13.936916, "o", "t-"] +[14.027073, "o", "di"] +[14.117226, "o", "re"] +[14.207356, "o", "ct"] +[14.297525, "o", "or"] +[14.38771, "o", "y "] +[14.477811, "o", "fo"] +[14.567989, "o", "rm"] +[14.74823, "o", "at"] +[14.838406, "o", "te"] +[14.928562, "o", "d-"] +[15.018706, "o", "pa"] +[15.108839, "o", "tc"] +[15.199476, "o", "he"] +[15.290497, "o", "s\u001b"] +[15.379364, "o", "[0"] +[15.470358, "o", "m"] +[16.471165, "o", "\r\n"] +[17.033493, "o", "\u001b[1;34mDfetch (0.14.2)\u001b[0m\r\n"] +[17.066804, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n"] +[17.068394, "o", " \u001b[1;34m> formatted patch written to formatted-patches/cpputest.patch\u001b[0m\r\n"] +[17.182892, "o", "$ "] +[18.186205, "o", "\u001b["] +[18.366763, "o", "1m"] +[18.456899, "o", "ca"] +[18.547026, "o", "t "] +[18.637187, "o", "for"] +[18.727337, "o", "ma"] +[18.817463, "o", "tt"] +[18.907607, "o", "ed"] +[18.99775, "o", "-p"] +[19.087908, "o", "atc"] +[19.268249, "o", "he"] +[19.358404, "o", "s/"] +[19.448546, "o", "cp"] +[19.538694, "o", "pu"] +[19.628835, "o", "tes"] +[19.718973, "o", "t."] +[19.809121, "o", "pa"] +[19.899288, "o", "tc"] +[19.989419, "o", "h\u001b"] +[20.16968, "o", "[0m"] +[21.17158, "o", "\r\n"] +[21.174825, "o", "From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001\r\nFrom: John Doe \r\nDate: Sun, 21 Jun 2026 08:51:07 +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"] +[24.183205, "o", "$ "] +[24.185318, "o", "\u001b["] +[24.36563, "o", "1m"] +[24.455785, "o", "\u001b["] +[24.546019, "o", "0m"] +[24.54668, "o", "\r\n"] +[24.549768, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] diff --git a/doc/asciicasts/freeze.cast b/doc/asciicasts/freeze.cast index 4aea08187..b9827816c 100644 --- a/doc/asciicasts/freeze.cast +++ b/doc/asciicasts/freeze.cast @@ -1,72 +1,72 @@ -{"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"] +{"version": 2, "width": 229, "height": 35, "timestamp": 1782031765, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} +[0.041446, "o", "\u001b[H\u001b[2J\u001b[3J"] +[0.047566, "o", "$ "] +[1.05141, "o", "\u001b["] +[1.231848, "o", "1m"] +[1.322051, "o", "ca"] +[1.412198, "o", "t "] +[1.502366, "o", "df"] +[1.592504, "o", "et"] +[1.682657, "o", "ch"] +[1.772771, "o", ".y"] +[1.862934, "o", "am"] +[1.953144, "o", "l\u001b"] +[2.133402, "o", "[0"] +[2.22362, "o", "m"] +[3.225434, "o", "\r\n"] +[3.229448, "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.235615, "o", "$ "] +[4.238993, "o", "\u001b["] +[4.419288, "o", "1m"] +[4.511301, "o", "df"] +[4.601297, "o", "et"] +[4.691429, "o", "ch"] +[4.781586, "o", " f"] +[4.871745, "o", "re"] +[4.961883, "o", "ez"] +[5.052032, "o", "e\u001b"] +[5.143254, "o", "[0"] +[5.323138, "o", "m"] +[6.325005, "o", "\r\n"] +[6.884646, "o", "\u001b[1;34mDfetch (0.14.2)\u001b[0m\r\n"] +[6.9056, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n"] +[6.90613, "o", " \u001b[1;34m> Already pinned in manifest on version v3.4\u001b[0m\r\n"] +[6.908254, "o", " \u001b[1;92mjsmn:\u001b[0m\r\n"] +[6.908737, "o", " \u001b[1;34m> Frozen on version 25647e692c7906b96ffd2b05ca54c097948e879c\u001b[0m\r\n"] +[6.913085, "o", "Updated manifest (/workspaces/dfetch/doc/generate-casts/freeze/dfetch.yaml) in /workspaces/dfetch/doc/generate-casts/freeze\r\n"] +[7.033479, "o", "$ "] +[8.037361, "o", "\u001b["] +[8.217672, "o", "1m"] +[8.307796, "o", "ca"] +[8.397937, "o", "t "] +[8.488103, "o", "df"] +[8.578233, "o", "et"] +[8.668387, "o", "ch"] +[8.758541, "o", ".y"] +[8.848706, "o", "am"] +[8.93884, "o", "l\u001b"] +[9.119107, "o", "[0"] +[9.20956, "o", "m"] +[10.212361, "o", "\r\n"] +[10.215692, "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.222524, "o", "$ "] +[11.225941, "o", "\u001b"] +[11.406212, "o", "[1"] +[11.496397, "o", "ml"] +[11.586532, "o", "s "] +[11.67668, "o", "-"] +[11.766842, "o", "l "] +[11.85699, "o", ".\u001b"] +[11.947147, "o", "[0"] +[12.037301, "o", "m"] +[13.039174, "o", "\r\n"] +[13.042548, "o", "total 12\r\n"] +[13.042692, "o", "drwxr-xr-x+ 3 dev dev 4096 Jun 21 08:49 cpputest\r\n-rw-rw-rw- 1 dev dev 807 Jun 21 08:49 dfetch.yaml\r\ndrwxr-xr-x+ 4 dev dev 4096 Jun 21 08:49 jsmn\r\n"] +[16.051961, "o", "$ "] +[16.054079, "o", "\u001b["] +[16.234487, "o", "1m"] +[16.324637, "o", "\u001b["] +[16.416452, "o", "0m"] +[16.423963, "o", "\r\n"] +[16.43089, "o", "/workspaces/dfetch/doc/generate-casts"] +[16.431421, "o", "\r\n"] diff --git a/doc/asciicasts/import.cast b/doc/asciicasts/import.cast index 08dd09c77..92cabceef 100644 --- a/doc/asciicasts/import.cast +++ b/doc/asciicasts/import.cast @@ -1,64 +1,68 @@ -{"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"] +{"version": 2, "width": 229, "height": 35, "timestamp": 1782031883, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} +[0.05498, "o", "$ "] +[1.058256, "o", "\u001b"] +[1.238572, "o", "[1"] +[1.328717, "o", "ml"] +[1.418885, "o", "s "] +[1.509021, "o", "-l"] +[1.59919, "o", "\u001b["] +[1.689394, "o", "0m"] +[2.691109, "o", "\r\n"] +[2.694965, "o", "total 580\r\n"] +[2.695107, "o", "-rw-rw-rw- 1 dev dev 1137 Jun 21 08:51 CMakeLists.txt\r\n-rw-rw-rw- 1 dev dev 35147 Jun 21 08:51 LICENSE\r\n-rw-rw-rw- 1 dev dev 1796 Jun 21 08:51 README.md\r\n-rw-rw-rw- 1 dev dev 1381 Jun 21 08:51 appveyor.yml\r\n-rwxrwxrwx 1 dev dev 229 Jun 21 08:51 create_doc.sh\r\ndrwxrwxrwx+ 2 dev dev 4096 Jun 21 08:51 data\r\ndrwxrwxrwx+ 4 dev dev 4096 Jun 21 08:51 doc\r\ndrwxrwxrwx+ 4 dev dev 4096 Jun 21 08:51 docs\r\ndrwxrwxrwx+ 2 dev dev 4096 Jun 21 08:51 installer\r\ndrwxrwxrwx+ 4 dev dev 4096 Jun 21 08:51 libraries\r\n-rw-rw-rw- 1 dev dev 505101 Jun 21 08:51 modbusscope_demo.gif\r\ndrwxrwxrwx+ 5 dev dev 4096 Jun 21 08:51 resources\r\ndrwxrwxrwx+ 9 dev dev 4096 Jun 21 08:51 src\r\ndrwxrwxrwx+ 9 dev dev 4096 Jun 21 08:51 tests\r\n"] +[2.702456, "o", "$ "] +[3.705833, "o", "\u001b["] +[3.887636, "o", "1m"] +[3.97778, "o", "ca"] +[4.067972, "o", "t "] +[4.158087, "o", ".gi"] +[4.248238, "o", "tm"] +[4.338397, "o", "od"] +[4.428631, "o", "ul"] +[4.518791, "o", "es"] +[4.608957, "o", "\u001b[0"] +[4.791819, "o", "m"] +[5.79295, "o", "\r\n"] +[5.796302, "o", "[submodule \"tests/googletest\"]\r\n"] +[5.796442, "o", "\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.807133, "o", "$ "] +[6.810482, "o", "\u001b"] +[6.990823, "o", "[1"] +[7.080978, "o", "md"] +[7.171113, "o", "fe"] +[7.261272, "o", "tc"] +[7.351412, "o", "h "] +[7.441557, "o", "im"] +[7.53172, "o", "po"] +[7.621847, "o", "rt"] +[7.712029, "o", "\u001b["] +[7.892297, "o", "0"] +[7.982438, "o", "m"] +[8.984122, "o", "\r\n"] +[9.550528, "o", "\u001b[1;34mDfetch (0.14.2)\u001b[0m\r\n"] +[10.255578, "o", "Found libraries/muparser\r\n"] +[10.256225, "o", "Found tests/googletest\r\n"] +[10.270436, "o", "Created manifest (dfetch.yaml) in /workspaces/dfetch/doc/generate-casts/ModbusScope\r\n"] +[10.370622, "o", "$ "] +[11.37394, "o", "\u001b"] +[11.554198, "o", "[1"] +[11.644362, "o", "mc"] +[11.73451, "o", "at"] +[11.824714, "o", " d"] +[11.914902, "o", "fe"] +[12.005028, "o", "tc"] +[12.095206, "o", "h."] +[12.185344, "o", "ya"] +[12.275512, "o", "ml"] +[12.45577, "o", "\u001b"] +[12.545926, "o", "[0"] +[12.636097, "o", "m"] +[13.638267, "o", "\r\n"] +[13.641181, "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.650256, "o", "$ "] +[16.652473, "o", "\u001b"] +[16.833026, "o", "[1"] +[16.923167, "o", "m\u001b"] +[17.013296, "o", "[0"] +[17.103457, "o", "m"] +[17.10414, "o", "\r\n"] diff --git a/doc/asciicasts/init.cast b/doc/asciicasts/init.cast index 19a098d5c..fb29be3c1 100644 --- a/doc/asciicasts/init.cast +++ b/doc/asciicasts/init.cast @@ -1,58 +1,61 @@ -{"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"] +{"version": 2, "width": 229, "height": 35, "timestamp": 1782031608, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} +[0.021198, "o", "\u001b[H\u001b[2J\u001b[3J"] +[0.025449, "o", "$ "] +[1.028966, "o", "\u001b["] +[1.209349, "o", "1m"] +[1.299505, "o", "ls"] +[1.389656, "o", " -"] +[1.479829, "o", "l\u001b"] +[1.569954, "o", "[0"] +[1.660087, "o", "m"] +[2.661917, "o", "\r\n"] +[2.665706, "o", "total 0\r\n"] +[2.671308, "o", "$ "] +[3.674757, "o", "\u001b["] +[3.855427, "o", "1m"] +[3.945581, "o", "df"] +[4.035753, "o", "et"] +[4.12587, "o", "ch"] +[4.216021, "o", " i"] +[4.306183, "o", "ni"] +[4.396321, "o", "t\u001b"] +[4.486486, "o", "[0"] +[4.576641, "o", "m"] +[5.578433, "o", "\r\n"] +[6.123425, "o", "\u001b[1;34mDfetch (0.14.2)\u001b[0m\r\n"] +[6.124549, "o", "Created dfetch.yaml\r\n"] +[6.225597, "o", "$ "] +[7.23037, "o", "\u001b["] +[7.412824, "o", "1m"] +[7.50088, "o", "ls"] +[7.591011, "o", " -"] +[7.681163, "o", "l\u001b"] +[7.771318, "o", "[0"] +[7.861465, "o", "m"] +[8.863166, "o", "\r\n"] +[8.866694, "o", "total 4\r\n"] +[8.866793, "o", "-rw-rw-rw- 1 dev dev 733 Jun 21 08:46 dfetch.yaml\r\n"] +[8.874757, "o", "$ "] +[9.878346, "o", "\u001b"] +[10.058623, "o", "[1"] +[10.14894, "o", "mc"] +[10.239122, "o", "at"] +[10.329243, "o", " "] +[10.419402, "o", "df"] +[10.509538, "o", "et"] +[10.599701, "o", "ch"] +[10.690709, "o", ".y"] +[10.780631, "o", "a"] +[10.960901, "o", "ml"] +[11.051047, "o", "\u001b["] +[11.141189, "o", "0m"] +[12.1431, "o", "\r\n"] +[12.146474, "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"] +[15.15608, "o", "$ "] +[15.158372, "o", "\u001b"] +[15.338742, "o", "[1"] +[15.428856, "o", "m\u001b"] +[15.519055, "o", "[0"] +[15.61013, "o", "m"] +[15.610831, "o", "\r\n"] +[15.617262, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] diff --git a/doc/asciicasts/interactive-add.cast b/doc/asciicasts/interactive-add.cast index c38fd4c2a..5a9cd99ce 100644 --- a/doc/asciicasts/interactive-add.cast +++ b/doc/asciicasts/interactive-add.cast @@ -1,199 +1,129 @@ -{"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"] +{"version": 2, "width": 229, "height": 35, "timestamp": 1782031537, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} +[0.020276, "o", "\u001b[H\u001b[2J\u001b[3J"] +[0.028947, "o", "$ "] +[1.032221, "o", "\u001b"] +[1.212523, "o", "[1"] +[1.302675, "o", "mc"] +[1.392858, "o", "at"] +[1.482967, "o", " "] +[1.573118, "o", "df"] +[1.663262, "o", "et"] +[1.754927, "o", "ch"] +[1.845097, "o", ".y"] +[1.93597, "o", "a"] +[2.117112, "o", "ml"] +[2.207445, "o", "\u001b["] +[2.297641, "o", "0m"] +[3.299677, "o", "\r\n"] +[3.303286, "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.309792, "o", "$ "] +[4.313187, "o", "\u001b["] +[4.493723, "o", "1m"] +[4.58388, "o", "df"] +[4.674032, "o", "et"] +[4.764413, "o", "ch "] +[4.854517, "o", "ad"] +[4.944678, "o", "d "] +[5.034825, "o", "-i"] +[5.124977, "o", " h"] +[5.215123, "o", "ttp"] +[5.395397, "o", "s:"] +[5.485517, "o", "//"] +[5.575675, "o", "gi"] +[5.66583, "o", "th"] +[5.755963, "o", "ub."] +[5.846128, "o", "co"] +[5.93626, "o", "m/"] +[6.026379, "o", "cp"] +[6.116549, "o", "pu"] +[6.296861, "o", "tes"] +[6.387022, "o", "t/"] +[6.477163, "o", "cp"] +[6.567307, "o", "pu"] +[6.657448, "o", "te"] +[6.747603, "o", "st."] +[6.837764, "o", "gi"] +[6.927929, "o", "t\u001b"] +[7.018297, "o", "[0"] +[7.198433, "o", "m"] +[8.200085, "o", "\r\n"] +[8.796062, "o", "\u001b[1;34mDfetch (0.14.2)\u001b[0m\r\n"] +[9.313432, "o", " \u001b[1;92mhttps://github.com/cpputest/cpputest.git:\u001b[0m\r\n"] +[9.314166, "o", " \u001b[1;34m> Adding project through interactive wizard\u001b[0m\r\n"] +[9.314454, "o", " \u001b[92m?\u001b[0m Name: \u001b[2mcpputest\u001b[0m"] +[10.438848, "o", "\r\n"] +[10.439365, "o", "\u001b[1A\u001b[2K"] +[10.441622, "o", " - \u001b[34mname:\u001b[0m cpputest\r\n"] +[10.44166, "o", " \u001b[34murl:\u001b[0m https://github.com/cpputest/cpputest.git\r\n"] +[10.441673, "o", " \u001b[92m?\u001b[0m Destination: \u001b[2mcpputest\u001b[0m"] +[12.083193, "o", "\r\n\u001b[1A\u001b[2K"] +[12.903145, "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"] +[14.182854, "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"] +[14.537255, "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"] +[15.19404, "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"] +[15.670422, "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"] +[16.229412, "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"] +[16.632739, "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.18962, "o", "\u001b[13A\u001b[0J"] +[17.1904, "o", " \u001b[34mtag:\u001b[0m v3.3\r\n"] +[17.890134, "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 ▸ examples\r\n ▸ include\r\n ▸ lib\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\r\n \u001b[2m↓ 28 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Enter select →/← expand/collapse Esc skip\u001b[0m\r\n"] +[19.598178, "o", "\u001b[13A\u001b[0J"] +[19.603492, "o", " \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[92m▶\u001b[0m .\r\n ▸ .settings\r\n ▸ build\r\n ▸ examples\r\n ▸ include\r\n ▸ lib\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\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"] +[21.498221, "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 ▸ examples\r\n ▸ include\r\n ▸ lib\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\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"] +[21.819541, "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 ▸ examples\r\n ▸ include\r\n ▸ lib\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\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"] +[22.039937, "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 ▸ examples\r\n ▸ include\r\n ▸ lib\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\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"] +[22.605249, "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 ▸ \u001b[2mexamples\u001b[0m\r\n ▸ include\r\n ▸ lib\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\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"] +[23.011606, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n .\r\n ▸ .settings\r\n ▸ build\r\n ▸ \u001b[2mexamples\u001b[0m\r\n \u001b[92m▶\u001b[0m ▸ include\r\n ▸ lib\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\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"] +[23.279675, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n .\r\n ▸ .settings\r\n ▸ build\r\n ▸ \u001b[2mexamples\u001b[0m\r\n ▸ include\r\n \u001b[92m▶\u001b[0m ▸ lib\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\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"] +[23.523845, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n .\r\n ▸ .settings\r\n ▸ build\r\n ▸ \u001b[2mexamples\u001b[0m\r\n ▸ include\r\n ▸ lib\r\n \u001b[92m▶\u001b[0m ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\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"] +[23.735874, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n .\r\n ▸ .settings\r\n ▸ build\r\n ▸ \u001b[2mexamples\u001b[0m\r\n ▸ include\r\n ▸ lib\r\n ▸ platforms\r\n \u001b[92m▶\u001b[0m ▸ scripts\r\n ▸ src\r\n ▸ tests\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"] +[23.944049, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n .\r\n ▸ .settings\r\n ▸ build\r\n ▸ \u001b[2mexamples\u001b[0m\r\n ▸ include\r\n ▸ lib\r\n ▸ platforms\r\n ▸ scripts\r\n \u001b[92m▶\u001b[0m ▸ src\r\n ▸ tests\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"] +[24.155528, "o", "\u001b[13A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n .\r\n ▸ .settings\r\n ▸ build\r\n ▸ \u001b[2mexamples\u001b[0m\r\n ▸ include\r\n ▸ lib\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n \u001b[92m▶\u001b[0m ▸ tests\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"] +[24.43204, "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 ▸ \u001b[2mexamples\u001b[0m\r\n ▸ include\r\n ▸ lib\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\r\n \u001b[92m▶\u001b[0m .cdtproject\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"] +[24.971255, "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 ▸ \u001b[2mexamples\u001b[0m\r\n ▸ include\r\n ▸ lib\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↓ 26 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[25.55456, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 3 more above\u001b[0m\r\n ▸ \u001b[2mexamples\u001b[0m\r\n ▸ include\r\n ▸ lib\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↓ 25 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[25.932176, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 4 more above\u001b[0m\r\n ▸ include\r\n ▸ lib\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↓ 24 more below\u001b[0m\r\n \u001b[2m↑/↓ navigate Space toggle Enter confirm →/← expand/collapse Esc skip\u001b[0m\r\n"] +[26.896869, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 4 more above\u001b[0m\r\n ▸ include\r\n ▸ lib\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 .project\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"] +[27.158363, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 4 more above\u001b[0m\r\n ▸ include\r\n ▸ lib\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\r\n .cdtproject\r\n \u001b[92m▶\u001b[0m .cproject\r\n .gitignore\r\n .project\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"] +[27.475621, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 4 more above\u001b[0m\r\n ▸ include\r\n ▸ lib\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\r\n \u001b[92m▶\u001b[0m .cdtproject\r\n .cproject\r\n .gitignore\r\n .project\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"] +[27.821773, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 4 more above\u001b[0m\r\n ▸ include\r\n ▸ lib\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\r\n \u001b[92m▶\u001b[0m \u001b[2m.cdtproject\u001b[0m\r\n .cproject\r\n .gitignore\r\n .project\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"] +[28.016845, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 4 more above\u001b[0m\r\n ▸ include\r\n ▸ lib\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\r\n \u001b[2m.cdtproject\u001b[0m\r\n \u001b[92m▶\u001b[0m .cproject\r\n .gitignore\r\n .project\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"] +[28.51437, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 4 more above\u001b[0m\r\n ▸ include\r\n ▸ lib\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\r\n \u001b[2m.cdtproject\u001b[0m\r\n .cproject\r\n \u001b[92m▶\u001b[0m .gitignore\r\n .project\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"] +[29.10773, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 4 more above\u001b[0m\r\n ▸ include\r\n ▸ lib\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\r\n \u001b[2m.cdtproject\u001b[0m\r\n \u001b[92m▶\u001b[0m .cproject\r\n .gitignore\r\n .project\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"] +[29.383363, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 4 more above\u001b[0m\r\n ▸ include\r\n ▸ lib\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\r\n \u001b[2m.cdtproject\u001b[0m\r\n \u001b[92m▶\u001b[0m \u001b[2m.cproject\u001b[0m\r\n .gitignore\r\n .project\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"] +[29.754452, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 4 more above\u001b[0m\r\n ▸ include\r\n ▸ lib\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\r\n \u001b[2m.cdtproject\u001b[0m\r\n \u001b[2m.cproject\u001b[0m\r\n \u001b[92m▶\u001b[0m .gitignore\r\n .project\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"] +[30.02531, "o", "\u001b[14A\u001b[0J \u001b[92m?\u001b[0m \u001b[1mIgnore:\u001b[0m\r\n \u001b[2m↑ 4 more above\u001b[0m\r\n ▸ include\r\n ▸ lib\r\n ▸ platforms\r\n ▸ scripts\r\n ▸ src\r\n ▸ tests\r\n \u001b[2m.cdtproject\u001b[0m\r\n \u001b[2m.cproject\u001b[0m\r\n \u001b[92m▶\u001b[0m \u001b[2m.gitignore\u001b[0m\r\n .project\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"] +[31.228402, "o", "\u001b[14A\u001b[0J"] +[31.229375, "o", " \u001b[34mignore:\u001b[0m"] +[31.230296, "o", "\r\n"] +[31.232014, "o", " - examples\r\n - .cdtproject\r\n - .cproject\r\n - .gitignore\r\n"] +[31.238517, "o", "Add project to manifest? \u001b[1m(\u001b[0my\u001b[1m)\u001b[0m: "] +[31.788422, "o", "y"] +[31.848565, "o", "\r\n"] +[31.85209, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n"] +[31.852637, "o", " \u001b[1;34m> Added 'cpputest' to manifest '/workspaces/dfetch/doc/generate-casts/interactive-add/dfetch.yaml'\u001b[0m"] +[31.853031, "o", "\r\n"] +[31.853281, "o", "Run \u001b[32m'dfetch update cpputest'\u001b[0m now? \u001b[1m(\u001b[0my\u001b[1m)\u001b[0m: "] +[32.403553, "o", "n"] +[32.463679, "o", "\r\n"] +[32.596657, "o", "$ "] +[33.600115, "o", "\u001b["] +[33.78041, "o", "1m"] +[33.870558, "o", "ca"] +[33.96072, "o", "t "] +[34.050852, "o", "df"] +[34.141021, "o", "et"] +[34.231157, "o", "ch"] +[34.321296, "o", ".y"] +[34.411883, "o", "am"] +[34.501579, "o", "l\u001b"] +[34.683816, "o", "[0m"] +[35.684585, "o", "\r\n"] +[35.688254, "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.3\r\n ignore:\r\n - examples\r\n - .cdtproject\r\n - .cproject\r\n - .gitignore\r\n"] +[38.696503, "o", "$ "] +[38.698533, "o", "\u001b["] +[38.878906, "o", "1m"] +[38.969072, "o", "\u001b["] +[39.059192, "o", "0m"] +[39.059725, "o", "\r\n"] +[39.063014, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] diff --git a/doc/asciicasts/remove.cast b/doc/asciicasts/remove.cast index 554001691..a98155a7a 100644 --- a/doc/asciicasts/remove.cast +++ b/doc/asciicasts/remove.cast @@ -1,97 +1,96 @@ -{"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"] +{"version": 2, "width": 229, "height": 35, "timestamp": 1782031641, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} +[4.449968, "o", "\u001b[H\u001b[2J\u001b[3J"] +[4.454978, "o", "$ "] +[5.457634, "o", "\u001b["] +[5.637939, "o", "1m"] +[5.728108, "o", "ca"] +[5.818267, "o", "t "] +[5.908419, "o", "df"] +[5.998564, "o", "et"] +[6.088717, "o", "ch"] +[6.178885, "o", ".y"] +[6.269003, "o", "am"] +[6.359152, "o", "l\u001b"] +[6.539456, "o", "[0m"] +[7.541141, "o", "\r\n"] +[7.544942, "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"] +[7.544987, "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)"] +[7.545117, "o", "\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.552018, "o", "$ "] +[8.555009, "o", "\u001b["] +[8.73581, "o", "1m"] +[8.826022, "o", "ls"] +[8.916159, "o", " -"] +[9.006285, "o", "la "] +[9.096449, "o", "cp"] +[9.186596, "o", "pu"] +[9.276831, "o", "te"] +[9.366981, "o", "st"] +[9.457128, "o", "/sr"] +[9.637378, "o", "c\u001b"] +[9.727519, "o", "[0"] +[9.81769, "o", "m"] +[10.819151, "o", "\r\n"] +[10.823354, "o", "total 1764\r\n"] +[10.823802, "o", "drwxrwxrwx+ 14 dev dev 4096 Jun 21 08:47 .\r\ndrwxrwxrwx+ 3 dev dev 4096 Jun 21 08:47 ..\r\n-rw-rw-rw- 1 dev dev 2179 Jun 21 08:47 .cdtproject\r\n-rw-rw-rw- 1 dev dev 6175 Jun 21 08:47 .cproject\r\n-rw-rw-rw- 1 dev dev 347 Jun 21 08:47 .dfetch_data.yaml\r\n-rw-rw-rw- 1 dev dev 316 Jun 21 08:47 .gitignore\r\n-rw-rw-rw- 1 dev dev 2286 Jun 21 08:47 .project\r\ndrwxrwxrwx+ 2 dev dev 4096 Jun 21 08:47 .settings\r\n-rw-rw-rw- 1 dev dev 533 Jun 21 08:47 .travis.yml\r\n-rw-rw-rw- 1 dev dev 201 Jun 21 08:47 AUTHORS\r\n-rw-rw-rw- 1 dev dev 2462 Jun 21 08:47 CMakeLists.txt\r\n-rw-rw-rw- 1 dev dev 1515 Jun 21 08:47 COPYING\r\n-rw-rw-rw- 1 dev dev 103 Jun 21 08:47 ChangeLog\r\n-rw-rw-rw- 1 dev dev 6458 Jun 21 08:47 CppUTest.dsp\r\n-rw-rw-rw- 1 dev dev 825 Jun 21 08:47 CppUTest.dsw\r\n-rw-rw-rw- 1 dev dev 7455 Jun 21 08:47 CppUTest.mak\r\n-rw-rw-rw- 1 dev dev 9597 Jun 21 08:47 CppUTest.vcproj\r\n-rw-rw-rw- 1 dev dev 11381 Jun 21 08:47 CppUTest.vcxproj\r\n-rw-rw-rw- 1 dev dev 1500 Jun 21 08:47 CppUTest_VS2008.sln\r\n-rw-rw-rw- 1 dev dev 1316 Jun 21 08:47 CppUTest_VS2010.sln\r\n-rw-rw-rw- 1 dev dev 53997 Jun 21 08:47 Doxyfile\r\n-rw-rw-rw- 1 dev dev 15578 Jun 21 08:47 INSTALL\r\n-rw-rw-rw- 1 dev dev 9707 Jun 21 08:47 Makefile.am\r\n-rw-rw-rw- 1 dev dev 248957 Jun 21 08:47 Makefile.in\r\n-rw-rw-rw- 1 dev dev 525 Jun 21 08:47 Makefile_CppUTestExt\r\n-rw-rw-rw- 1 dev dev 5177 Jun 21 08:47 Makefile_using_MakefileWorker\r\n-rw-rw-rw- 1 dev dev 68 Jun 21 08:47 NEWS\r\n-rw-rw-rw- 1 dev dev 85 Jun 21 08:47 README\r\n-rw-rw-rw- 1 dev dev 6777 Jun 21 08:47 README.md\r\n-rw-rw-rw- 1 dev dev 2327 Jun 21 08:47 README_CppUTest_for_C.txt\r\n-rw-rw-rw- 1 dev dev 2291 Jun 21 08:47 README_InstallCppUTest.txt\r\n-rw-rw-rw- 1 dev dev 888 Jun 21 08:47 README_UsersOfPriorVersions.txt\r\n-rw-rw-rw- 1 dev dev 39778 Jun 21 08:47 aclocal.m4\r\ndrwxrwxrwx+ 2 dev dev 4096 Jun 21 08:47 build\r\ndrwxrwxrwx+ 3 dev dev 4096 Jun 21 08:47 cmake\r\n-rwxrwxrwx 1 dev dev 3769 Jun 21 08:47 compile\r\n-rwxrwxrwx 1 dev dev 44504 Jun 21 08:47 config.guess\r\n-rw-rw-rw- 1 dev dev 313 Jun 21 08:47 config.h.cmake\r\n-rw-rw-rw- 1 dev dev 5821 Jun 21 08:47 config.h.in\r\n-rwxrwxrwx 1 dev dev 35206 Jun 21 08:47 config.sub\r\n-rwxrwxrwx 1 dev dev 609242 Jun 21 08:47 configure\r\n-rw-rw-rw- 1 dev dev 16153 Jun 21 08:47 configure.ac\r\n-rw-rw-rw- 1 dev dev 67701 Jun 21 08:47 cpputest-hist.txt\r\n-rw-rw-rw- 1 dev dev 298 Jun 21 08:47 cpputest.pc.in\r\n-rw-rw-rw- 1 dev dev 79904 Jun 21 08:47 cpputest_doxy_gen.conf\r\n-rwxrwxrwx 1 dev dev 18615 Jun 21 08:47 depcomp\r\ndrwxrwxrwx+ 2 dev dev 4096 Jun 21 08:47 docs\r\ndrwxrwxrwx+ 5 dev dev 4096 Jun 21 08:47 examples\r\ndrwxrwxrwx+ 5 dev dev 4096 Jun 21 08:47 include\r\n-rwxrwxrwx 1 dev dev 13663 Jun 21 08:47 install-sh\r\ndrwxrwxrwx+ 2 dev dev 4096 Jun 21 08:47 lib\r\n-rwxrwxrwx 1 dev dev 282967 Jun 21 08:47 ltmain.sh\r\ndrwxrwxrwx+ 2 dev dev 4096 Jun 21 08:47 m4\r\n-rw-rw-rw- 1 dev dev 344 Jun 21 08:47 makeVS2008.bat\r\n-rw-rw-rw- 1 dev dev 348 Jun 21 08:47 makeVS2010.bat\r\n-rw-rw-rw- 1 dev dev 533 Jun 21 08:47 makeVc6.bat\r\n-rwxrwxrwx 1 dev dev 11419 Jun 21 08:47 missing\r\ndrwxrwxrwx+ 2 dev dev 4096 Jun 21 08:47 platforms\r\ndrwxrwxrwx+ 7 dev dev 4096 Jun 21 08:47 scripts\r\ndrwxrwxrwx+ 5 dev dev 4096 Jun 21 08:47 src\r\n-rwxrwxrwx 1 dev dev 3977 Jun 21 08:47 test-driver\r\ndrwxrwxrwx+ 3 dev dev 4096 Jun 21 08:47 tests\r\n"] +[10.829895, "o", "$ "] +[11.833398, "o", "\u001b"] +[12.013749, "o", "[1"] +[12.103898, "o", "md"] +[12.194028, "o", "fe"] +[12.284185, "o", "tc"] +[12.374361, "o", "h "] +[12.464463, "o", "re"] +[12.554611, "o", "mo"] +[12.644838, "o", "ve"] +[12.734974, "o", " c"] +[12.915235, "o", "p"] +[13.005382, "o", "pu"] +[13.095544, "o", "te"] +[13.186511, "o", "st"] +[13.27618, "o", "\u001b["] +[13.366355, "o", "0m"] +[14.36808, "o", "\r\n"] +[14.903674, "o", "\u001b[1;34mDfetch (0.14.2)\u001b[0m\r\n"] +[14.935214, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n"] +[14.935812, "o", " \u001b[1;34m> removed\u001b[0m\r\n"] +[15.031009, "o", "$ "] +[16.034389, "o", "\u001b["] +[16.214674, "o", "1m"] +[16.305418, "o", "ca"] +[16.394967, "o", "t "] +[16.485107, "o", "df"] +[16.575265, "o", "et"] +[16.665404, "o", "ch"] +[16.755549, "o", ".y"] +[16.845705, "o", "am"] +[16.935838, "o", "l\u001b"] +[17.116098, "o", "[0"] +[17.206257, "o", "m"] +[18.207677, "o", "\r\n"] +[18.212205, "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"] +[18.224633, "o", "$ "] +[19.227882, "o", "\u001b["] +[19.408677, "o", "1m"] +[19.498843, "o", "ls"] +[19.588988, "o", " -"] +[19.679117, "o", "la"] +[19.769275, "o", " c"] +[19.859435, "o", "pp"] +[19.949596, "o", "ut"] +[20.039728, "o", "es"] +[20.129877, "o", "t\u001b"] +[20.310143, "o", "[0"] +[20.400285, "o", "m"] +[21.401954, "o", "\r\n"] +[21.405929, "o", "total 8\r\n"] +[21.40599, "o", "drwxrwxrwx+ 2 dev dev 4096 Jun 21 08:47 .\r\ndrwxrwxrwx+ 4 dev dev 4096 Jun 21 08:47 ..\r\n"] +[24.416904, "o", "$ "] +[24.422249, "o", "\u001b"] +[24.603771, "o", "[1"] +[24.693922, "o", "m\u001b"] +[24.784045, "o", "[0"] +[24.874214, "o", "m"] +[24.875426, "o", "\r\n"] +[24.878422, "o", "/workspaces/dfetch/doc/generate-casts"] +[24.878805, "o", "\r\n"] diff --git a/doc/asciicasts/report.cast b/doc/asciicasts/report.cast index 68a5e8a70..5ca3732bb 100644 --- a/doc/asciicasts/report.cast +++ b/doc/asciicasts/report.cast @@ -1,44 +1,43 @@ -{"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"] +{"version": 2, "width": 229, "height": 35, "timestamp": 1782031741, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} +[0.047148, "o", "\u001b[H\u001b[2J\u001b[3J"] +[0.052644, "o", "$ "] +[1.056351, "o", "\u001b["] +[1.236626, "o", "1m"] +[1.327634, "o", "ls"] +[1.417315, "o", " -"] +[1.507458, "o", "l\u001b"] +[1.597644, "o", "[0"] +[1.687806, "o", "m"] +[2.689565, "o", "\r\n"] +[2.693662, "o", "total 12\r\n"] +[2.693875, "o", "drwxr-xr-x+ 3 dev dev 4096 Jun 21 08:49 cpputest\r\n-rw-rw-rw- 1 dev dev 733 Jun 21 08:49 dfetch.yaml\r\ndrwxr-xr-x+ 4 dev dev 4096 Jun 21 08:49 jsmn\r\n"] +[2.701197, "o", "$ "] +[3.704724, "o", "\u001b"] +[3.88575, "o", "[1"] +[3.975932, "o", "md"] +[4.066063, "o", "fe"] +[4.156243, "o", "tc"] +[4.246391, "o", "h "] +[4.336543, "o", "re"] +[4.426675, "o", "po"] +[4.51681, "o", "rt"] +[4.606984, "o", "\u001b["] +[4.787278, "o", "0"] +[4.877415, "o", "m"] +[5.8793, "o", "\r\n"] +[6.466961, "o", "\u001b[1;34mDfetch (0.14.2)\u001b[0m\r\n"] +[6.509973, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n"] +[6.510765, "o", " \u001b[1;92m- remote :\u001b[0m\u001b[1;34m github\u001b[0m\r\n"] +[6.512174, "o", " \u001b[1;92m remote url :\u001b[0m\u001b[1;34m https://github.com/cpputest/cpputest.git\u001b[0m\r\n"] +[6.513513, "o", " \u001b[1;92m branch :\u001b[0m\u001b[1;34m master\u001b[0m\r\n \u001b[1;92m tag :\u001b[0m\u001b[1;34m v3.4\u001b[0m\r\n \u001b[1;92m last fetch :\u001b[0m\u001b[1;34m 21/06/2026, 08:48:50\u001b[0m\r\n"] +[6.515548, "o", " \u001b[1;92m revision :\u001b[0m\u001b[1;34m \u001b[0m\r\n \u001b[1;92m patch :\u001b[0m\u001b[1;34m \u001b[0m\r\n \u001b[1;92m licenses :\u001b[0m\u001b[1;34m BSD 3-Clause \"New\" or \"Revised\" License\u001b[0m\r\n"] +[6.520339, "o", " \u001b[1;92mjsmn:\u001b[0m\r\n"] +[6.520945, "o", " \u001b[1;92m- remote :\u001b[0m\u001b[1;34m github\u001b[0m\r\n"] +[6.522309, "o", " \u001b[1;92m remote url :\u001b[0m\u001b[1;34m https://github.com/zserge/jsmn.git\u001b[0m\r\n"] +[6.522801, "o", " \u001b[1;92m branch :\u001b[0m\u001b[1;34m master\u001b[0m\r\n"] +[6.523287, "o", " \u001b[1;92m tag :\u001b[0m\u001b[1;34m \u001b[0m\r\n"] +[6.523792, "o", " \u001b[1;92m last fetch :\u001b[0m\u001b[1;34m 21/06/2026, 08:48:51\u001b[0m\r\n"] +[6.524271, "o", " \u001b[1;92m revision :\u001b[0m\u001b[1;34m 25647e692c7906b96ffd2b05ca54c097948e879c\u001b[0m\r\n"] +[6.524734, "o", " \u001b[1;92m patch :\u001b[0m\u001b[1;34m \u001b[0m\r\n"] +[6.525414, "o", " \u001b[1;92m licenses :\u001b[0m\u001b[1;34m MIT License\u001b[0m\r\n"] +[9.655056, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] diff --git a/doc/asciicasts/sbom.cast b/doc/asciicasts/sbom.cast index af32f4f32..84a016cd6 100644 --- a/doc/asciicasts/sbom.cast +++ b/doc/asciicasts/sbom.cast @@ -1,51 +1,53 @@ -{"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"] +{"version": 2, "width": 229, "height": 35, "timestamp": 1782031751, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} +[0.041468, "o", "\u001b[H\u001b[2J\u001b[3J"] +[0.048774, "o", "$ "] +[1.053545, "o", "\u001b"] +[1.233732, "o", "[1"] +[1.323857, "o", "ml"] +[1.414037, "o", "s "] +[1.504178, "o", "-"] +[1.594338, "o", "l\u001b"] +[1.684498, "o", "[0"] +[1.774672, "o", "m"] +[2.776769, "o", "\r\n"] +[2.780889, "o", "total 12\r\ndrwxr-xr-x+ 3 dev dev 4096 Jun 21 08:49 cpputest\r\n-rw-rw-rw- 1 dev dev 733 Jun 21 08:49 dfetch.yaml\r\ndrwxr-xr-x+ 4 dev dev 4096 Jun 21 08:49 jsmn\r\n"] +[2.788093, "o", "$ "] +[3.791644, "o", "\u001b["] +[3.972009, "o", "1m"] +[4.063749, "o", "df"] +[4.152965, "o", "et"] +[4.24348, "o", "ch"] +[4.333621, "o", " r"] +[4.423751, "o", "ep"] +[4.51391, "o", "or"] +[4.604074, "o", "t "] +[4.69423, "o", "-t"] +[4.87449, "o", " s"] +[4.964652, "o", "bo"] +[5.05481, "o", "m\u001b"] +[5.144952, "o", "[0"] +[5.2351, "o", "m"] +[6.23701, "o", "\r\n"] +[6.838017, "o", "\u001b[1;34mDfetch (0.14.2)\u001b[0m\r\n"] +[6.882821, "o", "Generated SBoM report: report.cdx.json\r\n"] +[6.985768, "o", "$ "] +[7.989113, "o", "\u001b["] +[8.169396, "o", "1m"] +[8.259621, "o", "ca"] +[8.349705, "o", "t "] +[8.439825, "o", "rep"] +[8.529977, "o", "or"] +[8.620119, "o", "t."] +[8.710308, "o", "cd"] +[8.800432, "o", "x."] +[8.890569, "o", "jso"] +[9.070843, "o", "n\u001b"] +[9.160961, "o", "[0"] +[9.251119, "o", "m"] +[10.252892, "o", "\r\n"] +[10.256328, "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.2\"\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.2\"\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.2\"\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.256518, "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\": \""] +[10.257118, "o", "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.2\"\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.2\"\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.2\"\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"] +[10.257182, "o", " }\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-21T08:49:18.700979+00:00\",\r\n \"tools\": {\r\n \"components\": [\r\n {\r\n \"bom-ref\": \"dfetch-0.14.2\",\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.r"] +[10.257212, "o", "st\"\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 ],\r\n \"name\": \"dfetch\",\r\n \"supplier\": {\r\n \"name\": \"dfetch-org\"\r\n },\r\n \"type\": \"application\",\r\n \"version\": \"0.14.2\"\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:c10d1ac4-0657-4c17-9413-6059a84ca99d\",\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.261632, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] diff --git a/doc/asciicasts/update-patch.cast b/doc/asciicasts/update-patch.cast index 2ba278c45..220c8f917 100644 --- a/doc/asciicasts/update-patch.cast +++ b/doc/asciicasts/update-patch.cast @@ -1,230 +1,236 @@ -{"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"] +{"version": 2, "width": 229, "height": 35, "timestamp": 1782031804, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} +[4.116373, "o", "\u001b[H\u001b[2J\u001b[3J"] +[4.124299, "o", "$ "] +[5.130371, "o", "\u001b["] +[5.311675, "o", "1m"] +[5.40079, "o", "ls"] +[5.490948, "o", " -"] +[5.581101, "o", "l ."] +[5.67123, "o", "\u001b["] +[5.761399, "o", "0m"] +[6.763174, "o", "\r\n"] +[6.767002, "o", "total 16\r\n"] +[6.767069, "o", "drwxr-xr-x+ 3 dev dev 4096 Jun 21 08:50 cpputest\r\n-rw-rw-rw- 1 dev dev 229 Jun 21 08:50 dfetch.yaml\r\ndrwxr-xr-x+ 4 dev dev 4096 Jun 21 08:50 jsmn\r\ndrwxrwxrwx+ 2 dev dev 4096 Jun 21 08:50 patches\r\n"] +[6.774157, "o", "$ "] +[7.777283, "o", "\u001b["] +[7.957622, "o", "1m"] +[8.048735, "o", "ca"] +[8.138894, "o", "t "] +[8.229711, "o", "df"] +[8.319244, "o", "et"] +[8.409397, "o", "ch"] +[8.499645, "o", ".y"] +[8.589723, "o", "am"] +[8.679885, "o", "l\u001b"] +[8.860855, "o", "[0m"] +[9.862085, "o", "\r\n"] +[9.865083, "o", "manifest:\r\n"] +[9.865318, "o", " 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.870519, "o", "$ "] +[10.873893, "o", "\u001b["] +[11.054193, "o", "1m"] +[11.144388, "o", "ca"] +[11.234531, "o", "t "] +[11.324668, "o", "pa"] +[11.414823, "o", "tc"] +[11.505685, "o", "he"] +[11.595118, "o", "s/"] +[11.685281, "o", "cp"] +[11.775409, "o", "pu"] +[11.955706, "o", "tes"] +[12.04586, "o", "t."] +[12.136341, "o", "pa"] +[12.22649, "o", "tc"] +[12.316653, "o", "h\u001b"] +[12.406728, "o", "[0"] +[12.496883, "o", "m"] +[13.498341, "o", "\r\n"] +[13.501722, "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"] +[13.508024, "o", "$ "] +[14.5116, "o", "\u001b["] +[14.691883, "o", "1m"] +[14.782034, "o", "gi"] +[14.872211, "o", "t "] +[14.962363, "o", "st"] +[15.052517, "o", "at"] +[15.14266, "o", "us"] +[15.232894, "o", "\u001b["] +[15.322976, "o", "0m"] +[16.323778, "o", "\r\n"] +[16.331969, "o", "On branch main\r\nnothing to commit, working tree clean\r\n"] +[16.339089, "o", "$ "] +[17.342484, "o", "\u001b"] +[17.522861, "o", "[1"] +[17.612982, "o", "ms"] +[17.703164, "o", "ed"] +[17.793294, "o", " "] +[17.883444, "o", "-i"] +[17.973602, "o", " '"] +[18.064014, "o", "s/"] +[18.153875, "o", "gi"] +[18.244149, "o", "t"] +[18.424392, "o", "la"] +[18.514666, "o", "b/"] +[18.604897, "o", "gi"] +[18.694911, "o", "te"] +[18.78504, "o", "a"] +[18.875181, "o", "/g"] +[18.966188, "o", "' "] +[19.055487, "o", "cp"] +[19.145648, "o", "pu"] +[19.325892, "o", "t"] +[19.416018, "o", "es"] +[19.506196, "o", "t/"] +[19.596344, "o", "sr"] +[19.686501, "o", "c/"] +[19.776667, "o", "R"] +[19.866809, "o", "EA"] +[19.956954, "o", "DM"] +[20.047105, "o", "E."] +[20.227365, "o", "md"] +[20.317621, "o", "\u001b"] +[20.407735, "o", "[0"] +[20.497887, "o", "m"] +[21.499784, "o", "\r\n"] +[21.509236, "o", "$ "] +[22.512732, "o", "\u001b"] +[22.69303, "o", "[1"] +[22.783178, "o", "mg"] +[22.873323, "o", "it"] +[22.96347, "o", " "] +[23.053638, "o", "ad"] +[23.14381, "o", "d "] +[23.233963, "o", ".\u001b"] +[23.324106, "o", "[0"] +[23.414244, "o", "m"] +[24.416134, "o", "\r\n"] +[24.440536, "o", "$ "] +[25.443815, "o", "\u001b["] +[25.624197, "o", "1m"] +[25.715671, "o", "gi"] +[25.805768, "o", "t "] +[25.894628, "o", "co"] +[25.985266, "o", "mm"] +[26.075494, "o", "it"] +[26.165655, "o", " -"] +[26.255814, "o", "a "] +[26.345959, "o", "-m"] +[26.526226, "o", " 'F"] +[26.616447, "o", "ix"] +[26.706609, "o", " v"] +[26.796739, "o", "cs"] +[26.886891, "o", " h"] +[26.977013, "o", "os"] +[27.067182, "o", "t'"] +[27.157329, "o", "\u001b["] +[27.247481, "o", "0m"] +[28.249286, "o", "\r\n"] +[28.260435, "o", "[main 8156b44] Fix vcs host\r\n"] +[28.260866, "o", " 1 file changed, 1 insertion(+), 1 deletion(-)\r\n"] +[28.267091, "o", "$ "] +[29.270944, "o", "\u001b["] +[29.451454, "o", "1m"] +[29.541601, "o", "df"] +[29.631808, "o", "et"] +[29.721956, "o", "ch"] +[29.81211, "o", " u"] +[29.902224, "o", "pd"] +[29.992377, "o", "at"] +[30.082529, "o", "e-"] +[30.172697, "o", "pa"] +[30.352965, "o", "tch"] +[30.443112, "o", " c"] +[30.533256, "o", "pp"] +[30.623397, "o", "ut"] +[30.713537, "o", "es"] +[30.803711, "o", "t\u001b"] +[30.895685, "o", "[0"] +[30.984005, "o", "m"] +[31.985891, "o", "\r\n"] +[32.552189, "o", "\u001b[1;34mDfetch (0.14.2)\u001b[0m\r\n"] +[32.60079, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n"] +[32.601514, "o", "\u001b[?25l"] +[32.682533, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[32.7634, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[32.844119, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[32.924939, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[33.005999, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[33.086599, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[33.167378, "o", "\r\u001b[2K\u001b[32m⠦\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[33.248103, "o", "\r\u001b[2K\u001b[32m⠧\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[33.328824, "o", "\r\u001b[2K\u001b[32m⠇\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[33.409455, "o", "\r\u001b[2K\u001b[32m⠏\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[33.49059, "o", "\r\u001b[2K\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[33.57187, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[33.653427, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[33.734782, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[33.818354, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[33.899213, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[33.980006, "o", "\r\u001b[2K\u001b[32m⠦\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[34.06367, "o", "\r\u001b[2K\u001b[32m⠧\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[34.141999, "o", "\r\u001b[2K\u001b[32m⠇\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[34.222644, "o", "\r\u001b[2K\u001b[32m⠏\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[34.252064, "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"] +[34.252892, "o", " \u001b[1;34m> Fetched v3.4\u001b[0m\r\n"] +[34.391526, "o", " \u001b[1;34m> Updating patch \"patches/cpputest.patch\"\u001b[0m\r\n"] +[34.434589, "o", "\u001b[?25l"] +[34.515241, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[34.596229, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[34.67707, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[34.75799, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[34.838674, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[34.919374, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[35.000069, "o", "\r\u001b[2K\u001b[32m⠦\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[35.080776, "o", "\r\u001b[2K\u001b[32m⠧\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[35.161463, "o", "\r\u001b[2K\u001b[32m⠇\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[35.242181, "o", "\r\u001b[2K\u001b[32m⠏\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[35.323257, "o", "\r\u001b[2K\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[35.405276, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[35.486616, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[35.56974, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[35.649791, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[35.651728, "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"] +[35.65236, "o", " \u001b[1;34m> Fetched v3.4\u001b[0m\r\n"] +[35.654433, "o", " \u001b[1;34m> Applying patch \"patches/cpputest.patch\"\u001b[0m\r\n"] +[35.656052, "o", " \u001b[34msuccessfully patched 1/1: \u001b[0m\u001b[34m \u001b[0m \r\n\u001b[34mb'README.md'\u001b[0m \r\n"] +[35.839679, "o", "$ "] +[36.842059, "o", "\u001b["] +[37.022373, "o", "1m"] +[37.112525, "o", "ca"] +[37.202684, "o", "t "] +[37.292844, "o", "pa"] +[37.382983, "o", "tc"] +[37.473134, "o", "he"] +[37.563283, "o", "s/"] +[37.653412, "o", "cp"] +[37.743593, "o", "pu"] +[37.923844, "o", "te"] +[38.014022, "o", "st"] +[38.104158, "o", ".p"] +[38.194287, "o", "at"] +[38.28449, "o", "ch"] +[38.374649, "o", "\u001b["] +[38.464787, "o", "0m"] +[39.466421, "o", "\r\n"] +[39.470128, "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"] +[39.476491, "o", "$ "] +[40.478975, "o", "\u001b["] +[40.659264, "o", "1m"] +[40.749428, "o", "gi"] +[40.839556, "o", "t "] +[40.929713, "o", "sta"] +[41.02052, "o", "tu"] +[41.110667, "o", "s\u001b"] +[41.200821, "o", "[0"] +[41.290986, "o", "m"] +[42.293644, "o", "\r\n"] +[42.317714, "o", "On branch main\r\n"] +[42.3181, "o", "Changes 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"] +[45.326314, "o", "$ "] +[45.328712, "o", "\u001b["] +[45.509296, "o", "1m"] +[45.59944, "o", "\u001b["] +[45.691956, "o", "0m"] +[45.693083, "o", "\r\n"] +[45.698772, "o", "/workspaces/dfetch/doc/generate-casts"] +[45.699313, "o", "\r\n"] diff --git a/doc/asciicasts/update.cast b/doc/asciicasts/update.cast index 3c56ff060..b3ec285b8 100644 --- a/doc/asciicasts/update.cast +++ b/doc/asciicasts/update.cast @@ -1,118 +1,114 @@ -{"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"] +{"version": 2, "width": 229, "height": 35, "timestamp": 1782031718, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} +[0.675953, "o", "\u001b[H\u001b[2J\u001b[3J"] +[0.680615, "o", "$ "] +[1.683751, "o", "\u001b["] +[1.864168, "o", "1m"] +[1.954369, "o", "ls"] +[2.044484, "o", " -"] +[2.13462, "o", "l\u001b"] +[2.224765, "o", "[0"] +[2.314944, "o", "m"] +[3.316658, "o", "\r\n"] +[3.320609, "o", "total 4\r\n"] +[3.320675, "o", "-rw-rw-rw- 1 dev dev 733 Jun 21 08:48 dfetch.yaml\r\n"] +[3.328036, "o", "$ "] +[4.332524, "o", "\u001b["] +[4.513145, "o", "1m"] +[4.603287, "o", "ca"] +[4.693459, "o", "t "] +[4.783594, "o", "dfe"] +[4.87374, "o", "tc"] +[4.96389, "o", "h."] +[5.054045, "o", "ya"] +[5.144199, "o", "ml"] +[5.234361, "o", "\u001b[0"] +[5.416697, "o", "m"] +[6.417846, "o", "\r\n"] +[6.429325, "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.443473, "o", "$ "] +[7.449858, "o", "\u001b"] +[7.63125, "o", "[1"] +[7.721428, "o", "md"] +[7.811555, "o", "fe"] +[7.901715, "o", "tc"] +[7.991862, "o", "h "] +[8.082011, "o", "up"] +[8.172149, "o", "da"] +[8.262295, "o", "te"] +[8.352461, "o", "\u001b["] +[8.532716, "o", "0"] +[8.622868, "o", "m"] +[9.624658, "o", "\r\n"] +[10.217124, "o", "\u001b[1;34mDfetch (0.14.2)\u001b[0m\r\n"] +[10.236297, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n"] +[10.236523, "o", "\u001b[?25l"] +[10.31742, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[10.398149, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[10.478858, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[10.559614, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[10.640247, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[10.721355, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[10.802322, "o", "\r\u001b[2K\u001b[32m⠦\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[10.883022, "o", "\r\u001b[2K\u001b[32m⠧\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[10.963735, "o", "\r\u001b[2K\u001b[32m⠇\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[11.044348, "o", "\r\u001b[2K\u001b[32m⠏\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[11.124999, "o", "\r\u001b[2K\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[11.206261, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[11.287298, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[11.371524, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[11.452934, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[11.53361, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[11.614295, "o", "\r\u001b[2K\u001b[32m⠦\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[11.694966, "o", "\r\u001b[2K\u001b[32m⠧\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[11.775614, "o", "\r\u001b[2K\u001b[32m⠇\u001b[0m \u001b[1;94m> Fetching v3.4\u001b[0m"] +[11.792465, "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.793155, "o", " \u001b[1;34m> Fetched v3.4\u001b[0m\r\n"] +[11.826854, "o", " \u001b[1;92mjsmn:\u001b[0m"] +[11.826912, "o", "\r\n\u001b[?25l"] +[11.909682, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[11.990619, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[12.073095, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[12.155477, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[12.234883, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[12.315691, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[12.396507, "o", "\r\u001b[2K\u001b[32m⠦\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[12.477093, "o", "\r\u001b[2K\u001b[32m⠧\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[12.557762, "o", "\r\u001b[2K\u001b[32m⠇\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[12.638432, "o", "\r\u001b[2K\u001b[32m⠏\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[12.71995, "o", "\r\u001b[2K\u001b[32m⠋\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[12.802631, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[12.882279, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[12.962989, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[13.043678, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Fetching \u001b[0m"] +[13.059605, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Fetching \u001b[0m\r\n\u001b[?25h\r\u001b[1A\u001b[2K"] +[13.060398, "o", " \u001b[1;34m> Fetched master - 25647e692c7906b96ffd2b05ca54c097948e879c\u001b[0m\r\n"] +[13.18616, "o", "$ "] +[14.18963, "o", "\u001b["] +[14.369838, "o", "1m"] +[14.459989, "o", "ls"] +[14.550154, "o", " -"] +[14.640281, "o", "l\u001b"] +[14.730427, "o", "[0"] +[14.820594, "o", "m"] +[15.821645, "o", "\r\n"] +[15.826176, "o", "total 12\r\n"] +[15.8266, "o", "drwxrwxrwx+ 3 dev dev 4096 Jun 21 08:48 cpputest\r\n-rw-rw-rw- 1 dev dev 733 Jun 21 08:48 dfetch.yaml\r\ndrwxrwxrwx+ 4 dev dev 4096 Jun 21 08:48 jsmn\r\n"] +[15.834434, "o", "$ "] +[16.838087, "o", "\u001b["] +[17.01842, "o", "1m"] +[17.112487, "o", "df"] +[17.200685, "o", "et"] +[17.290834, "o", "ch"] +[17.380999, "o", " u"] +[17.471128, "o", "pd"] +[17.561285, "o", "at"] +[17.651429, "o", "e\u001b"] +[17.741569, "o", "[0"] +[17.921833, "o", "m"] +[18.923693, "o", "\r\n"] +[19.492524, "o", "\u001b[1;34mDfetch (0.14.2)\u001b[0m\r\n"] +[19.512702, "o", " \u001b[1;92mcpputest:\u001b[0m\r\n"] +[19.513358, "o", " \u001b[1;34m> up-to-date (v3.4)\u001b[0m\r\n"] +[20.139533, "o", " \u001b[1;92mjsmn:\u001b[0m\r\n"] +[20.140197, "o", " \u001b[1;34m> up-to-date (master - 25647e692c7906b96ffd2b05ca54c097948e879c)\u001b[0m\r\n"] +[23.24006, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] diff --git a/doc/asciicasts/validate.cast b/doc/asciicasts/validate.cast index 88e535d74..aab3d6de0 100644 --- a/doc/asciicasts/validate.cast +++ b/doc/asciicasts/validate.cast @@ -1,20 +1,20 @@ -{"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"] +{"version": 2, "width": 229, "height": 35, "timestamp": 1782031675, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}} +[0.713168, "o", "\u001b[H\u001b[2J\u001b[3J"] +[0.717816, "o", "$ "] +[1.721767, "o", "\u001b"] +[1.902224, "o", "[1"] +[1.992367, "o", "md"] +[2.082518, "o", "fe"] +[2.172655, "o", "t"] +[2.262795, "o", "ch"] +[2.352975, "o", " v"] +[2.443129, "o", "al"] +[2.533248, "o", "id"] +[2.623408, "o", "a"] +[2.8037, "o", "te"] +[2.893852, "o", "\u001b["] +[2.983992, "o", "0m"] +[3.985775, "o", "\r\n"] +[4.532706, "o", "\u001b[1;34mDfetch (0.14.2)\u001b[0m\r\n"] +[4.544071, "o", " \u001b[1;92mdfetch.yaml :\u001b[0m\u001b[1;34m valid\u001b[0m\r\n"] +[7.668114, "o", "/workspaces/dfetch/doc/generate-casts\r\n"] diff --git a/doc/howto/contributing.rst b/doc/howto/contributing.rst index 55a905055..f61e6882d 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.1' -m "Release version 0.14.1" + git tag -a '0.14.2' -m "Release version 0.14.2" 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 bba97a104..1755d8303 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.1``), it is an official release. + - If it is only numbers (e.g. ``0.14.2``), 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 928dd4106..884364a96 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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 573be6a2d..b440e2667 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) >>>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.1) + Dfetch (0.14.2) >>>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.1) + Dfetch (0.14.2) """ diff --git a/features/check-specific-projects.feature b/features/check-specific-projects.feature index b4b5983f9..c2b876c9f 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.1) + Dfetch (0.14.2) 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 2bf445c82..b8ced659c 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) SomeProject: > up-to-date (v1) """ diff --git a/features/checked-project-has-dependencies.feature b/features/checked-project-has-dependencies.feature index 7f4e7d9c8..3653f2f83 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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 9a934486d..5653c44ac 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) SomeProject: > No diffs found since 59efb91396fd369eb113b43382783294dc8ed6d2 """ diff --git a/features/diff-in-svn.feature b/features/diff-in-svn.feature index d461d6eca..6ce689e2f 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) SomeProject: > No diffs found since 1 """ diff --git a/features/environment.feature b/features/environment.feature index 4bdf01143..25836e1e3 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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 309e49728..7624b3e50 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) SomeProject: > Fetched some-remote-server/SomeProject.tar.gz """ diff --git a/features/fetch-checks-destination.feature b/features/fetch-checks-destination.feature index bd3a6da77..a30ee2493 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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 8adb34028..21674aa2b 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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 94c5a9806..3288080eb 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.1) + Dfetch (0.14.2) SomeProjectWithAnInterestingFile: > Fetched trunk - 1 """ diff --git a/features/fetch-git-repo-with-submodule.feature b/features/fetch-git-repo-with-submodule.feature index 3a090157d..54b65e460 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) sibling-project: > Fetched master - e1fda19a57b873eb8e6ae37780594cbb77b70f1a """ diff --git a/features/fetch-git-repo.feature b/features/fetch-git-repo.feature index f8034ac5b..cc8e67b59 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) """ diff --git a/features/fetch-single-file-git.feature b/features/fetch-single-file-git.feature index 99de491d6..323e30d79 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) SomeProjectWithAnInterestingFile: > Fetched v1 """ diff --git a/features/fetch-single-file-svn.feature b/features/fetch-single-file-svn.feature index 1c45aaf31..51c645dc3 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.1) + Dfetch (0.14.2) SomeProjectWithAnInterestingFile: > Fetched trunk - 1 """ diff --git a/features/fetch-svn-repo-with-external.feature b/features/fetch-svn-repo-with-external.feature index 2358385bf..d6e9f9152 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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 ef2b759fd..058836e86 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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 65ba6e6f6..a494323e0 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) SomeInterestingProject: > Fetched v1 """ diff --git a/features/fetch-with-ignore-svn.feature b/features/fetch-with-ignore-svn.feature index a2b030ef0..e797a42d4 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) SomeInterestingProject: > Fetched trunk - 1 """ diff --git a/features/freeze-projects.feature b/features/freeze-projects.feature index 237c1467a..ed629ff8b 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.1) + Dfetch (0.14.2) """ 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 9025ed006..aa79f5d9b 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) SomeProject: > Fetched v2 """ diff --git a/features/guard-against-overwriting-svn.feature b/features/guard-against-overwriting-svn.feature index cecf36fc0..03cdbb96b 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) SomeProject: > Fetched v2 """ diff --git a/features/handle-invalid-metadata.feature b/features/handle-invalid-metadata.feature index 849a74f58..a4807cba4 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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 438710972..a00501475 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.1) + Dfetch (0.14.2) test-repo: > Fetched v1 > Applying patch "test-repo.patch" diff --git a/features/journey-basic-usage.feature b/features/journey-basic-usage.feature index 3d85acbd8..35d3246e8 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.1) + Dfetch (0.14.2) ext/test-repo-tag: > wanted & current (v1), available (v2.0) """ diff --git a/features/list-projects.feature b/features/list-projects.feature index 3c38bc711..0ef1177b1 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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 7f3c0b14a..e8bc6ff3a 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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 f35f456df..bbe49f742 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.1) + Dfetch (0.14.2) 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 bd450bce9..41b856018 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.1) + Dfetch (0.14.2) SomeProject: > Fetched master - f47d80c35e14dfa4f9c9c30c9865cbf0f8d50933 > Applying patch "SomeProject.patch" diff --git a/features/remove-project.feature b/features/remove-project.feature index 24fea6385..228a4fa23 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) lib-gamma: > removed """ diff --git a/features/report-sbom.feature b/features/report-sbom.feature index 6616fe806..837bf9a83 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.1", + "bom-ref": "dfetch-0.14.2", "externalReferences": [ { "type": "build-system", @@ -171,7 +171,7 @@ Feature: Create an CycloneDX sbom "name": "dfetch-org" }, "type": "application", - "version": "0.14.1" + "version": "0.14.2" }, { "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.1) + Dfetch (0.14.2) 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 74d37ae6b..42029cf47 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) 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 0970f2cc9..d8182ccd7 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.1) + Dfetch (0.14.2) 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 120dfff11..cc9c1918c 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.1) + Dfetch (0.14.2) 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 9f207507a..84ce653a2 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.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) SomeProject: > Fetched v1 > SomeProject/dfetch.yaml: Schema validation failed: diff --git a/features/validate-manifest.feature b/features/validate-manifest.feature index e229b1621..f91a58708 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.1) + Dfetch (0.14.2) dfetch.yaml : valid """ @@ -34,7 +34,7 @@ Feature: Validate a manifest When I run "dfetch validate" Then the output shows """ - Dfetch (0.14.1) + Dfetch (0.14.2) dfetch.yaml : valid """ @@ -56,7 +56,7 @@ Feature: Validate a manifest When I run "dfetch validate" Then the output shows """ - Dfetch (0.14.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) dfetch.yaml : valid """ @@ -115,7 +115,7 @@ Feature: Validate a manifest When I run "dfetch validate" Then the output shows """ - Dfetch (0.14.1) + Dfetch (0.14.2) 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.1) + Dfetch (0.14.2) Schema validation failed: Duplicate manifest.projects.name value(s): ext/test-repo-rev-only """