jsource icon indicating copy to clipboard operation
jsource copied to clipboard

J Language Source Code. Livestream links ⬇️

Results 27 jsource issues
Sort by recently updated
recently updated
newest added

This will be very involved. Probably easiest to break up into small PRs. Note that tests will have to be modified or removed. This is a good example PR https://github.com/codereport/jsource/pull/112...

code removal

In `jytpe.h` there are a list of supported types: ```cpp #define B01 ((I)1L

code removal

Might be a bit too early to do this. * All .c extensions would need to be .cpp; or we can't use constexpr. * These are just a few examples....

In `jsrc/verbs/monadic/tally.cpp`: ```cpp make_scalar_integer(J jt, int64_t k) -> array { if (xor_replicate_sign(k)

c to c++

In `jsrc/verbs/monadic/tally.cpp`: ```cpp [[nodiscard]] auto make_scalar_integer(J jt, int64_t k) -> array { if (xor_replicate_sign(k) make_array refactoring pointer_to_ravel(z)[0] = k; // TODO: set_value(..) return z; } ```

c to c++

If you want, `tproxy` union in `struct A` could also be removed at the same time.

code quality
c to c++
code removal

![image](https://user-images.githubusercontent.com/36027403/104806497-ecdc1a00-57a5-11eb-9bd4-b1b5f9c5d827.png)

fix
HIGH PRIORITY