Coding 2024-07-13

By Max Woerner Chase

I wrote another test, and got it passing, and now I'm fighting with my text editor configuration.

...

Okay, I think I "fixed" it.

The test I added was for comparing matching scalar values. The next test to add is for comparing different scalar values.

After that, oof. I'm still not really sure how to make the leap there. Even if I specifically only test using the discard value, which is the simplest structure to implement, it sure looks to me like my only choice is to implement a large amount of machinery to get that working. (I guess one thought is that I can hard-code that it special-cases to tuples to start with. That sort of helps...)

That's what I'm going to have to ponder to get this working. For now, sleep.

Good night.