Commit Graph

  • 02c9066af1
    Merge d0cf9031e8 into cb858a27f4 Miran 2024-11-26 13:07:55 +0100
  • d0cf9031e8
    use the unified CI workflow new-workflow narimiran 2024-11-08 13:50:33 +0100
  • cb858a27f4
    Fix `cli` invocation from nimscript (#109) master Etan Kissling 2024-10-30 11:49:34 +0100
  • 1a4ccec5ec
    Update confutils.nim Etan Kissling 2024-10-30 11:39:06 +0100
  • 2203902d7e
    Update confutils.nimble Etan Kissling 2024-10-29 00:07:29 +0100
  • 5d1a5de6d8
    Add debugging output on failure Etan Kissling 2024-10-28 23:37:54 +0100
  • 9fd8d37f49
    Fix `cli` invocation from nimscript Etan Kissling 2024-10-28 15:29:28 +0100
  • 9bf293e5d2
    Replace `apt-fast` with `apt-get` (#108) Etan Kissling 2024-10-15 16:34:20 +0200
  • 8fa5a1cf67
    Replace `apt-fast` with `apt-get` Etan Kissling 2024-10-15 16:19:21 +0200
  • 421d0eff68
    Merge 327fc37f33 into 2717b21b87 Vaclav Pavlin 2024-10-10 14:24:32 +0200
  • 2717b21b87
    avoid threadvar (#107) Jacek Sieka 2024-10-01 17:12:56 +0200
  • a9c690e4b7
    avoid threadvar Jacek Sieka 2024-09-30 14:30:26 +0200
  • d5274f8e97
    update ci.yml to test Nim 2.2; also test gcc-14 (#105) Miran 2024-09-24 07:00:15 +0200
  • 7a3d5bea9b
    update ci.yml to test Nim 2.2; also test gcc-14 narimiran 2024-09-10 20:03:21 +0200
  • cb640db2cd
    update ci.yml and be more explicit in .nimble (#104) Miran 2024-07-01 18:06:47 +0200
  • e1badb142a
    update ci.yml and be more explicit in .nimble narimiran 2024-06-25 16:36:33 +0200
  • 0adf3b7db7
    add missing `{.raises.}` to `addConfigFileContent` (#103) Etan Kissling 2024-02-20 22:14:04 +0100
  • 327fc37f33
    remove debug echo Etan Kissling 2024-02-20 22:06:37 +0100
  • 34695736f8
    formatting Etan Kissling 2024-02-20 22:06:10 +0100
  • a0e80198b5
    formatting Etan Kissling 2024-02-20 22:03:59 +0100
  • 5b7c719329
    Merge branch 'master' into bug/misaligned-help Etan Kissling 2024-02-20 21:58:57 +0100
  • f9a5f0b364
    add missing `{.raises.}` to `addconfigFileContent` Etan Kissling 2024-02-20 21:53:35 +0100
  • 57ff0b8555
    Add push raises (#101) andri lim 2024-02-12 12:39:19 +0700
  • 5b3e422a7f
    remove debug code jangko 2024-02-12 11:54:29 +0700
  • 73a2fccb47
    Fix gcsafe violation jangko 2024-02-12 11:47:09 +0700
  • 432baa0359
    Add push raises jangko 2024-01-28 13:23:32 +0700
  • 7340359702
    Add copyright to source code jangko 2024-02-12 10:26:05 +0700
  • 4797be7ea8
    Upgrade github actions to v4 jangko 2024-01-27 15:50:55 +0700
  • 0fe16fac47
    Add ORC testing for the devel branch (#98) ringabout 2024-01-26 14:41:00 +0800
  • fa6e9b09e2
    Dynlib fix for status-go integration (#97) Vit∀ly Vlasov 2024-01-25 14:18:50 +0200
  • bdda455400
    Add ORC testing for the devel branch ringabout 2024-01-25 20:15:34 +0800
  • d8871f9314
    Declare empty commandLineParams if the standard one is not declared. Vitaly Vlasov 2024-01-25 13:52:28 +0200
  • 7217854b60
    rm deprecated ValidIpAddress support (#96) tersec 2024-01-25 11:05:18 +0000
  • 1bee4304ac
    Update confutils.nim Jacek Sieka 2024-01-25 11:43:44 +0100
  • 416508c04f
    Dynlib fix as suggested in https://github.com/status-im/nim-confutils/issues/31 Vitaly Vlasov 2024-01-25 12:30:35 +0200
  • e8883ac287
    rm deprecated ValidIpAddress support tersec 2024-01-25 03:52:56 +0000
  • 7568f1b7c3
    support IpAddress in contexts ValidIpAddress is supported (#95) tersec 2023-10-27 09:49:03 +0000
  • 2891fada36
    support IpAddress in contexts ValidIpAddress is supported tersec 2023-10-27 09:07:07 +0000
  • 07b598ff28
    add IpAddress equivalents for ValidIpAddress support (#94) tersec 2023-10-26 02:30:34 +0000
  • 60c8d000fa
    add IpAddress equivalents for ValidIpAddress support tersec 2023-10-26 02:12:21 +0000
  • 674c9e4c8e
    explicitly initialize `result` (#89) Etan Kissling 2023-08-20 12:40:32 +0200
  • d784b823be
    add `{.raises.}` annotation to `writeValue` (#88) Etan Kissling 2023-08-19 18:31:42 +0200
  • 1f8e786bfd
    Merge branch 'master' into dev/etan/dv-explicit Etan Kissling 2023-08-17 14:25:43 +0200
  • 81e912facc
    explicitly initialize `result` Etan Kissling 2023-08-17 13:45:19 +0200
  • 3c7c1cfc76
    fail on error while processing `secondarySources` (#82) Etan Kissling 2023-08-17 13:32:47 +0200
  • 2bdcf78a8a
    add `{.raises.}` annotation to `writeValue` Etan Kissling 2023-08-17 13:22:23 +0200
  • 26b1ab760e
    Merge branch 'master' into dev/etan/ce-secondaryraises Etan Kissling 2023-07-31 15:00:58 +0200
  • dbe8d61f7f
    require `secondarySources` to be `gcsafe` (#86) Etan Kissling 2023-07-31 14:56:44 +0200
  • 0f99a2ee58
    add missing `{.raises.}` to test Etan Kissling 2023-07-31 14:21:56 +0200
  • 2671ba7ae2
    require `secondarySources` to be `gcsafe` Etan Kissling 2023-07-31 12:59:14 +0200
  • a05bbff3cd
    annotate test with `{.raises.}` Etan Kissling 2023-07-10 12:51:10 +0200
  • a4435f0a50
    Merge branch 'master' into dev/etan/ce-secondaryraises zah 2023-07-07 14:12:45 +0300
  • c67257660b
    return empty completion lines on unsupported `COMP_POINT` (#76) Etan Kissling 2023-07-07 13:03:23 +0200
  • 69ea5db48b
    Merge branch 'master' into dev/etan/ce-secondaryraises Etan Kissling 2023-06-13 10:36:48 +0200
  • d0d6fb45b2
    catch exceptions in `splitCompletionLine` (#77) Etan Kissling 2023-06-13 10:36:33 +0200
  • c3ed5c7ef2
    Merge branch 'master' into dev/etan/ce-secondaryraises Etan Kissling 2023-06-12 16:25:51 +0200
  • 7f17285d4e
    restrict `parseCmdArgAux` to `ValueError` (#83) Etan Kissling 2023-06-12 16:25:39 +0200
  • 1df117cb10
    Merge branch 'master' into dev/etan/ce-secondaryraises Etan Kissling 2023-06-12 14:28:37 +0200
  • 14f4cec519
    Merge branch 'master' into dev/etan/ce-restrictvalueerror Etan Kissling 2023-06-12 14:28:20 +0200
  • b30f22da26
    suppress unreachable string format errors (#81) Etan Kissling 2023-06-09 21:16:55 +0200
  • 2f29305aff
    Merge branch 'master' into dev/etan/ce-restrictvalueerror Etan Kissling 2023-06-09 20:47:40 +0200
  • 70702f5fdb
    Merge branch 'master' into dev/etan/ce-secondaryraises Etan Kissling 2023-06-09 20:47:32 +0200
  • 4b44f60e69
    Merge branch 'master' into dev/etan/ce-formatstr Etan Kissling 2023-06-09 20:47:17 +0200
  • 1c4679b18e
    add `{.raises: [].}` Etan Kissling 2023-06-09 20:46:53 +0200
  • 8463cacec0
    Merge branch 'master' into dev/etan/ce-shellcompletion Etan Kissling 2023-06-09 20:44:21 +0200
  • c8c1dd0d17
    Merge branch 'master' into dev/etan/ce-completionlines Etan Kissling 2023-06-09 20:43:55 +0200
  • 6c3566850d
    catch exceptions in `appInvocation` (#78) Etan Kissling 2023-06-08 15:30:46 +0200
  • 50f744d821
    handle `terminalWidth` exception (#80) Etan Kissling 2023-06-08 15:28:44 +0200
  • 4dbd23af3b
    ignore exceptions while writing to stdout/stderr (#79) Etan Kissling 2023-06-08 15:26:06 +0200
  • 8522393cec
    annotate `parseCmdArg` with `{.raises.}` (#84) Etan Kissling 2023-06-08 15:25:05 +0200
  • 10e53c3a67
    use --mm: instead of --gc: and remove stddefects import (#85) tersec 2023-06-08 13:12:32 +0000
  • 81521f5178
    remove incorrect trailing ":" from line tersec 2023-06-08 11:32:30 +0000
  • 0697ff53e3
    use --mm: instead of --gc: and remove stddefects import tersec 2023-06-08 10:58:07 +0000
  • d740cdee28
    Merge branch 'master' into dev/etan/ce-annotateerrors Etan Kissling 2023-05-31 18:10:37 +0200
  • 09801267ec
    annotate `parseCmdArg` with `{.raises.}` Etan Kissling 2023-05-31 18:10:15 +0200
  • 2f4caea794
    Merge branch 'master' into dev/etan/ce-restrictvalueerror Etan Kissling 2023-05-31 18:08:54 +0200
  • 1b34b5e1ea
    restrict `parseCmdArgAux` to `ValueError` Etan Kissling 2023-05-31 18:08:31 +0200
  • 1d0a46a948
    Merge branch 'master' into dev/etan/ce-secondaryraises Etan Kissling 2023-05-31 18:03:33 +0200
  • 773b4c90a8
    fail on error while processing `secondarySources` Etan Kissling 2023-05-31 18:02:49 +0200
  • 75d1bbba38
    Merge branch 'master' into dev/etan/ce-formatstr Etan Kissling 2023-05-31 17:56:37 +0200
  • 7210989382
    suppress unreachable string format errors Etan Kissling 2023-05-31 17:56:08 +0200
  • 26c656e7e6
    Merge branch 'master' into dev/etan/ce-termwidth Etan Kissling 2023-05-31 17:51:01 +0200
  • ed88184f39
    handle `terminalWidth` exception Etan Kissling 2023-05-31 17:50:34 +0200
  • cc8fd5e940
    Merge branch 'master' into dev/etan/ce-output Etan Kissling 2023-05-31 17:49:04 +0200
  • 08cf51e25c
    ignore exceptions while writing to stdout/stderr Etan Kissling 2023-05-31 17:48:36 +0200
  • b56d449a4d
    Merge branch 'master' into dev/etan/ce-appinvocation Etan Kissling 2023-05-31 17:43:45 +0200
  • 7843ffbea1
    catch exceptions in `appInvocation` Etan Kissling 2023-05-31 17:43:20 +0200
  • b1d4dc944c
    Merge branch 'master' into dev/etan/ce-shellcompletion Etan Kissling 2023-05-31 17:38:52 +0200
  • c5a13f4f46
    Merge branch 'master' into dev/etan/ce-completionlines Etan Kissling 2023-05-31 17:38:31 +0200
  • 1f3acaf6e9
    remove support for Nim v1.2 and v1.4 (#75) tersec 2023-05-31 15:37:01 +0000
  • cf883ef35a
    catch exceptions in `splitCompletionLine` Etan Kissling 2023-05-31 17:23:56 +0200
  • 7affb5df96
    return empty completion lines on unsupported `COMP_POINT` Etan Kissling 2023-05-31 17:15:52 +0200
  • 33905fd970
    remove support for Nim v1.2 and v1.4 tersec 2023-05-31 12:24:55 +0000
  • 2028b41602
    feat: integrate env. variable support natively (#70) Adam Uhlíř 2023-04-19 11:54:48 +0200
  • 6c6ff76cb3
    remove travis badge from readme.md jangko 2023-04-14 22:06:01 +0700
  • 273aa6cc3f
    test both refc and ORC in post-1.6 Nim versions (#73) tersec 2023-04-13 23:35:19 +0000
  • f64804187b
    test both refc and ORC in post-1.6 Nim versions tersec 2023-04-13 22:41:22 +0000
  • 55cb5dfa32
    Merge 5a0ae80e43 into 51a881a9c7 Adam Uhlíř 2023-04-13 09:02:00 +0700
  • 51a881a9c7
    Remove nimble.lock to unblock building and running tests (#72) Vaclav Pavlin 2023-04-11 11:24:34 +0200
  • 296f21483f
    run CI on Nim 2.0 tersec 2023-04-07 11:02:59 +0000