-
### Description
I cannot get fsharp-mode to correctly indent nested arrays
### Repro steps
Try to type something like
```fsharp
[
[
12
13
]
]
```
###…
-
Recently I’m having a problem whenever I delete a top-level form using ctrl+alt+backspace. The form is correctly deleted, but also the cursor jumps to the end of the file.
For now I'll just add the…
-
Given the following file:
```ocaml
let () = (Foo.Bar;;
```
merlin's parser will generate a parsetree with non-ghost sibling locations that overlap:
```bash
$ ocamlmerlin single dump -protocol se…
lpw25 updated
4 years ago
-
FSO's event system is very powerful in many respects, but in others, it shows its age. More modern languages typically support keyword parameters as a first-class construct, as in Kotlin and C#; using…
-
Currently the compiler supports emiting "canonical" paths for modules, instead of say absolute, project file relative, etc, a list of possibilities can be seen in `compiler/front/in_options.FilenameOp…
-
I am trying to use RSAPReadTable to extract material information from SAP (Table MARC) and one of the fields required is LGRAD, which is a P of length 3.
![MARC-LGRAD](https://user-images.githubuserc…
-
On some distros like Guix `clang` may not be in the `llvm-bindir`. Then Koga fails to set `cc` and `cxx`.
Easy fix:
```lisp
(setf cxx (configure-program "cxx"
…
-
I have been getting difficulties getting copilot to start for a week or two. I have emacs installed via snap on Ubuntu 22.04 and here is a minimal `init.el`:
```
(defvar bootstrap-version)
(let …
-
Add a new argument `--versions` to measures the number of major, minor, and patch versions between your dependencies' installed and newest versions
```
$ libyear --versions
activ…
-
*Use the template below when reporting bugs. Please, make sure that
you're running the latest stable clojure-mode and that the problem you're reporting
hasn't been reported (and potentially fixed) a…