DiamondNether90
  • What even is a location. Are we even real.
  • Newton's Method: x_{n+1}=x_n-\frac{f(x_n)}{f'(x_n)} \implies f(x_\infty)=0

  • Joined on 2025-08-20
DiamondNether90 commented on pull request ground/ground#26 2026-03-19 10:54:04 +11:00
Unit tests

Jokes aside, unit tests will still be useful for future commits, as ground, due to its small userbase, is prone to long-undetected bugs. This bash script is easy to use (literally just run…

DiamondNether90 pushed to master at ground/discord-syntax-highlighter 2026-03-19 10:15:43 +11:00
633450ccc5 Initial Commit
DiamondNether90 created branch master in ground/discord-syntax-highlighter 2026-03-19 10:15:43 +11:00
DiamondNether90 created repository ground/discord-syntax-highlighter 2026-03-19 10:14:30 +11:00
DiamondNether90 pushed to master at DiamondNether90/cground 2026-03-19 09:12:09 +11:00
c60e53a1a8 Updated old code
DiamondNether90 commented on issue ground/ground#27 2026-03-19 09:04:53 +11:00
Problems with listappend

My theory is that it is a problem with the closure implementation

DiamondNether90 commented on issue ground/ground#27 2026-03-19 08:59:55 +11:00
Problems with listappend

Adding

for (size_t i = 0; i < value->data.listVal.size; i++) {
    printf("%s ", value->data.listVal.values[i].data.stringVal);
}
printf("\n");

Prints the list fine

DiamondNether90 commented on issue ground/ground#27 2026-03-19 08:16:43 +11:00
Problems with listappend

I'm a bozo, disregard the previous post

DiamondNether90 commented on pull request ground/ground#26 2026-03-19 08:15:25 +11:00
Unit tests

merge or else

DiamondNether90 commented on issue ground/ground#27 2026-03-18 21:15:56 +11:00
Problems with listappend

Wow this was a rabbit hole

I think I've found the cause though. When I run printf("%i\n", in->args.args[1].type), it prints 0 (corresponding to int), rather than 2 (corresponding to string).

DiamondNether90 opened issue ground/ground#27 2026-03-18 19:01:53 +11:00
Problems with listappend
DiamondNether90 commented on pull request ground/ground#26 2026-03-18 18:54:03 +11:00
Unit tests
extern "exec"
call !exec "./unit.sh" &tmp
end $tmp
DiamondNether90 closed issue ground/ground#21 2026-03-18 18:53:02 +11:00
Problem with ground file importing
DiamondNether90 commented on issue ground/ground#21 2026-03-18 18:53:02 +11:00
Problem with ground file importing

the thing you fixed

DiamondNether90 pushed to master at DiamondNether90/cground 2026-03-18 16:40:57 +11:00
8f34705965 Fix extra space in ErrorInstruction line of errors
dc2781559d request lib 2.0.0
Compare 4 commits »
DiamondNether90 created pull request ground/ground#26 2026-03-18 15:24:24 +11:00
Unit tests
DiamondNether90 pushed to master at DiamondNether90/cground 2026-03-18 15:23:40 +11:00
7443722dd5 Unit tests
3f678e0cd7 Fix code skipping when using use
76f342adf8 Fix buffer sizes
832c6c7bf9 Fix use segfault
Compare 4 commits »
DiamondNether90 closed issue ground/ground#25 2026-03-18 14:29:55 +11:00
Error Message Bug
DiamondNether90 commented on issue ground/ground#25 2026-03-18 14:29:55 +11:00
Error Message Bug

fixed, ill make a pr soon

DiamondNether90 opened issue ground/ground#25 2026-03-18 14:10:01 +11:00
Error Message Bug