-
Some messages can come from an arbitrary source: Check 6, Player Dead, (High) Praise, and Arrive Enemy are the main ones. Currently, Arrive Enemy has a hardcoded check for whether it should be sent fr…
-
- Is long length only encoded in DT_SEXP or also the XT_ object?
- How to represent this in Perl? What's "long long" (64 bits)?
-
Currently, something like this is allowed with no problems:
```cpp
SEXP rray__exp_impl(const xt::rarray& x) {
xt::rarray res = xt::exp(x);
return res;
}
```
The (potentially safer) appr…
-
With the syntax `type t = [%import: Foo.bla]`, the `[%import: Foo.bla]` is written at a place where the OCaml parser expects a [core type extension node](https://github.com/ocaml/ocaml/blob/cce52acc7c…
-
In the function `sexpToCommand` in `src/Idris/IdeSlave.hs` the list of options converted from sexp to a command is not complete. More options should be supported.
-
In aliases and many other cases, CRuby's Ripper emits different lexer tokens depending on the symbol's name. For instance an uppercase letter emits :@const instead of :@ident.
TruffleRuby does this…
-
**Describe the bug 🐞**
I am trying to convert an ODEProblem that uses R code for the vector field to Julia using `modelingtoolkitize`. However, this throws an error due to `no method matching sexpc…
-
It's my personal style to format `cond` forms as such:
``` clojure
(cond
(test-one)
,,(expr-one)
(test-two)
,,(expr-two)
...)
```
Even if it isn't on by default, it'd be awesome if cljfm…
-
The ml-proto and sexp-wasm appear to accept a zero length data segment, yet wasm-as asserts here:
```
void emitBuffer(const char* data, size_t size) {
assert(size > 0);
...
```
ghost updated
8 years ago
-
# Steps to reproduce
- Launch Emacs 29 with the following minimal `init.el`:
```emacs-lisp
(require 'package)
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)
(packa…