Popular repositories
142 contributions in the last year
Less
More
Contribution activity
May 2021
Created 9 commits in 3 repositories
Created a pull request in returntocorp/semgrep that received 15 comments
JS/TS: Propagate constant definitions without declaration
Relates-to: #3077 test plan: make test PR checklist: changelog is up to date
+58
−8
•
15
comments
Opened 8 other pull requests in 3 repositories
returntocorp/semgrep
5
merged
1
open
- C# alpha support
- Gracefully handle C# constructs that are not yet supported
- IL: lvals_of_exp: Collect also the lvalues within lvalues
- matching: Equal constant variable occurrences to their constant value
- analyzing: Do not assign constness to labels
- analyzing: Infer constants for PHP as we do for Python
returntocorp/pfff
1
closed
returntocorp/semgrep-rules
1
merged
Reviewed 9 pull requests in 3 repositories
returntocorp/semgrep 7 pull requests
- Fix semgrep for OCaml useless-else false positives
- Gracefully handle C# constructs that are not yet supported
- Pin ocamlformat to 0.15.0 for consistent formatting
- JS/TS: Propagate constant definitions without declaration
- Reformat all OCaml code with ocamlformat
- Use 5 seconds as the fixed range instead
- Accept deep expression operator in expression statement position
returntocorp/pfff 1 pull request
returntocorp/ocaml-tree-sitter 1 pull request
Created an issue in returntocorp/semgrep that received 1 comment
JS: Cannot match renamed fields when using object destructuring
Describe the bug
Semgrep cannot match object destructuring when fields are renamed.
To Reproduce
See Test3 in https://semgrep.dev/s/KWnP/
Expected …
1
comment