- Aug 07, 2012
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The actual patch is maintained in: https://github.com/nene/esprima/tree/linenr-in-range
-
Rene Saarsoo authored
Having the esprima source right inside JSDuck source tree is more convenient for other developers as there's no need to additionally clone esprima repository in addition to jsduck itself. Also the esprima.js needs to be modified only rarely.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
This got broken by previous commit that added printing of filename.
-
Rene Saarsoo authored
Except for one case with @since tag where I can't access the context of input filename.
-
Rene Saarsoo authored
Only in UNIX.
-
Rene Saarsoo authored
Because a class can consist of several files, list all the files separated by spaces.
-
Rene Saarsoo authored
Using both Gemfile for bundler and a .gemspec for gem doesn't seem to work quite well together. Besides I'm not really making much use of bunder, so I feel I'm better off without this additional complexity. Though, this means I need to explicitly list the dependencies to be installed for development, but there are only a few, so it really shouldn't be much of an issue.
-
- Aug 06, 2012
-
-
Rene Saarsoo authored
Allows defining a different version as a starting point for generating @new tags.
-
Rene Saarsoo authored
Removed the old yellow "Private" sign from classes - they now have an orange "private" bubble just like members. All other meta tags now also show up in class header.
-
Rene Saarsoo authored
Without this the lookup table will report duplicates that aren't really there.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
First off just a tag-based implementation of Ext4 overrides.
-
- Aug 03, 2012
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
As we no more support JRuby, we can require therubyracer as a dependency. This reverts commit aba71287.
-
Rene Saarsoo authored
Problem caused by the addition of --ext4-events option, which caused the append_ext4_event_options method to no more behave as it did.
-
Rene Saarsoo authored
As I'm dropping JRuby support, there's no need for extra redirection layer.
-
Rene Saarsoo authored
Not needed for day-to-day testing, a drag on performance.
-
Rene Saarsoo authored
-
- Aug 02, 2012
-
-
Rene Saarsoo authored
-
Rene Saarsoo authored
IE7 & 8 will download this kind of URL twice, so better to use a script. See also: http://stackoverflow.com/questions/4831741/can-i-change-all-my-http-links-to-just
-
Rene Saarsoo authored
Won't work in Ruby 1.8.
-
Rene Saarsoo authored
This way it'll play nicely when JSDuck is hosted over HTTPS.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
Rewrite #! links into ?print= links.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
The stylesheet assumes .x-panel-body div which wasn't present in print page.
-
Rene Saarsoo authored
I use it rarely, so no need to waste time on creating that.
-
Rene Saarsoo authored
We're still defaulting to auto-detection, but this option can be used to override the auto-detection.
-
- Aug 01, 2012
-
-
Rene Saarsoo authored
- Jul 31, 2012
-
-
Rene Saarsoo authored
Otherwise we need to pass around the ParallelWrap instance or config for it, which is annoying. Parallelization is more of an implementation detail - passing it explicitly to every class that needs to make use of it doesn't really fit to the interface of these classes. We shouldn't need to change the interface when switching from normal each loop to parallel each. So a singleton class it is.
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
Rene Saarsoo authored
-
- Jul 30, 2012
-
-
Rene Saarsoo authored
-