Alejandro Mery amery
  • Brighton, UK
  • Joined on 2015-05-02
amery pushed to pr-amery-parser-quoted at asciigoat/ini 2023-09-04 20:17:59 +02:00
beb7c29fed parser: introduce SplitCommaArray to splits comma separated strings
b16aa02140 parser: Unquoted(), AcceptQuotedString()
Compare 2 commits »
amery pushed to dev-amery at asciigoat/ini 2023-09-04 19:40:35 +02:00
641e24896b build-sys: use local darvaza.org/core [DO-NOT-MERGE]
88137410ee build-sys: use local asciigoat.org/core [DO-NOT-MERGE]
cd64435c8e vscode: add Subname to the dictionary
9896bef7d9 vscode: add unescapes to the dictionary
7e5601d5b5 vscode: add asciigoat to the dictionary
Compare 8 commits »
amery commented on pull request asciigoat/ini#6 2023-09-04 19:38:23 +02:00
basic: minor refactoring

rebased and simplified using parser.NewError()

amery pushed to pr-amery-basic at asciigoat/ini 2023-09-04 19:37:48 +02:00
fa9a7b4735 basic: rename and document queue related methods
cfd4a94559 basic: call executeFinal() when OnToken() fails
d8af7821e4 Merge pull request 'parser: introduce NewError() and ErrPlusPosition()' (#8)
8f3e59ec36 parser: introduce ErrPlusPosition to apply a position offset to a lexer.Error
d316031c44 basic: cleanup using parser.NewError()
Compare 13 commits »
amery commented on pull request asciigoat/ini#8 2023-09-04 19:36:31 +02:00
parser: introduce NewError() and ErrPlusPosition()

v0.2.4 tagged

amery pushed tag v0.2.4 to asciigoat/ini 2023-09-04 19:36:25 +02:00
amery pushed to main at asciigoat/ini 2023-09-04 19:33:26 +02:00
d8af7821e4 Merge pull request 'parser: introduce NewError() and ErrPlusPosition()' (#8)
8f3e59ec36 parser: introduce ErrPlusPosition to apply a position offset to a lexer.Error
d316031c44 basic: cleanup using parser.NewError()
c3883cbb0d parser: introduce NewError() to create lexer.Error using lexer.Position
Compare 4 commits »
amery deleted branch pr-amery-error from asciigoat/ini 2023-09-04 19:33:26 +02:00
amery merged pull request asciigoat/ini#8 2023-09-04 19:33:25 +02:00
parser: introduce NewError() and ErrPlusPosition()
amery commented on pull request asciigoat/ini#8 2023-09-04 19:32:14 +02:00
parser: introduce NewError() and ErrPlusPosition()

LGTM although it seems that for a while revive is kind of silent

anything in particular you had expected revive to complain about?

amery pushed to dev-amery-ceph at amery/jpictl 2023-09-04 18:08:43 +02:00
1b16767e9a pkg/ceph: [WIP]
51575385f6 wireguard: ini.Unmarshal() [WIP]
b33dd35bdc build-sys: use local asciigoat.org/ini
6143dd8d3a vscode: add special words to the dictionary
106c58c5da wireguard: switch from gcfg to asciigoat.org/ini/basic
Compare 8 commits »
amery pushed to dev-amery-ini at amery/jpictl 2023-09-04 18:08:07 +02:00
51575385f6 wireguard: ini.Unmarshal() [WIP]
b33dd35bdc build-sys: use local asciigoat.org/ini
6143dd8d3a vscode: add special words to the dictionary
106c58c5da wireguard: switch from gcfg to asciigoat.org/ini/basic
ecff053a7b wireguard: implement EndpointAddress.UnmarshalText
Compare 7 commits »
amery pushed to dev-amery at amery/jpictl 2023-09-04 18:08:07 +02:00
b33dd35bdc build-sys: use local asciigoat.org/ini
6143dd8d3a vscode: add special words to the dictionary
106c58c5da wireguard: switch from gcfg to asciigoat.org/ini/basic
ecff053a7b wireguard: implement EndpointAddress.UnmarshalText
ebfe47a31a wireguard: implement UnmarshalText for PrivateKey and PublicKey
Compare 6 commits »
amery pushed to pr-amery-wireguard-ini at amery/jpictl 2023-09-04 18:05:41 +02:00
106c58c5da wireguard: switch from gcfg to asciigoat.org/ini/basic
ecff053a7b wireguard: implement EndpointAddress.UnmarshalText
ebfe47a31a wireguard: implement UnmarshalText for PrivateKey and PublicKey
c95bf06da2 chore: update dependencies
Compare 4 commits »
amery pushed tag v0.4.18 to amery/jpictl 2023-09-04 18:01:03 +02:00
amery pushed to main at amery/jpictl 2023-09-04 17:59:51 +02:00
c95bf06da2 chore: update dependencies
amery pushed to dev-amery-parser at asciigoat/ini 2023-09-04 17:37:32 +02:00
7d53845bef parser: SplitCommaArray [WIP]
7bed648af3 parser: Unquoted(), AcceptQuotedString() [WIP]
Compare 2 commits »
amery pushed to dev-amery-parser at asciigoat/ini 2023-09-04 17:30:28 +02:00
1e57b62ff9 build-sys: use local darvaza.org/core [DO-NOT-MERGE]
82f0f0557f build-sys: use local asciigoat.org/core [DO-NOT-MERGE]
7e17f0ca1a vscode: add Subname to the dictionary
ee1cd62e29 vscode: add unescapes to the dictionary
Compare 12 commits »
amery pushed to dev-amery at asciigoat/ini 2023-09-04 17:29:30 +02:00
1e57b62ff9 build-sys: use local darvaza.org/core [DO-NOT-MERGE]
82f0f0557f build-sys: use local asciigoat.org/core [DO-NOT-MERGE]
7e17f0ca1a vscode: add Subname to the dictionary
ee1cd62e29 vscode: add unescapes to the dictionary
78f2e5df62 vscode: add asciigoat to the dictionary
Compare 11 commits »
amery commented on pull request asciigoat/ini#8 2023-09-04 17:27:14 +02:00
parser: introduce NewError() and ErrPlusPosition()

amended to fix basic.decoder.OnError()'s shadowing of err