t-bltg

Results 89 issues of t-bltg

- improve coverage, simplify some tests; - update `ci.yml` (use `action@latest` where possible, and `julia-actions/cache@v1`); - julia: drop `1.0`, min is now `1.6` LTS (`JuliaInterpreter`, `Cthulhu`, `Debugger`, `Revise` ✔: this...

`sparam_syms` was removed in https://github.com/JuliaLang/julia/pull/31015.

doc

a) There is no apparent reason to use an unversioned `libm.so` when setting `USE_SYSTEM_LIBM = 1`, and on some distributions, `libm.so` is a valid linker script thus failing julia at...

build

Fix https://github.com/JuliaPlots/UnicodePlots.jl/issues/153, goes with https://github.com/JuliaPlots/Plots.jl/pull/4011. **with `Sixel` [^1]** [^1]: for sixel support, code snippet must be ran under a [compatible terminal](https://github.com/johnnychen94/Sixel.jl#terminals-that-support-sixel). ```julia using Sixel, UnicodePlots, ImageInTerminal, TestImages, ImageTransformations main() =...

enhancement

I'm porting my `Fortran - MPI` codes to `Julia`, and the first thing that comes to my mind is _how do I write `MPI` aware tests for my package(s) ?_...

Per https://github.com/JuliaLang/julia/pull/43787 and https://github.com/JuliaLang/julia/pull/43787#issuecomment-1013898482. @mkitti, since I'm unfamiliar with `Compat.jl`, I hope this is correct ?

[issue stat img]: https://img.shields.io/issuestats/i/github/sourceryinstitute/OpenCoarrays.svg?style=flat-square | Avg response time | |:------------------------------:| | ![Issue Stats][issue stat img] | # Defect/Bug Report # - OpenCoarrays Version: `OpenCoarrays Coarray Fortran Compiler Wrapper (caf version...

in progress

When using `"word_wrap": false` in ST, it is useful to be able to override the terminal size in Terminus, so that the terminal output is not wrapped.

After https://github.com/JuliaIO/HDF5.jl/pull/984. Per https://github.com/JuliaIO/HDF5.jl/pull/984#issuecomment-1204353657.

Per https://github.com/domluna/JuliaFormatter.jl/pull/629#discussion_r939685846. Should transform simple `if`s to ternary, iff it fits the margin: ```julia # transform ... a = if cond 1 else nothing end # ... to a =...

enhancement
options