rpgoldman
rpgoldman
Looking into the [action.yml file](https://github.com/40ants/setup-lisp/blob/99efbd4524bffe9e3567e42966ec9cda6cf21a8a/action.yml#L177C21-L177C71), here's the base URL from which the action tries to pull the installer: [https://raw.githubusercontent.com/roswell/roswell/] When I try to pull from this link by hand (requesting...
I am looking at your README with the UML diagram for OM-2, and at the same time, I have the OM2 ontology open in Protege. When I look at the...
After fixing the issues discussed in #59 I still get a large number of errors from validating the OM ontology. These all seem to have to do with annotations on...
For scientific / numerical options, it would be very helpful to have options that accept floating point (decimal number) values. For now, I hack around this by using `:string` and...
The use of `type-of` to choose how to process graphs will make extension impossible, because newly-introduced subtypes of `graph` and `digraph` wouldn't satisfy the right guards. Replaced such uses of...
Allegro, like other lisps, permits non-standard values for `:test` and we should change the hash function accordingly. With this patch in place, all of the tests pass on Allegro. See...
Trying `asdf:test-system` on graph, I got these errors: 1. `ADD-DUPLICATE-EDGE-TO-SMALL-GRAPH` ``` Error: Test assertion failed: Expression (MEMBER '(BAR FOO) (EDGES *GRAPH*) TEST #'TREE-EQUAL) evaluated to true 0: '(BAR FOO) =>...
The test system should be integrated into the same ASD file. Makes it easier to test the system.
Wondering if BB3 is making assumptions that are violated by python 3.7... Looks like the FFI is not working at all. Here are the test results: ``` Test Report for...
I was wondering if you know how one can configure the interpreter that is created by BB3. For example, I have a virtual environment with a bunch of modules I...