Celestino Amoroso camoroso
  • Joined on 2021-04-24
camoroso pushed to all-in-one at go-pkg/expr 2026-08-01 17:40:08 +02:00
e2b0a43640 Expr.doc: add section about intervals
481074d104 interval: the IN operator can now check if an integer value is inlcuded in a range
6f08176122 scan/term.go: raised priority over PriRelational
d24f1315b2 builtin-iterator.go: fixed item and index shortcuts $_ and $__
Compare 4 commits »
camoroso pushed to all-in-one at go-pkg/expr 2026-07-31 08:01:22 +02:00
382cb7aabd Expr.doc: more details about the run() function from builtin iterator
dd9aa5d52d builtin-iterator.go: added supporto to automatic variables $_ (iterator index) and $__ (iterator item)
1d15b99740 int-iterator: fixed iterator's index value
Compare 3 commits »
camoroso pushed to all-in-one at go-pkg/expr 2026-07-30 16:15:37 +02:00
7430e9bdf7 Doc: many improvements
8084ffbc19 refactored tests based on test-file.txt; this file is no more needed
e896e06a93 t_builtin-iterator_test.go: added setup and cleanup function that prepare data&files for test.
7df7d1463f builtin-os-file-iter-line/byte.go: Clean() function does not reset data content
948bad6f96 t_common_test.go: added function fileExists()
Compare 23 commits »
camoroso pushed to main at go-pkg/expr 2026-06-06 06:51:32 +02:00
d8dc2939b4 Expr.adoc: typos
camoroso opened issue go-pkg/expr#2 2026-06-04 06:00:16 +02:00
Conversione da Linked List a List
camoroso pushed to main at go-pkg/expr 2026-06-03 09:14:24 +02:00
6e868b568d Expr.adoc: $$() corrected a wrong sentences
camoroso pushed to main at go-pkg/expr 2026-06-03 09:11:57 +02:00
73e4ad7b87 Expr.adoc/groupby: group keys are strings
camoroso pushed to main at go-pkg/expr 2026-06-03 09:08:45 +02:00
b86ce6fe62 Expr.adoc: replaced dev-expr with ecli
camoroso created branch all-in-one in go-pkg/expr 2026-06-03 09:00:14 +02:00
camoroso pushed to all-in-one at go-pkg/expr 2026-06-03 09:00:14 +02:00
6a6c897268 first ecli commit
9eb3e2d072 Merge branch 'main' into all-in-one
b86ce6fe62 Expr.adoc: replaced dev-expr with ecli
Compare 3 commits »
camoroso pushed to main at go-pkg/expr 2026-06-03 06:08:53 +02:00
38316cec0b Expr.adoc: typo on $# var
camoroso pushed to main at go-pkg/expr 2026-06-02 11:35:52 +02:00
ee7f488ebb Expr.adoc: automatic variables in the interator infix operators"
camoroso pushed to main at go-pkg/expr 2026-06-02 11:02:17 +02:00
02ea20cdb5 Expr.adoc: $$() for iterator and better explanation of infix iterator operator
camoroso pushed to main at go-pkg/expr 2026-06-02 02:36:15 +02:00
20cffbddfa Expr.doc: new Linked list type and review of iterators' operators
camoroso pushed to main at howto/linux 2026-06-01 06:23:06 +02:00
4a259a70e9 Merge branch 'main' of ssh://git.portale-stac.it:3022/howto/linux
9ed8504804 vncserver.adoc: added TigerVNC logo
Compare 2 commits »
camoroso pushed to main at go-pkg/expr 2026-05-22 06:47:38 +02:00
4b2b573420 Linked-list: added support for operators '<<' and '>>'. Also fixed list insertion: ['x'] >> [1,2] must return [1,2,['x'], not [1,2,'x']; use $([]) to flat a list
camoroso pushed to main at go-pkg/expr 2026-05-21 03:55:09 +02:00
ac5c97bfd3 t_helpers_test.go: enhanced tests for the helpers module
e1c24daac4 rationalized context convertion to dict and string types
a62f27b104 increased test coverage (83.9%)
1055569dd6 Dict literal now accepts expressions as keys. Key values are computed at evalutetion time and still must be integer or string
1aea1c14d2 LinkedList: added support for index and range extraction
Compare 17 commits »
camoroso pushed to main at howto/linux 2026-05-20 06:05:47 +02:00
8265dee91b Update Desktop/xdg-open-mime.adoc
camoroso pushed to main at howto/linux 2026-05-20 05:27:19 +02:00
788a3cfe85 Update Desktop/xdg-open-mime.adoc
camoroso pushed to main at howto/linux 2026-05-20 05:26:08 +02:00
5909a08c5f Update Desktop/xdg-open-mime.adoc