Results 148 issues of Kirill A. Korinsky

The goal is adjust ports GitHub CI to run tests to increase quality of ports.

``` :info:test ;;; :info:test ;; MONTEZUMA::TEST-PRIORITY-QUEUE ................ :info:test ;; MONTEZUMA::TEST-PRIORITY-QUEUE-CLEAR .. :info:test ;; MONTEZUMA::TEST-PRIORITY-QUEUE-ADJUST-TOP . :info:test ;; MONTEZUMA::TEST-PRIORITY-QUEUE-STRESS .. :info:test ;; MONTEZUMA::TEST-TABLES .......................................... :info:test ;; MONTEZUMA::TEST-STRING-TO-BYTES .. :info:test ;; MONTEZUMA::TEST-M2K-ISSUE...

I'm using the last available CLisp on macOS 12 from this commit: https://gitlab.com/gnu-clisp/clisp/-/commit/66924971790e4cbee3d58f36e530caa0ad568e5f and tests are failed as: ``` :info:test Doing 104 pending tests of 104 tests total. :info:test :UB16REF/BE...

I'm updating a license header in project for more than 200 files. `sbt headerCreateAll` misses some of files, and `sbt headerCheckAll` fails on that files.

We redefines some macros on FreeBSD and OpenBSD, and it trigers some warning which may lead to failure when `-Werror` is used.

Here an example of test program which uses libuv to implement network and timers. This program is very CPU and memory intensive and produces some memory footpring. When I run...

bug

I use https://github.com/scalatest/scalatest/pull/2318 to run my test suite for ~1.5k tests with majority of them are async. If I run it as: ``` Global / concurrentRestrictions := Seq( Tags.limit(Tags.Test, 1)...

bug

This issue is an edge case, but still an issue. Let assume that our code base (or library) contains `@define` annotation. When we build project the first time and doesn't...

When build Scala-Native on NetBSD, you may see tons of warnings like: ``` [error] /usr/bin/ld: /home/catap/scala-native/unit-tests/native/.3/target/scala-3.4.0/native-test/generated/cbe34aa6.ll.o: in function `M48org.scalanative.testsuite.posixlib.sys.TimesTestD13timesSucceedsuEO': [error] /home/catap/scala-native/unit-tests/native/src/test/scala/org/scalanative/testsuite/posixlib/sys/TimesTest.scala:48: warning: warning: reference to compatibility times(); include for correct...