Add an sCurrentOutput member to EvalState
This commit is contained in:
		
							parent
							
								
									f3e410d4bf
								
							
						
					
					
						commit
						ffa038f66d
					
				
					 2 changed files with 2 additions and 1 deletions
				
			
		|  | @ -133,6 +133,7 @@ string showType(const Value & v) | ||||||
| EvalState::EvalState() | EvalState::EvalState() | ||||||
|     : sWith(symbols.create("<with>")) |     : sWith(symbols.create("<with>")) | ||||||
|     , sOutPath(symbols.create("outPath")) |     , sOutPath(symbols.create("outPath")) | ||||||
|  |     , sCurrentOutput(symbols.create("currentOutput")) | ||||||
|     , sDrvPath(symbols.create("drvPath")) |     , sDrvPath(symbols.create("drvPath")) | ||||||
|     , sType(symbols.create("type")) |     , sType(symbols.create("type")) | ||||||
|     , sMeta(symbols.create("meta")) |     , sMeta(symbols.create("meta")) | ||||||
|  |  | ||||||
|  | @ -204,7 +204,7 @@ public: | ||||||
|     SymbolTable symbols; |     SymbolTable symbols; | ||||||
| 
 | 
 | ||||||
|     const Symbol sWith, sOutPath, sDrvPath, sType, sMeta, sName, |     const Symbol sWith, sOutPath, sDrvPath, sType, sMeta, sName, | ||||||
|         sSystem, sOverrides; |         sSystem, sOverrides, sCurrentOutput; | ||||||
| 
 | 
 | ||||||
| private: | private: | ||||||
|     SrcToStore srcToStore;  |     SrcToStore srcToStore;  | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue