Developer’s take note! All those “TODO” and “FIXME” notes floating
around your source code are rotting away. They are trapped and in
certain need of your attention.
But not to fret! DNote will help you liberate them. DNote will scan
your source code for labeled comments; collect, collate and sort them;
and then return them to you in a format of your choosing. Wunderbar!
== 1.1 / 2010-02-06
This release primarily adjusts the way output is rendered under-the-
hood. Serialization formats are rendered as before but markup formats
now use Erb. In the process two new serialization formats have been
added: soap and xoxo (you need the supporting libraries installed for
them to work).
Also, this release renames the lib/plugin directory to lib/plugins
(plural) per the new convention of the latest Plugin gem. This only
matters to Syckle users.
1.1.2 fixes indentions for rdoc and markdown formats and improves the
default textual output format.
$ dnote .
/usr/local/lib/ruby1.9/gems/1.9.1/gems/dnote-1.1.2/bin/dnote:2:in load': no such file to load -- dnote/command (LoadError) from /usr/local/lib/ruby1.9/gems/1.9.1/gems/dnote-1.1.2/bin/dnote:2:in<top (required)>’
from /usr/local/bin/dnote:19:in load' from /usr/local/bin/dnote:19:in’
However it can be solved cy replacing in bin/dnote:
from /usr/local/lib/ruby1.9/gems/1.9.1/gems/dnote-1.1.2/bin/dnote:2:in
load “dnote/command.rb”
That would work too. Probably doesn’t matter, but to be certain, I’ll
pose the question: are there any good reasons to use #load in a bin
file instead of #require?
El Domingo, 7 de Febrero de 2010, Intransition escribió:
That would work too. Probably doesn’t matter, but to be certain, I’ll
pose the question: are there any good reasons to use #load in a bin
file instead of #require?