Commit Graph

16 Commits

Author SHA1 Message Date
CismonX 5526a0bc77
refactor: cleaner way to hard-code libdir 2023-12-25 17:36:25 +08:00
CismonX 7dc5ad1c5c
chore: rename candidate length vars 2023-12-02 01:33:19 +08:00
CismonX da1b6e3c69
feat: support candidate comments 2023-12-02 01:32:24 +08:00
CismonX c115ce8b0f
fix: candidate page memory leak 2023-10-04 00:35:45 +08:00
CismonX 4a5eb94ca1
fix: query engine without trailing digits 2023-09-10 21:23:36 +08:00
CismonX 4e346fc097
feat: ranged candidate replace
Adds candidate attribute `replace_start`, which allows a candidate
to replace a middle part of the original text.
2023-09-08 07:06:23 +08:00
CismonX a9cbddf0da
chore: remove unused includes 2023-08-24 01:12:12 +08:00
CismonX 98ce348274
refactor: change engine installation path
Use `pkglibdir` instead of `libdir` as engine library installation
path, since they are considered modules for `arify`.
2023-08-13 21:52:30 +08:00
CismonX 430e4e981a
chore: tweak compiler builtins and attibutes
continuous-integration/drone Build is failing Details
* No need to use __attribute__((noreturn))
* Use __builtin_unreachable for debug asserts in non-debug builds
2023-08-06 02:44:15 +08:00
CismonX ca9098b4df
chore: remove trailing whitespaces 2023-07-28 08:30:25 +08:00
CismonX cbe40a99fe
fix: correct several typos
continuous-integration/drone Build is passing Details
2023-06-30 17:33:30 +08:00
CismonX e1973ef589
fix: arify-cli does not need to link to libarify 2023-06-11 16:46:16 +08:00
CismonX c160c9f47a
fix: add readline flags when building libarify 2023-04-28 10:03:16 +08:00
CismonX 6d0c97895a
feat: hack completion display
always show all candidates as if show-all-if-ambiguous is on
2023-03-13 16:47:50 +08:00
CismonX 787f487b19
chore: minor refactor 2023-02-20 13:44:27 +08:00
CismonX d748d8972e
chore: prepare for Savannah
continuous-integration/drone Build is passing Details
2023-02-12 20:26:45 +08:00