codereport / jsource

J Language Source Code. Livestream links ⬇️
https://www.youtube.com/playlist?list=PLVFrD1dmDdvfVhYLU_iKkV67X9XqCJLWe
Other
38 stars 20 forks source link

added enums to va.h and formatted some macros. #135

Closed Sebanisu closed 3 years ago

Sebanisu commented 3 years ago

I'd like to replace these macros with templated functions. The ones I am thinking of are used to generate functions that call other functions. Like the algorithms. So I was thinking we make these into templates that take lambdas. And then we can change the macros/functions passed to these things into lambdas. For now I just saw the #define numeric constants and made them into enums and formatted things.

Sebanisu commented 3 years ago

392 - tortoise_g600ip (Failed)

Something I changed is causing this test to fail.