Ondřej Čertík

Results 459 issues of Ondřej Čertík

This makes `std::cout` working again after switching to a GUI application in https://github.com/prefix-dev/pixi/pull/2067. It still does not open a console when launched from the Windows Explorer, but when launched from...

We need to allow writing generic functions (templates) and template constraints. One idea that we can explore is to also support something like: https://github.com/lcompilers/lpython/pull/152#issuecomment-1047082741: ```python >>> def str(val: i32 |...

Currently we have Gaussian quadrature rules for several weights: https://github.com/sympy/sympy/blob/52f606a503cea5e9588de14150ccb9f7f9ed4752/sympy/integrals/quadrature.py But sometimes one needs to accurately integrate a function with a different weight. Here is one such example: https://fortran-lang.discourse.group/t/accurate-computation-of-exp-x-2-erfc-x/2360 And...

calculus

*Original issue*: https://gitlab.com/lfortran/lfortran/-/issues/84 This is an idea to consider: The `.` is a lot more readable, consider `os.path.join()` vs. `os%path%join()`. The reason it's more readable is because the `.` has...

On Surface Laptop 5, WSL Ubuntu 22.04. ```diff --- a/integration_tests/nbody.f90 +++ b/integration_tests/nbody.f90 @@ -78,7 +78,7 @@ program nbody ! call getarg(1, argv) ! read (argv,*) num - num = 1000...

From: https://github.com/lfortran/lfortran/issues/4210#issuecomment-2416906286 F42/ llvm-19 (https://koji.fedoraproject.org/koji/taskinfo?taskID=124888084) https://kojipkgs.fedoraproject.org//work/tasks/8210/124888210/build.log Some linker errors, they seem related to C++ itself rather than LLVM: ``` [ 87%] Linking CXX executable test_stacktrace cd /builddir/build/BUILD/lfortran-0.41.0-build/lfortran-0.41.0/redhat-linux-build/src/lfortran/tests && /usr/bin/cmake -E...

From "Two or more part references with non-zero rank must not be specified" to "Only one array can be used in an expression with derived types" or something like that....

easy to fix

intrinsics_316_FAST fails: https://github.com/lfortran/lfortran-conda-testing/pull/40#issuecomment-2414064645

bug
intrinsic

See https://github.com/lfortran/lfortran/pull/5031#pullrequestreview-2364989289.