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

resolves: https://github.com/codereport/jsource/issues/216 I'm taking some things I learned from adding docs on my repo and applying it to yours. - Unrelated I also added code to cmake to make it...

bug
documentation

``` [133/133] Generating documentation with Sphinx FAILED: docs/sphinx/index.html cd /mnt/d/dev/jsource/build/docs && /mnt/d/dev/jsource/docs/scripts/preprocessor.py --input /mnt/d/dev/jsource/docs/source --output /mnt/d/dev/jsource/build/docs/sphinx_temp && /home/pcvii/.local/bin/sphinx-build -b html -Dbreathe_projects.jsrc=/mnt/d/dev/jsource/build/docs/doxygen/xml -Dbreathe_default_project=jsrc /mnt/d/dev/jsource/build/docs/sphinx_temp /mnt/d/dev/jsource/build/docs/sphinx Traceback (most recent call last): File...

bug
documentation

Guessing that these are GCC11 related, but haven't checked other versions. `gcc --version` gcc (GCC) 11.0.0 20210225 (Red Hat 11.0.0-0) `ninja -C build -f build-Release.ninja` ``` In file included from...

There are many large build artifacts in the repo history that appear to be vestigial. Time for a Spring clean? On first push, GitHub warns: ``` remote: warning: GH001: Large...

AAL CMakeLists.txt was bumped to cmake >= 3.18 This updates the CONTRIBUTING doc The 2nd commit fixes markdown lint warnings

Everything should already compile just fine with gcc 10+ or clang 11+ (#190), which are mentioned in the readme. So, the CI compiler version should probably be updated, as it...

enhancement
ci / build
c to c++

This continues from #200 This removes the conversions from and to XNUM, and any cases triggering those in the tests #111 XNUM will still be present as building block for...

The main funtion doing the conversion work is `convert()`. The external interface is unchanged (except B -> bool). - Simple cases use just simple copy, with range check when `From`...

c to c++

A branch I had around. It's pretty much a direct copy from the C function, with a few remarks: * I'm not sure what the return type of the call...

c to c++