Skip to content

Commit 92788a0

Browse files
committed
Add TODO item
1 parent a73bf2e commit 92788a0

File tree

1 file changed

+3
-0
lines changed
  • src/libexpr/include/nix/expr

1 file changed

+3
-0
lines changed

src/libexpr/include/nix/expr/eval.hh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,7 @@ private:
399399

400400
LookupPath lookupPath;
401401

402+
// FIXME: make thread-safe.
402403
std::map<std::string, std::optional<SourcePath>> lookupPathResolved;
403404

404405
/**
@@ -977,6 +978,7 @@ public:
977978
private:
978979
bool countCalls;
979980

981+
// FIXME: make thread-safe.
980982
typedef std::map<std::string, size_t> PrimOpCalls;
981983
PrimOpCalls primOpCalls;
982984

@@ -988,6 +990,7 @@ private:
988990

989991
void incrFunctionCall(ExprLambda * fun);
990992

993+
// FIXME: make thread-safe.
991994
typedef std::map<PosIdx, size_t> AttrSelects;
992995
AttrSelects attrSelects;
993996

0 commit comments

Comments
 (0)