No description
Find a file
Jamie Gennis 0ed63eff29 Fix scoping logic to respect the caller's package.
This change makes the ModuleContext and SingletonContext methods respect the
caller's Go package when performing name lookups.  It does this by re-parenting
the module or singleton's scope to the scope of the caller's package, thus
allowing a Module or Singleton to pass its context to a function defined in
another Go package and have the called function access variables and rules
defined in its own Go package.

Change-Id: Ifdec87ba3095a453b36fb00e38c0bb3a928a2b9b
2014-06-30 18:26:28 -07:00
blueprint Fix scoping logic to respect the caller's package. 2014-06-30 18:26:28 -07:00
Blueprints Add the blueprint/pathtools package 2014-06-06 14:41:07 -07:00
bootstrap.bash Clean up the bootstrap script a little. 2014-06-18 12:57:56 -07:00
build.ninja.in Clean up the bootstrap script a little. 2014-06-18 12:57:56 -07:00