Running branch

The current branch of Nitro is supposed to run with the SVN versions of
facets, english, blow and opod, right?

I got it working but I’m just checking because I had to comment out a
bunch of require statements before it would work. I suppose these are
leftovers from the old facets layout?

plexus@plexus-laptop:~/work/nitro_repo$ darcs diff
diff -rN old-nitro_repo/glue/lib/glue/aspects.rb
new-nitro_repo/glue/lib/glue/aspects.rb
15c15
< # after :read, do

after :read do

diff -rN old-nitro_repo/glue/lib/glue/main.rb
new-nitro_repo/glue/lib/glue/main.rb
17,18c17,18
< require “facets/module/is”
< require “facets/class/cattr”

#require “facets/module/is”
#require “facets/class/cattr”
diff -rN old-nitro_repo/og/lib/og/store/sql.rb
new-nitro_repo/og/lib/og/store/sql.rb
1,2c1,2
< require “facets/module/ancestor”
< require “facets/class/subclasses”


#require “facets/module/ancestor”
#require “facets/class/subclasses”
diff -rN old-nitro_repo/raw/lib/raw/compiler/filter/elements/element.rb
new-nitro_repo/raw/lib/raw/compiler/filter/elements/element.rb
4c4
< require “facets/string/capitalized”


#require “facets/string/capitalized”
6c6
< require “facets/dir/recurse”


#require “facets/dir/recurse”
diff -rN old-nitro_repo/raw/lib/raw/context.rb
new-nitro_repo/raw/lib/raw/context.rb
1,2c1,2
< require “facets/kernel/assign_with”
< require “facets/module/is”


#require “facets/kernel/assign_with”
#require “facets/module/is”
diff -rN old-nitro_repo/raw/lib/raw/controller/caching.rb
new-nitro_repo/raw/lib/raw/controller/caching.rb
5c5
< require “facets/kernel/eigenclass”


#require “facets/kernel/eigenclass”
diff -rN old-nitro_repo/raw/lib/raw/dispatcher.rb
new-nitro_repo/raw/lib/raw/dispatcher.rb
2c2
< require “facets/module/ancestor”


#require “facets/module/ancestor”
diff -rN old-nitro_repo/raw/lib/raw/util/xml.rb
new-nitro_repo/raw/lib/raw/util/xml.rb
3c3
< require “facets/kernel/assign_with”


#require “facets/kernel/assign_with”


Arne B.
http://www.arnebrasseur.net
http://www.zhongwiki.com
http://www.bankske.org
[email protected]

On Nov 24, 8:06 pm, Arne B. [email protected] wrote:

15c15

#require “facets/class/cattr”
4c4
< require “facets/kernel/assign_with”
diff -rN old-nitro_repo/raw/lib/raw/dispatcher.rb
#require “facets/kernel/assign_with”
Hmm… that should not have been necessary. How did you install the
latest Facets?

T.

Trans schreef:

Hmm… that should not have been necessary. How did you install the
latest Facets?

T
svn checkout svn://rubyforge.org/var/svn/facets/trunk facets/


Arne B.
http://www.arnebrasseur.net
http://www.zhongwiki.com
http://www.bankske.org
[email protected]

On Nov 24, 10:49 pm, Arne B. [email protected] wrote:

Trans schreef:

Hmm… that should not have been necessary. How did you install the
latest Facets?

T

svn checkout svn://rubyforge.org/var/svn/facets/trunk facets/

ok. then you did sudo task/install after that?

T.

Trans schreef:

How did you install the latest Facets?

svn checkout svn://rubyforge.org/var/svn/facets/trunk facets/

ok. then you did sudo task/install after that
Well no, but looking at it I figured I was missing lib/methods, which
led me to look at tasks/methods, which made me find out about
ratch(ets).
Now I added lib/methods to the include path next to lib/more and
lib/core and now it works fine.

Thank you
(ab)