ClosestStorm / v8cgi

Automatically exported from code.google.com/p/v8cgi
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

one include() per module, as with require() #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently, there is only one top-level include(). Therefore, all relative
includes are resolved with respect to main program file and not to the
module in which include() is defined. Resolution abilities of include()
should match those of require().

Original issue reported on code.google.com by ondrej.zara on 22 Mar 2010 at 3:18

GoogleCodeExporter commented 9 years ago
Fixed in r787.

Original comment by ondrej.zara on 23 Mar 2010 at 7:15