Mirko
Mirko
Temperature is defined as a special measure with units "K" "R" "F" "C". This precludes using Kelvin in physics and engineering calculations. For instance, writing explicitly the Boltmann constant #M1.38e-23J/K...
Code in unit-defs.lisp defines the unit "C" both as a unit of electric charge and temperature. This latter one is in effect when measures is loaded A workaround when working...
The example in the section on walking/traversing directories lists the arguments of the `uiop:collect-sub*directories` It would be good to reorder the list in the order of this function's arguments like...
## Environment ``` # result of evaluating uname -a: MSYS_NT-10.0-19042 USFM8CW33 3.2.0-340.x86_64 2021-07-02 08:36 UTC x86_64 Msys ros --version: roswell 21.01.14.108 ros config: asdf.version=3.3.4.8 sbcl.version=2.1.1 emacs.type=slime slime.version=2019.12.27 ccl-bin.version=1.12 setup.time=3821844470 sbcl-bin.version=2.0.0...
## Environment ``` # result of evaluating uname -a: MSYS_NT-10.0-19042 USFM8CW33 3.2.0-340.x86_64 2021-07-02 08:36 UTC x86_64 Msys ros --version: roswell 21.01.14.108 ros config: asdf.version=3.3.4.8 sbcl.version=2.1.1 emacs.type=slime slime.version=2019.12.27 ccl-bin.version=1.12 setup.time=3821844470 sbcl-bin.version=2.0.0...
Hello, ```ros list``` signals a compilation error, but then generates correct output. Execution of ```ros list installed``` works correctly (see below). ## Environment ``` Darwin mirkov-mba2.local 22.1.0 Darwin Kernel Version...
This is minor: The text for COMPONENT (GENERIC) has the following sentence: > He contributes to their behavior, properties and characteristics, by interacting with other Components and with both Internal...
This may be related to [Architecture can be duplicated while transition #1716](https://github.com/eclipse/capella/issues/1716). I am on Capella 6.1 on Windows 11. When I transition one or more function from SA to...
When executing ``` (setf (rutil:lt (rutil:pair 0 1)) 1) ``` I get ``` The function (COMMON-LISP:SETF RUTILS.PAIR:LT) is undefined. ``` I can use `car` and `cadr` as workarounds.
### Description Building from source on MacOS Sonoma 14.5 (MacBook Air M2) fails on cmake step. After installing dependencies via Homebrew, running cmake results in error: ``` mirkov@mirkov-mba2 build %...