-
I'm using the "Default Dark+" theme, which (for example) renders comments in a plain green style:
![screenshot from 2019-01-23 11-37-47](https://user-images.githubusercontent.com/47489/51621908-7f2…
-
**Describe the bug**
The source code I wanted to analyze is encoded in gb2312, while semgrep-core seems to read file in utf8.
**To Reproduce**
Use the following python code to write gb2312-encode…
-
See https://github.com/ocaml/opam-repository/pull/14288 - it'd be helpful if Camelus warned about unexpected files in a pull request. The valid patterns would be:
- Root files should probably a gen…
dra27 updated
5 years ago
-
The following languages need to be improved to remove regex patterns that cause us to hit the Oniguruma library:
- [ ] AppleScript
- [x] Clojure
- [x] D
- [x] Erlang
- [ ] Groovy
- [x] Java
- […
wbond updated
2 years ago
-
I have some generated very big ocaml files that I don't want to process with merlin. At least no automatically. Because it consumes too much ram.
I think that a solution is to have a configuration …
-
### Describe the bug
When constructing a record, if there are comments at the end of a given line but the length of the whole record isn't beyond `margin`, then the indentation will be very weird.
…
-
**Describe the bug**
At the moment, semgrep is completely unaware of `open`, `let open`, and `Module.(...)` in OCaml.
At the moment, none of these are captured for either query of `List.fold_left`…
-
### What it does
Lint if an or-pattern may match twice, which causes possible repeat calls to the guard fn. Observe: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=dcafa97df6…
-
**Describe the bug**
**Actual behaviour:** When I pass a `fun` lambda function to another function, the body of the lambda function is indented with 4 spaces when `max-indent` is explicitly set to …
-
Prior to the introduction of booleans in patterns, a name in a pattern always created a new binding that acts a catch-all. The initial implementation of booleans defines `true` and `false` in the rigi…