<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gotext/src, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://euandre.org/git/gotext/atom?h=main</id>
<link rel='self' href='http://euandre.org/git/gotext/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://euandre.org/git/gotext/'/>
<updated>2025-05-15T14:34:13Z</updated>
<entry>
<title>src/gotext.go: Fix bad exit of Main()</title>
<updated>2025-05-15T14:34:13Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2025-05-15T14:34:13Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/gotext/commit/?id=ff638c75f4b588724b6c90345a58c7bad468a752'/>
<id>urn:sha1:ff638c75f4b588724b6c90345a58c7bad468a752</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove "MIME-Version" extra header</title>
<updated>2025-05-15T10:40:15Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2025-05-15T10:40:15Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/gotext/commit/?id=e02a0b9480d2424d52db578ee96df8c5160bb0fc'/>
<id>urn:sha1:e02a0b9480d2424d52db578ee96df8c5160bb0fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove "Content-Transfer-Encoding" "header" from files and strings</title>
<updated>2025-05-15T09:25:04Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2025-05-15T09:25:04Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/gotext/commit/?id=d33a56d12c72d953c54522b7b0f34b86f6977038'/>
<id>urn:sha1:d33a56d12c72d953c54522b7b0f34b86f6977038</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/gotext.go: Stop panicking on unknown AST type</title>
<updated>2025-05-15T07:22:39Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2025-05-15T07:22:36Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/gotext/commit/?id=027020344b887020c0cfe778079075e0cd860e63'/>
<id>urn:sha1:027020344b887020c0cfe778079075e0cd860e63</id>
<content type='text'>
It seems that it is panicking on indentantion nodes.  I didn't take time to
investigate, I only glanced at the error message below and removed the panic():

    $ make i18n
    po4a po/doc/po4a.cfg
    gotext -k 'Gettext' src/gotext.go &gt; po/gotext/gotext.pot
    val: &amp;ast.SelectorExpr{X:(*ast.Ident)(0xc00007ed00), Sel:(*ast.Ident)(0xc00007ed20)}
    panic: unknown type: &amp;{e err}

    goroutine 1 [running]:
    gotext.constructValue({0x58c900, 0xc000012240})
            /home/andreh/src/gotext/src/gotext.go:158 +0x474
    gotext.inspectNodeForTranslations({{0xc000016100, 0x4, 0x4}, {0xc000016130, 0x1, 0x1}, {0x5a7750, 0xb}, {0x7ffc031638af, 0x7}, ...}, ...)
            /home/andreh/src/gotext/src/gotext.go:206 +0x9a5
    gotext.processSingleGoSource.func1({0x5d4648, 0xc000016dc0})
            /home/andreh/src/gotext/src/gotext.go:296 +0xbe
    go/ast.inspector.Visit(0xc0000d2d00, {0x5d4648?, 0xc000016dc0?})
            /gnu/store/4viyda7sf79xf14zj9fgjavq45wpm4dd-go-full-1.23.5/lib/go/src/go/ast/walk.go:361 +0x2b
    go/ast.Walk({0x5d4348?, 0xc0000d2d00?}, {0x5d4648, 0xc000016dc0})
            /gnu/store/4viyda7sf79xf14zj9fgjavq45wpm4dd-go-full-1.23.5/lib/go/src/go/ast/walk.go:34 +0x4c
    go/ast.walkList[...](...)
            /gnu/store/4viyda7sf79xf14zj9fgjavq45wpm4dd-go-full-1.23.5/lib/go/src/go/ast/walk.go:21
    go/ast.Walk({0x5d4348?, 0xc0000d2d00?}, {0x5d4d50, 0xc00007ed40})
            /gnu/store/4viyda7sf79xf14zj9fgjavq45wpm4dd-go-full-1.23.5/lib/go/src/go/ast/walk.go:203 +0x179e
    go/ast.walkList[...](...)
            /gnu/store/4viyda7sf79xf14zj9fgjavq45wpm4dd-go-full-1.23.5/lib/go/src/go/ast/walk.go:21
    go/ast.Walk({0x5d4348?, 0xc0000d2d00?}, {0x5d4918, 0xc0000b6720})
            /gnu/store/4viyda7sf79xf14zj9fgjavq45wpm4dd-go-full-1.23.5/lib/go/src/go/ast/walk.go:211 +0x30ad
    go/ast.Walk({0x5d4348?, 0xc0000d2d00?}, {0x5d4fa8, 0xc0000b6750})
            /gnu/store/4viyda7sf79xf14zj9fgjavq45wpm4dd-go-full-1.23.5/lib/go/src/go/ast/walk.go:332 +0xf7c
    go/ast.walkList[...](...)
            /gnu/store/4viyda7sf79xf14zj9fgjavq45wpm4dd-go-full-1.23.5/lib/go/src/go/ast/walk.go:21
    go/ast.Walk({0x5d4348?, 0xc0000d2d00?}, {0x5d4620, 0xc000182000})
            /gnu/store/4viyda7sf79xf14zj9fgjavq45wpm4dd-go-full-1.23.5/lib/go/src/go/ast/walk.go:341 +0x3585
    go/ast.Inspect(...)
            /gnu/store/4viyda7sf79xf14zj9fgjavq45wpm4dd-go-full-1.23.5/lib/go/src/go/ast/walk.go:372
    gotext.processSingleGoSource({{0xc000016100, 0x4, 0x4}, {0xc000016130, 0x1, 0x1}, {0x5a7750, 0xb}, {0x7ffc031638a
    f, 0x7}, ...}, ...)
            /home/andreh/src/gotext/src/gotext.go:295 +0x456
    gotext.processFiles({{0xc000016100, 0x4, 0x4}, {0xc000016130, 0x1, 0x1}, {0x5a7750, 0xb}, {0x7ffc031638af, 0x7}, ...})
            /home/andreh/src/gotext/src/gotext.go:269 +0x19b
    gotext.run({{{0xc000016100, 0x4, 0x4}, {0xc000016130, 0x1, 0x1}, {0x5a7750, 0xb}, {0x7ffc031638af, 0x7}, ...}, ...})
            /home/andreh/src/gotext/src/gotext.go:413 +0x5b
    gotext.Main()
            /home/andreh/src/gotext/src/gotext.go:580 +0x1f8
    main.main()
            /home/andreh/src/gotext/src/main.go:6 +0xf
    make: *** [Makefile:207: i18n-code] Error 2
    make: *** Attente des tâches non terminées....
</content>
</entry>
<entry>
<title>Add po/gotext/</title>
<updated>2025-05-15T07:22:17Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2025-05-15T07:22:17Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/gotext/commit/?id=efea4790e9f381a5bc52a01d5ff68f7563b9004f'/>
<id>urn:sha1:efea4790e9f381a5bc52a01d5ff68f7563b9004f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove gobang as a dependency</title>
<updated>2025-05-14T20:16:15Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2025-05-14T19:58:32Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/gotext/commit/?id=4bd72126fd9a5c54845eb375ddbcc84e8f00b84d'/>
<id>urn:sha1:4bd72126fd9a5c54845eb375ddbcc84e8f00b84d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/gotext.go: Add translatableErrorT</title>
<updated>2025-05-14T14:07:22Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2025-05-14T14:07:22Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/gotext/commit/?id=ee86438a65583b21153c2e404a9b58f93f85645c'/>
<id>urn:sha1:ee86438a65583b21153c2e404a9b58f93f85645c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/gotext.go: Move Main() to the end of the file</title>
<updated>2025-05-14T14:06:28Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2025-05-14T14:06:28Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/gotext/commit/?id=06a885ccc33e72ee6b9ffa4df26ebe69432575e0'/>
<id>urn:sha1:06a885ccc33e72ee6b9ffa4df26ebe69432575e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/gotext.go: Rename msgID -&gt; msgIDT</title>
<updated>2025-05-14T11:55:54Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2025-05-14T11:55:54Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/gotext/commit/?id=f63adddac699eaa66a634a0f83f2c3dbe6408f22'/>
<id>urn:sha1:f63adddac699eaa66a634a0f83f2c3dbe6408f22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>src/gotext.go: Cleanup LC_* comments and make them consts</title>
<updated>2025-05-14T11:55:01Z</updated>
<author>
<name>EuAndreh</name>
<email>eu@euandre.org</email>
</author>
<published>2025-05-14T11:53:03Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/gotext/commit/?id=542c30bba0411439bd129ac359015a5732efbba3'/>
<id>urn:sha1:542c30bba0411439bd129ac359015a5732efbba3</id>
<content type='text'>
</content>
</entry>
</feed>
