-
#### Description of issue
Often, when I play virologist, my monkeys are in the patient rooms and space carp ignore them. They only ever try to break into the room when they see me and are tryin…
-
```
There are no tests written for 'daughters' that test the following lines:
if(@_) { # undoc'd and disfavored to use as a write-method
Carp::croak "Don't set daughters with doughters anymore\n…
-
## Description
The new metaprograms introduced recently introduced a host of doxygen warnings:
```
stan/math/rev/fun/multiply.hpp:545: warning: argument 'm1' of command @param is not found in t…
-
↓みたいな感じ
```
NpbPlayersDirectory.get_by_uniform_number(18)
=> {tigers: nil, carp: "森下暢仁", baystars: "小園健太", giants: "菅野智之", swallows: "奥川恭伸", dragons: "梅津晃大", buffaloes: nil, marines: "二木康太", ...}
…
-
We require phone number as a new input data types that could be implemented in core, the specifications are copied from here: https://github.com/cph-cachet/carp.sensing-flutter/blob/develop-1.1.0/carp…
-
This code is bad because I have a `(do (fun 0))` out in space when that's not a valid thing to do in c. I expect it to be not uncommon for a beginner (like me) since it looks/feels like Clojure where …
-
https://undermine.exchange/#eu-kirin-tor/94933
https://undermine.exchange/#eu-kirin-tor/94932
https://undermine.exchange/#eu-kirin-tor/94934
https://undermine.exchange/#eu-kirin-tor/94935
https:…
-
If you name a file the same as a core file, and execute `carp` within the directory that defines it, you'll get errors because of dependency cycles. To reproduce:
- `mkdir carp-bug`
- `cd carp…
-
in most cases we find that `Carp` is already loaded, so we get the following message
```
Carp is loaded before Module::Patch, this is not recommended since Carp might export subs before Module::Pat…
-
why.carp
```
(use Int)
(use String)
(use IO)
(defn say-hi [text]
(if (< (length &text) 10)
(println "Too short!")
(println &text)))
```
macos
```
$ carp why.carp -x
Can't call…