You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sam Blackshear
fd105802db
[thread-safety] don't use Map.choose or Set.choose
...
Summary:
Read the documentation and it doesn't seem like these functions are guaranteed to choose the same value in different runs.
I hypothesize that these may be the source of flakiness in the thread-safety tests/smoke tests.
Reviewed By: jvillard
Differential Revision: D5794384
fbshipit-source-id: 02b7a96
7 years ago
..
AbstractDomain.ml
[quandary] better printing for access trees
7 years ago
AbstractDomain.mli
[quandary] better printing for access trees
7 years ago
AbstractInterpreter.ml
[log] die more appropriately
7 years ago
AbstractInterpreter.mli
Convert Reason to OCaml, and auto-format OCaml
8 years ago
Checkers.ml
[filtering] improve issue type filtering CLI
8 years ago
Checkers.mli
[filtering] improve issue type filtering CLI
8 years ago
FormalMap.ml
[thread-safety] add OwnedIf attribute to all formals at the beginning
8 years ago
FormalMap.mli
[thread-safety] add OwnedIf attribute to all formals at the beginning
8 years ago
LowerHil.ml
[access paths] optional index expression for arrays
8 years ago
LowerHil.mli
[access paths] optional index expression for arrays
8 years ago
NodePrinter.ml
Convert Reason to OCaml, and auto-format OCaml
8 years ago
NodePrinter.mli
Convert Reason to OCaml, and auto-format OCaml
8 years ago
PatternMatch.ml
[cleanup] remove unused param from supertype_find_map_opt
8 years ago
PatternMatch.mli
[cleanup] remove unused param from supertype_find_map_opt
8 years ago
ProcCfg.ml
[java] fix noexcept hack
8 years ago
ProcCfg.mli
[bi-abduction] use ProcCfg instead of file CFG
8 years ago
ProcData.ml
Convert Reason to OCaml, and auto-format OCaml
8 years ago
ProcData.mli
Convert Reason to OCaml, and auto-format OCaml
8 years ago
README.md
[absint] move the framework bits/utilities of Infer.AI to a separate directory from the clients (checkers ~= transfer functions + domains)
8 years ago
Scheduler.ml
[thread-safety] don't use Map.choose or Set.choose
7 years ago
Summary.ml
[infer][ondemand] add a `--keep-going` command line option to specify when to catch the exceptions raised during the analysis
8 years ago
Summary.mli
Convert Reason to OCaml, and auto-format OCaml
8 years ago
TransferFunctions.ml
Convert Reason to OCaml, and auto-format OCaml
8 years ago
TransferFunctions.mli
Convert Reason to OCaml, and auto-format OCaml
8 years ago
Var.ml
Convert Reason to OCaml, and auto-format OCaml
8 years ago
Var.mli
Convert Reason to OCaml, and auto-format OCaml
8 years ago
AbsInt
Code + utilties for the Infer.AI abstract interpretation framework.