Eduard Urbach ed
ed pushed to main at cli/q 2025-07-15 15:14:25 +00:00
b7deb3f79f Updated dependencies
ed pushed to main at cli/q 2025-07-15 15:03:22 +00:00
414544f462 Updated pe version numbers
ed pushed to main at cli/q 2025-07-15 12:40:20 +00:00
2592d7aae8 Implemented basic math
ed pushed to main at cli/q 2025-07-15 08:01:07 +00:00
ccc221aa01 Fixed winapi example
ed pushed to main at cli/q 2025-07-15 07:38:11 +00:00
7cc371070a Implemented lazy appending of struct fields
ed commented on pull request go/web#1 2025-07-15 05:53:52 +00:00
feature/query-and-error-handler

Hi,

there are a couple things that still need to be done.

  1. I've looked up the official WhatWG algorithm, please read it carefully: https://url.spec.whatwg.org/#urlencoded-parsing 2.…
ed pushed to main at cli/q 2025-07-14 21:27:02 +00:00
c5588510e2 Added tests for invalid expressions
ed pushed to main at cli/q 2025-07-14 18:21:20 +00:00
b0f565c3c8 Removed unnecessary instructions
ed pushed to main at cli/q 2025-07-14 15:41:29 +00:00
4d69c97e4e Optimized consecutive extern calls on Windows
ed pushed to main at cli/q 2025-07-14 13:28:55 +00:00
37a59a4eb0 Removed frame pointer
ed pushed to main at cli/q 2025-07-14 12:41:01 +00:00
1e9c3f5074 Added more asm tests
ed pushed to main at cli/q 2025-07-14 11:58:57 +00:00
7bf3c381dd Added more config tests
ed pushed to main at cli/q 2025-07-14 10:14:22 +00:00
a81b11ed41 Fixed incorrect offset
ed pushed to main at cli/q 2025-07-14 09:41:24 +00:00
4a9d95a993 Moved error tests to core
ed pushed to main at cli/q 2025-07-14 09:16:16 +00:00
9182688f22 Improved lookup of packages and functions
ed pushed to main at ed/home 2025-07-14 07:52:25 +00:00
32231b6a9f Updated config
ed commented on pull request go/web#1 2025-07-14 06:05:39 +00:00
feature/query-and-error-handler

It's almost what I was thinking of.

I was thinking we don't need to build the map at all. If the user requests x we can just iterate over all query params and only return the value for…

ed pushed to main at cli/q 2025-07-13 16:03:59 +00:00
d561df0051 Added more tests
ed commented on pull request go/web#1 2025-07-13 13:45:50 +00:00
feature/query-and-error-handler
ed pushed to main at cli/q 2025-07-13 12:09:55 +00:00
e15c8ec85e Refactored codegen package