Eugen Wissner belka
belka closed issue OSS/slackbuilder#11 2024-09-20 17:52:48 +02:00
Support HTTP downloads
belka pushed to master at OSS/slackbuilder 2024-09-20 17:52:35 +02:00
ae63ff0cc0 Support HTTP and HTTPS URLs
belka pushed to haskell at belka/elna 2024-09-20 13:32:45 +02:00
8f5e3d755e Collect function declaration symbols
belka closed issue OSS/graphql#15 2024-09-17 18:42:36 +02:00
Parser fails on empty parenthesis without arguments
belka commented on issue OSS/graphql#15 2024-09-17 18:42:36 +02:00
Parser fails on empty parenthesis without arguments

Works as expected as it seems. ArgumentsDefinition is defined as a list of InputValueDefinition in parens. And a list is defined as:

A subscript suffix “Symbol list” is shorthand for…

belka pushed to master at OSS/graphql 2024-09-17 18:34:35 +02:00
1834e5c41e Add a test for empty field argument list
belka pushed to haskell at belka/elna 2024-09-15 23:03:42 +02:00
c9ff4f0a2a Add call pseudo instruction
belka opened issue OSS/graphql#15 2024-09-15 22:10:56 +02:00
Parser fails on empty parenthesis without arguments
belka opened issue OSS/slackbuilder#15 2024-09-15 10:36:08 +02:00
Print prettier HTTP errors
belka closed issue OSS/slackbuilder#13 2024-09-14 11:33:34 +02:00
One failed check stops checking for other package updates
belka pushed to master at OSS/slackbuilder 2024-09-14 11:33:06 +02:00
5b4caa8ff7 Generalize handleException
belka pushed to master at OSS/slackbuilder 2024-09-13 21:58:44 +02:00
3dde41e0d4 Introduce a matcher for one or more matched digits
belka opened issue OSS/slackbuilder#14 2024-09-13 19:40:57 +02:00
Match smallest possible substring when matching the version
belka pushed to haskell at belka/elna 2024-09-12 02:21:41 +02:00
d29012d30e Pass relocation base table
belka opened issue OSS/slackbuilder#13 2024-09-11 12:51:33 +02:00
One failed check stops checking for other package updates
belka pushed to master at OSS/slackbuilder 2024-09-10 11:34:38 +02:00
74da0eb391 Consume tokens matching 0 characters at the end
belka pushed to haskell at belka/elna 2024-09-10 02:03:40 +02:00
8a0751dfb0 Add a state monad transformer to the Elf generator
belka pushed to haskell at belka/elna 2024-09-09 23:10:27 +02:00
bb33423c31 Create empty relocations section
belka closed issue OSS/slackbuilder#10 2024-09-09 16:49:57 +02:00
Regular expressions for version filtering
belka commented on issue OSS/slackbuilder#10 2024-09-09 16:49:54 +02:00
Regular expressions for version filtering

On the other hand, regular expressions would be longer to write. So probably I'll keep my matcher and extend it as needed.