stowm 0.8.0 → 0.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/stowm/main.nnd +4 -0
- data/lib/stowm/main.nndc +290 -264
- data/lib/stowm/version.rb +1 -1
- metadata +14 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 89c2613782560dd54ea04d6033794dcfc86d9491
|
4
|
+
data.tar.gz: 69ec402fe6dff5413064f707ab4e40d810d6fb89
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: af4492518696a53c64b0d5c0c817bad3a184ec1f839007900c6cda089cc63543c60b21c6f81422d6d83eaa9f00d8671d7f3b452acc6d82b7e1c38177c0a3f709
|
7
|
+
data.tar.gz: 0feee1d139d3ef2d2755dbb61af9d36d80704a4ac7e49c07bbf15844d1f8949c7eab47371a3a60e526c2c0e2f992395f4e276dfa1b428508edd8676a7fed4e81
|
data/README.md
CHANGED
@@ -2,7 +2,7 @@ Stowm
|
|
2
2
|
================
|
3
3
|
|
4
4
|
Stowm is a package management tool for GNU stow
|
5
|
-
http://oldtype.sumibi.org/show-page/
|
5
|
+
http://oldtype.sumibi.org/show-page/Stowm
|
6
6
|
|
7
7
|
This software is open source, covered by a BSD-style license.
|
8
8
|
Please read accompanying file COPYING.
|
data/lib/stowm/main.nnd
CHANGED
@@ -175,6 +175,10 @@
|
|
175
175
|
[makefile-str
|
176
176
|
(create-makefile spec-obj (home-repos env))])
|
177
177
|
|
178
|
+
;; mkdir Makefile.tmp's base-dir
|
179
|
+
(when (not (File.exist? makefile-dir))
|
180
|
+
(FileUtils.mkdir_p makefile-dir))
|
181
|
+
|
178
182
|
;; save Makefile.tmp and build
|
179
183
|
(with-open
|
180
184
|
makefile-path
|
data/lib/stowm/main.nndc
CHANGED
@@ -2009,19 +2009,45 @@ trampCall(
|
|
2009
2009
|
___lambda = lambda { |_makefile_MIMARKpath|
|
2010
2010
|
begin #makeLet
|
2011
2011
|
___lambda = lambda { |_makefile_MIMARKstr|
|
2012
|
+
if (
|
2013
|
+
begin
|
2014
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 179 );
|
2015
|
+
_not(
|
2016
|
+
begin
|
2017
|
+
trampCall(File).exist?(
|
2018
|
+
begin
|
2019
|
+
trampCall(_makefile_MIMARKdir)
|
2020
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:179"] + __e.backtrace ) ; raise __e
|
2021
|
+
end
|
2022
|
+
)
|
2023
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:179"] + __e.backtrace ) ; raise __e
|
2024
|
+
end
|
2025
|
+
)
|
2026
|
+
end
|
2027
|
+
) then
|
2028
|
+
begin
|
2029
|
+
trampCall(FileUtils).mkdir_p(
|
2030
|
+
begin
|
2031
|
+
trampCall(_makefile_MIMARKdir)
|
2032
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:180"] + __e.backtrace ) ; raise __e
|
2033
|
+
end
|
2034
|
+
)
|
2035
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:180"] + __e.backtrace ) ; raise __e
|
2036
|
+
end
|
2037
|
+
end
|
2012
2038
|
begin
|
2013
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2039
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 183 );
|
2014
2040
|
trampCall( self._with_MIMARKopen_METHOD( 'with-open',
|
2015
2041
|
begin
|
2016
2042
|
if @global_lisp_binding.has_key?('_with_MIMARKopen') then
|
2017
2043
|
trampCall(@_with_MIMARKopen)
|
2018
2044
|
else raise NameError.new( "Error: undefined variable with-open", "with-open" ) end
|
2019
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2045
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:183"] + __e.backtrace ) ; raise __e
|
2020
2046
|
end ,
|
2021
2047
|
[
|
2022
2048
|
begin
|
2023
2049
|
trampCall(_makefile_MIMARKpath)
|
2024
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2050
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:184"] + __e.backtrace ) ; raise __e
|
2025
2051
|
end ,
|
2026
2052
|
Proc.new { |_f|
|
2027
2053
|
begin
|
@@ -2029,10 +2055,10 @@ trampCall(
|
|
2029
2055
|
"%s" ,
|
2030
2056
|
begin
|
2031
2057
|
trampCall(_makefile_MIMARKstr)
|
2032
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2058
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:186"] + __e.backtrace ) ; raise __e
|
2033
2059
|
end
|
2034
2060
|
)
|
2035
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2061
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:186"] + __e.backtrace ) ; raise __e
|
2036
2062
|
end
|
2037
2063
|
begin
|
2038
2064
|
trampCall(STDERR).printf(
|
@@ -2040,10 +2066,10 @@ trampCall(
|
|
2040
2066
|
" ,
|
2041
2067
|
begin
|
2042
2068
|
trampCall(_makefile_MIMARKpath)
|
2043
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2069
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:187"] + __e.backtrace ) ; raise __e
|
2044
2070
|
end
|
2045
2071
|
)
|
2046
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2072
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:187"] + __e.backtrace ) ; raise __e
|
2047
2073
|
end
|
2048
2074
|
} ,
|
2049
2075
|
"w"
|
@@ -2053,60 +2079,60 @@ trampCall(
|
|
2053
2079
|
begin #makeLet
|
2054
2080
|
___lambda = lambda { |_script|
|
2055
2081
|
begin
|
2056
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2082
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 193 );
|
2057
2083
|
delayCall( '_stowm_MIMARKexec_MIMARKsh', 'stowm-exec-sh',
|
2058
2084
|
begin
|
2059
2085
|
if @global_lisp_binding.has_key?('_stowm_MIMARKexec_MIMARKsh') then
|
2060
2086
|
trampCall(@_stowm_MIMARKexec_MIMARKsh)
|
2061
2087
|
else raise NameError.new( "Error: undefined variable stowm-exec-sh", "stowm-exec-sh" ) end
|
2062
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2088
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:193"] + __e.backtrace ) ; raise __e
|
2063
2089
|
end ,
|
2064
2090
|
[
|
2065
2091
|
begin
|
2066
2092
|
trampCall(_script)
|
2067
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2093
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:193"] + __e.backtrace ) ; raise __e
|
2068
2094
|
end
|
2069
2095
|
]
|
2070
2096
|
)
|
2071
2097
|
end
|
2072
2098
|
} ; ___lambda.call(
|
2073
2099
|
begin
|
2074
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2100
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 190 );
|
2075
2101
|
(
|
2076
2102
|
begin
|
2077
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2103
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 191 );
|
2078
2104
|
trampCall( self._sprintf_METHOD( 'sprintf',
|
2079
2105
|
begin
|
2080
2106
|
if @global_lisp_binding.has_key?('_sprintf') then
|
2081
2107
|
trampCall(@_sprintf)
|
2082
2108
|
else raise NameError.new( "Error: undefined variable sprintf", "sprintf" ) end
|
2083
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2109
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:191"] + __e.backtrace ) ; raise __e
|
2084
2110
|
end ,
|
2085
2111
|
[
|
2086
2112
|
"make -C %s -f Makefile.tmp clean
|
2087
2113
|
" ,
|
2088
2114
|
begin
|
2089
2115
|
trampCall(_makefile_MIMARKdir)
|
2090
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2116
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:191"] + __e.backtrace ) ; raise __e
|
2091
2117
|
end
|
2092
2118
|
]
|
2093
2119
|
))
|
2094
2120
|
end +
|
2095
2121
|
begin
|
2096
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2122
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 192 );
|
2097
2123
|
trampCall( self._sprintf_METHOD( 'sprintf',
|
2098
2124
|
begin
|
2099
2125
|
if @global_lisp_binding.has_key?('_sprintf') then
|
2100
2126
|
trampCall(@_sprintf)
|
2101
2127
|
else raise NameError.new( "Error: undefined variable sprintf", "sprintf" ) end
|
2102
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2128
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:192"] + __e.backtrace ) ; raise __e
|
2103
2129
|
end ,
|
2104
2130
|
[
|
2105
2131
|
"make -C %s -f Makefile.tmp
|
2106
2132
|
" ,
|
2107
2133
|
begin
|
2108
2134
|
trampCall(_makefile_MIMARKdir)
|
2109
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2135
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:192"] + __e.backtrace ) ; raise __e
|
2110
2136
|
end
|
2111
2137
|
]
|
2112
2138
|
))
|
@@ -2190,16 +2216,16 @@ trampCall(
|
|
2190
2216
|
___lambda = lambda { |_makefile_MIMARKdir|
|
2191
2217
|
if (
|
2192
2218
|
begin
|
2193
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2219
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 209 );
|
2194
2220
|
_not(
|
2195
2221
|
begin
|
2196
2222
|
trampCall(File).exist?(
|
2197
2223
|
begin
|
2198
2224
|
trampCall(_specfile_MIMARKdir)
|
2199
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2225
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:209"] + __e.backtrace ) ; raise __e
|
2200
2226
|
end
|
2201
2227
|
)
|
2202
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2228
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:209"] + __e.backtrace ) ; raise __e
|
2203
2229
|
end
|
2204
2230
|
)
|
2205
2231
|
end
|
@@ -2208,24 +2234,24 @@ trampCall(
|
|
2208
2234
|
trampCall(FileUtils).mkdir_p(
|
2209
2235
|
begin
|
2210
2236
|
trampCall(_specfile_MIMARKdir)
|
2211
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2237
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:210"] + __e.backtrace ) ; raise __e
|
2212
2238
|
end
|
2213
2239
|
)
|
2214
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2240
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:210"] + __e.backtrace ) ; raise __e
|
2215
2241
|
end
|
2216
2242
|
end
|
2217
2243
|
if (
|
2218
2244
|
begin
|
2219
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2245
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 212 );
|
2220
2246
|
_not(
|
2221
2247
|
begin
|
2222
2248
|
trampCall(File).exist?(
|
2223
2249
|
begin
|
2224
2250
|
trampCall(_makefile_MIMARKdir)
|
2225
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2251
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:212"] + __e.backtrace ) ; raise __e
|
2226
2252
|
end
|
2227
2253
|
)
|
2228
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2254
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:212"] + __e.backtrace ) ; raise __e
|
2229
2255
|
end
|
2230
2256
|
)
|
2231
2257
|
end
|
@@ -2234,10 +2260,10 @@ trampCall(
|
|
2234
2260
|
trampCall(FileUtils).mkdir_p(
|
2235
2261
|
begin
|
2236
2262
|
trampCall(_makefile_MIMARKdir)
|
2237
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2263
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:213"] + __e.backtrace ) ; raise __e
|
2238
2264
|
end
|
2239
2265
|
)
|
2240
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2266
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:213"] + __e.backtrace ) ; raise __e
|
2241
2267
|
end
|
2242
2268
|
end
|
2243
2269
|
if (
|
@@ -2245,10 +2271,10 @@ trampCall(
|
|
2245
2271
|
trampCall(File).exist?(
|
2246
2272
|
begin
|
2247
2273
|
trampCall(_specfile_MIMARKpath)
|
2248
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2274
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:216"] + __e.backtrace ) ; raise __e
|
2249
2275
|
end
|
2250
2276
|
)
|
2251
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2277
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:216"] + __e.backtrace ) ; raise __e
|
2252
2278
|
end
|
2253
2279
|
) then
|
2254
2280
|
begin
|
@@ -2257,25 +2283,25 @@ trampCall(
|
|
2257
2283
|
" ,
|
2258
2284
|
begin
|
2259
2285
|
trampCall(_specfile_MIMARKpath)
|
2260
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2286
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:217"] + __e.backtrace ) ; raise __e
|
2261
2287
|
end
|
2262
2288
|
)
|
2263
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2289
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:217"] + __e.backtrace ) ; raise __e
|
2264
2290
|
end
|
2265
2291
|
else
|
2266
2292
|
begin
|
2267
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2293
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 218 );
|
2268
2294
|
trampCall( self._with_MIMARKopen_METHOD( 'with-open',
|
2269
2295
|
begin
|
2270
2296
|
if @global_lisp_binding.has_key?('_with_MIMARKopen') then
|
2271
2297
|
trampCall(@_with_MIMARKopen)
|
2272
2298
|
else raise NameError.new( "Error: undefined variable with-open", "with-open" ) end
|
2273
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2299
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:218"] + __e.backtrace ) ; raise __e
|
2274
2300
|
end ,
|
2275
2301
|
[
|
2276
2302
|
begin
|
2277
2303
|
trampCall(_specfile_MIMARKpath)
|
2278
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2304
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:219"] + __e.backtrace ) ; raise __e
|
2279
2305
|
end ,
|
2280
2306
|
Proc.new { |_f|
|
2281
2307
|
begin
|
@@ -2283,10 +2309,10 @@ trampCall(
|
|
2283
2309
|
"%s" ,
|
2284
2310
|
begin
|
2285
2311
|
trampCall(_specfile_MIMARKstr)
|
2286
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2312
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:221"] + __e.backtrace ) ; raise __e
|
2287
2313
|
end
|
2288
2314
|
)
|
2289
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2315
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:221"] + __e.backtrace ) ; raise __e
|
2290
2316
|
end
|
2291
2317
|
begin
|
2292
2318
|
trampCall(STDERR).printf(
|
@@ -2294,10 +2320,10 @@ trampCall(
|
|
2294
2320
|
" ,
|
2295
2321
|
begin
|
2296
2322
|
trampCall(_specfile_MIMARKpath)
|
2297
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2323
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:222"] + __e.backtrace ) ; raise __e
|
2298
2324
|
end
|
2299
2325
|
)
|
2300
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2326
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:222"] + __e.backtrace ) ; raise __e
|
2301
2327
|
end
|
2302
2328
|
} ,
|
2303
2329
|
"w"
|
@@ -2308,26 +2334,26 @@ trampCall(
|
|
2308
2334
|
begin #makeLet
|
2309
2335
|
___lambda = lambda { |_spec_MIMARKobj|
|
2310
2336
|
begin
|
2311
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2337
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 233 );
|
2312
2338
|
delayCall( '_build_MIMARKpackage', 'build-package',
|
2313
2339
|
begin
|
2314
2340
|
if @global_lisp_binding.has_key?('_build_MIMARKpackage') then
|
2315
2341
|
trampCall(@_build_MIMARKpackage)
|
2316
2342
|
else raise NameError.new( "Error: undefined variable build-package", "build-package" ) end
|
2317
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2343
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:233"] + __e.backtrace ) ; raise __e
|
2318
2344
|
end ,
|
2319
2345
|
[
|
2320
2346
|
begin
|
2321
2347
|
trampCall(_env)
|
2322
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2348
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:233"] + __e.backtrace ) ; raise __e
|
2323
2349
|
end ,
|
2324
2350
|
begin
|
2325
2351
|
trampCall(_spec_MIMARKobj)
|
2326
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2352
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:233"] + __e.backtrace ) ; raise __e
|
2327
2353
|
end ,
|
2328
2354
|
begin
|
2329
2355
|
trampCall(_makefile_MIMARKdir)
|
2330
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2356
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:233"] + __e.backtrace ) ; raise __e
|
2331
2357
|
end
|
2332
2358
|
]
|
2333
2359
|
)
|
@@ -2338,25 +2364,25 @@ trampCall(
|
|
2338
2364
|
trampCall(File).exist?(
|
2339
2365
|
begin
|
2340
2366
|
trampCall(_specfile_MIMARKpath)
|
2341
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2367
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:228"] + __e.backtrace ) ; raise __e
|
2342
2368
|
end
|
2343
2369
|
)
|
2344
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2370
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:228"] + __e.backtrace ) ; raise __e
|
2345
2371
|
end
|
2346
2372
|
) then
|
2347
2373
|
begin
|
2348
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2374
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 229 );
|
2349
2375
|
delayCall( '_load_MIMARKspecfile', 'load-specfile',
|
2350
2376
|
begin
|
2351
2377
|
if @global_lisp_binding.has_key?('_load_MIMARKspecfile') then
|
2352
2378
|
trampCall(@_load_MIMARKspecfile)
|
2353
2379
|
else raise NameError.new( "Error: undefined variable load-specfile", "load-specfile" ) end
|
2354
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2380
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:229"] + __e.backtrace ) ; raise __e
|
2355
2381
|
end ,
|
2356
2382
|
[
|
2357
2383
|
begin
|
2358
2384
|
trampCall(_specfile_MIMARKpath)
|
2359
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2385
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:229"] + __e.backtrace ) ; raise __e
|
2360
2386
|
end
|
2361
2387
|
]
|
2362
2388
|
)
|
@@ -2370,16 +2396,16 @@ trampCall(
|
|
2370
2396
|
trampCall(STDERR).printf(
|
2371
2397
|
"Error : not exist specfile [%s]."
|
2372
2398
|
)
|
2373
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2399
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:231"] + __e.backtrace ) ; raise __e
|
2374
2400
|
end
|
2375
2401
|
begin
|
2376
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2402
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 232 );
|
2377
2403
|
delayCall( '_exit', 'exit',
|
2378
2404
|
begin
|
2379
2405
|
if @global_lisp_binding.has_key?('_exit') then
|
2380
2406
|
trampCall(@_exit)
|
2381
2407
|
else raise NameError.new( "Error: undefined variable exit", "exit" ) end
|
2382
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2408
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:232"] + __e.backtrace ) ; raise __e
|
2383
2409
|
end ,
|
2384
2410
|
[
|
2385
2411
|
1
|
@@ -2395,39 +2421,39 @@ trampCall(
|
|
2395
2421
|
end
|
2396
2422
|
} ; ___lambda.call(
|
2397
2423
|
begin
|
2398
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2424
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 206 );
|
2399
2425
|
(
|
2400
2426
|
begin
|
2401
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2427
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 206 );
|
2402
2428
|
trampCall( self._temp_METHOD( 'temp',
|
2403
2429
|
begin
|
2404
2430
|
if @global_lisp_binding.has_key?('_temp') then
|
2405
2431
|
trampCall(@_temp)
|
2406
2432
|
else raise NameError.new( "Error: undefined variable temp", "temp" ) end
|
2407
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2433
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:206"] + __e.backtrace ) ; raise __e
|
2408
2434
|
end ,
|
2409
2435
|
[
|
2410
2436
|
begin
|
2411
2437
|
trampCall(_env)
|
2412
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2438
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:206"] + __e.backtrace ) ; raise __e
|
2413
2439
|
end
|
2414
2440
|
]
|
2415
2441
|
))
|
2416
2442
|
end +
|
2417
2443
|
"/" +
|
2418
2444
|
begin
|
2419
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2445
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 206 );
|
2420
2446
|
trampCall( self._package_METHOD( 'package',
|
2421
2447
|
begin
|
2422
2448
|
if @global_lisp_binding.has_key?('_package') then
|
2423
2449
|
trampCall(@_package)
|
2424
2450
|
else raise NameError.new( "Error: undefined variable package", "package" ) end
|
2425
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2451
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:206"] + __e.backtrace ) ; raise __e
|
2426
2452
|
end ,
|
2427
2453
|
[
|
2428
2454
|
begin
|
2429
2455
|
trampCall(_parsed)
|
2430
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2456
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:206"] + __e.backtrace ) ; raise __e
|
2431
2457
|
end
|
2432
2458
|
]
|
2433
2459
|
))
|
@@ -2438,33 +2464,33 @@ trampCall(
|
|
2438
2464
|
end
|
2439
2465
|
} ; ___lambda.call(
|
2440
2466
|
begin
|
2441
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2467
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 204 );
|
2442
2468
|
trampCall( self.__PLMARK_METHOD( '+',
|
2443
2469
|
begin
|
2444
2470
|
if @global_lisp_binding.has_key?('__PLMARK') then
|
2445
2471
|
trampCall(@__PLMARK)
|
2446
2472
|
else raise NameError.new( "Error: undefined variable +", "+" ) end
|
2447
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2473
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:204"] + __e.backtrace ) ; raise __e
|
2448
2474
|
end ,
|
2449
2475
|
[
|
2450
2476
|
begin
|
2451
2477
|
trampCall(_specfile_MIMARKdir)
|
2452
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2478
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:204"] + __e.backtrace ) ; raise __e
|
2453
2479
|
end ,
|
2454
2480
|
"/" ,
|
2455
2481
|
begin
|
2456
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2482
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 204 );
|
2457
2483
|
trampCall( self._package_METHOD( 'package',
|
2458
2484
|
begin
|
2459
2485
|
if @global_lisp_binding.has_key?('_package') then
|
2460
2486
|
trampCall(@_package)
|
2461
2487
|
else raise NameError.new( "Error: undefined variable package", "package" ) end
|
2462
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2488
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:204"] + __e.backtrace ) ; raise __e
|
2463
2489
|
end ,
|
2464
2490
|
[
|
2465
2491
|
begin
|
2466
2492
|
trampCall(_parsed)
|
2467
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2493
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:204"] + __e.backtrace ) ; raise __e
|
2468
2494
|
end
|
2469
2495
|
]
|
2470
2496
|
))
|
@@ -2477,39 +2503,39 @@ trampCall(
|
|
2477
2503
|
end
|
2478
2504
|
} ; ___lambda.call(
|
2479
2505
|
begin
|
2480
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2506
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 202 );
|
2481
2507
|
(
|
2482
2508
|
begin
|
2483
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2509
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 202 );
|
2484
2510
|
trampCall( self._home_MIMARKrepos_METHOD( 'home-repos',
|
2485
2511
|
begin
|
2486
2512
|
if @global_lisp_binding.has_key?('_home_MIMARKrepos') then
|
2487
2513
|
trampCall(@_home_MIMARKrepos)
|
2488
2514
|
else raise NameError.new( "Error: undefined variable home-repos", "home-repos" ) end
|
2489
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2515
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:202"] + __e.backtrace ) ; raise __e
|
2490
2516
|
end ,
|
2491
2517
|
[
|
2492
2518
|
begin
|
2493
2519
|
trampCall(_env)
|
2494
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2520
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:202"] + __e.backtrace ) ; raise __e
|
2495
2521
|
end
|
2496
2522
|
]
|
2497
2523
|
))
|
2498
2524
|
end +
|
2499
2525
|
"/" +
|
2500
2526
|
begin
|
2501
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2527
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 202 );
|
2502
2528
|
trampCall( self._package_METHOD( 'package',
|
2503
2529
|
begin
|
2504
2530
|
if @global_lisp_binding.has_key?('_package') then
|
2505
2531
|
trampCall(@_package)
|
2506
2532
|
else raise NameError.new( "Error: undefined variable package", "package" ) end
|
2507
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2533
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:202"] + __e.backtrace ) ; raise __e
|
2508
2534
|
end ,
|
2509
2535
|
[
|
2510
2536
|
begin
|
2511
2537
|
trampCall(_parsed)
|
2512
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2538
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:202"] + __e.backtrace ) ; raise __e
|
2513
2539
|
end
|
2514
2540
|
]
|
2515
2541
|
))
|
@@ -2520,35 +2546,35 @@ trampCall(
|
|
2520
2546
|
end
|
2521
2547
|
} ; ___lambda.call(
|
2522
2548
|
begin
|
2523
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2549
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 200 );
|
2524
2550
|
trampCall( self._create_MIMARKspecfile_METHOD( 'create-specfile',
|
2525
2551
|
begin
|
2526
2552
|
if @global_lisp_binding.has_key?('_create_MIMARKspecfile') then
|
2527
2553
|
trampCall(@_create_MIMARKspecfile)
|
2528
2554
|
else raise NameError.new( "Error: undefined variable create-specfile", "create-specfile" ) end
|
2529
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2555
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:200"] + __e.backtrace ) ; raise __e
|
2530
2556
|
end ,
|
2531
2557
|
[
|
2532
2558
|
begin
|
2533
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2559
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 200 );
|
2534
2560
|
trampCall( self._stow_MIMARKhome_METHOD( 'stow-home',
|
2535
2561
|
begin
|
2536
2562
|
if @global_lisp_binding.has_key?('_stow_MIMARKhome') then
|
2537
2563
|
trampCall(@_stow_MIMARKhome)
|
2538
2564
|
else raise NameError.new( "Error: undefined variable stow-home", "stow-home" ) end
|
2539
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2565
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:200"] + __e.backtrace ) ; raise __e
|
2540
2566
|
end ,
|
2541
2567
|
[
|
2542
2568
|
begin
|
2543
2569
|
trampCall(_env)
|
2544
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2570
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:200"] + __e.backtrace ) ; raise __e
|
2545
2571
|
end
|
2546
2572
|
]
|
2547
2573
|
))
|
2548
2574
|
end ,
|
2549
2575
|
begin
|
2550
2576
|
trampCall(_url)
|
2551
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2577
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:200"] + __e.backtrace ) ; raise __e
|
2552
2578
|
end
|
2553
2579
|
]
|
2554
2580
|
))
|
@@ -2557,18 +2583,18 @@ trampCall(
|
|
2557
2583
|
end
|
2558
2584
|
} ; ___lambda.call(
|
2559
2585
|
begin
|
2560
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2586
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 198 );
|
2561
2587
|
trampCall( self._stowm_MIMARKparse_MIMARKurl_METHOD( 'stowm-parse-url',
|
2562
2588
|
begin
|
2563
2589
|
if @global_lisp_binding.has_key?('_stowm_MIMARKparse_MIMARKurl') then
|
2564
2590
|
trampCall(@_stowm_MIMARKparse_MIMARKurl)
|
2565
2591
|
else raise NameError.new( "Error: undefined variable stowm-parse-url", "stowm-parse-url" ) end
|
2566
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2592
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:198"] + __e.backtrace ) ; raise __e
|
2567
2593
|
end ,
|
2568
2594
|
[
|
2569
2595
|
begin
|
2570
2596
|
trampCall(_url)
|
2571
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2597
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:198"] + __e.backtrace ) ; raise __e
|
2572
2598
|
end
|
2573
2599
|
]
|
2574
2600
|
))
|
@@ -2592,19 +2618,19 @@ trampCall(
|
|
2592
2618
|
___lambda = lambda { |_tree|
|
2593
2619
|
if (
|
2594
2620
|
begin
|
2595
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2621
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 241 );
|
2596
2622
|
trampCall( self._eqv_QUMARK_METHOD( 'eqv?',
|
2597
2623
|
begin
|
2598
2624
|
if @global_lisp_binding.has_key?('_eqv_QUMARK') then
|
2599
2625
|
trampCall(@_eqv_QUMARK)
|
2600
2626
|
else raise NameError.new( "Error: undefined variable eqv?", "eqv?" ) end
|
2601
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2627
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:241"] + __e.backtrace ) ; raise __e
|
2602
2628
|
end ,
|
2603
2629
|
[
|
2604
2630
|
:"enable" ,
|
2605
2631
|
begin
|
2606
2632
|
trampCall(_keyword)
|
2607
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2633
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:241"] + __e.backtrace ) ; raise __e
|
2608
2634
|
end
|
2609
2635
|
]
|
2610
2636
|
))
|
@@ -2615,31 +2641,31 @@ trampCall(
|
|
2615
2641
|
if (
|
2616
2642
|
begin
|
2617
2643
|
trampCall(_num)
|
2618
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2644
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:244"] + __e.backtrace ) ; raise __e
|
2619
2645
|
end
|
2620
2646
|
) then
|
2621
2647
|
begin
|
2622
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2648
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 246 );
|
2623
2649
|
delayCall( '_action_MIMARKby_MIMARKkeyword_MIMARKnum', 'action-by-keyword-num',
|
2624
2650
|
begin
|
2625
2651
|
if @global_lisp_binding.has_key?('_action_MIMARKby_MIMARKkeyword_MIMARKnum') then
|
2626
2652
|
trampCall(@_action_MIMARKby_MIMARKkeyword_MIMARKnum)
|
2627
2653
|
else raise NameError.new( "Error: undefined variable action-by-keyword-num", "action-by-keyword-num" ) end
|
2628
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2654
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:246"] + __e.backtrace ) ; raise __e
|
2629
2655
|
end ,
|
2630
2656
|
[
|
2631
2657
|
begin
|
2632
2658
|
trampCall(_env)
|
2633
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2659
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:246"] + __e.backtrace ) ; raise __e
|
2634
2660
|
end ,
|
2635
2661
|
:"enable" ,
|
2636
2662
|
begin
|
2637
2663
|
trampCall(_num)
|
2638
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2664
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:246"] + __e.backtrace ) ; raise __e
|
2639
2665
|
end ,
|
2640
2666
|
begin
|
2641
2667
|
trampCall(_stowed_MIMARKlist)
|
2642
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2668
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:246"] + __e.backtrace ) ; raise __e
|
2643
2669
|
end
|
2644
2670
|
]
|
2645
2671
|
)
|
@@ -2652,32 +2678,32 @@ trampCall(
|
|
2652
2678
|
" ,
|
2653
2679
|
begin
|
2654
2680
|
trampCall(_name)
|
2655
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2681
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:248"] + __e.backtrace ) ; raise __e
|
2656
2682
|
end
|
2657
2683
|
)
|
2658
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2684
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:248"] + __e.backtrace ) ; raise __e
|
2659
2685
|
end
|
2660
2686
|
begin
|
2661
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2687
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 249 );
|
2662
2688
|
trampCall( self._display_MIMARKhelp_METHOD( 'display-help',
|
2663
2689
|
begin
|
2664
2690
|
if @global_lisp_binding.has_key?('_display_MIMARKhelp') then
|
2665
2691
|
trampCall(@_display_MIMARKhelp)
|
2666
2692
|
else raise NameError.new( "Error: undefined variable display-help", "display-help" ) end
|
2667
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2693
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:249"] + __e.backtrace ) ; raise __e
|
2668
2694
|
end ,
|
2669
2695
|
[
|
2670
2696
|
]
|
2671
2697
|
))
|
2672
2698
|
end
|
2673
2699
|
begin
|
2674
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2700
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 250 );
|
2675
2701
|
delayCall( '_exit', 'exit',
|
2676
2702
|
begin
|
2677
2703
|
if @global_lisp_binding.has_key?('_exit') then
|
2678
2704
|
trampCall(@_exit)
|
2679
2705
|
else raise NameError.new( "Error: undefined variable exit", "exit" ) end
|
2680
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2706
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:250"] + __e.backtrace ) ; raise __e
|
2681
2707
|
end ,
|
2682
2708
|
[
|
2683
2709
|
1
|
@@ -2688,23 +2714,23 @@ trampCall(
|
|
2688
2714
|
end
|
2689
2715
|
} ; ___lambda.call(
|
2690
2716
|
begin
|
2691
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2717
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 243 );
|
2692
2718
|
trampCall( self._resolve_MIMARKprogram_MIMARKnumber_METHOD( 'resolve-program-number',
|
2693
2719
|
begin
|
2694
2720
|
if @global_lisp_binding.has_key?('_resolve_MIMARKprogram_MIMARKnumber') then
|
2695
2721
|
trampCall(@_resolve_MIMARKprogram_MIMARKnumber)
|
2696
2722
|
else raise NameError.new( "Error: undefined variable resolve-program-number", "resolve-program-number" ) end
|
2697
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2723
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:243"] + __e.backtrace ) ; raise __e
|
2698
2724
|
end ,
|
2699
2725
|
[
|
2700
2726
|
begin
|
2701
2727
|
trampCall(_name)
|
2702
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2728
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:243"] + __e.backtrace ) ; raise __e
|
2703
2729
|
end ,
|
2704
2730
|
:"e" ,
|
2705
2731
|
begin
|
2706
2732
|
trampCall(_tree)
|
2707
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2733
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:243"] + __e.backtrace ) ; raise __e
|
2708
2734
|
end
|
2709
2735
|
]
|
2710
2736
|
))
|
@@ -2714,19 +2740,19 @@ trampCall(
|
|
2714
2740
|
else
|
2715
2741
|
if (
|
2716
2742
|
begin
|
2717
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2743
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 251 );
|
2718
2744
|
trampCall( self._eqv_QUMARK_METHOD( 'eqv?',
|
2719
2745
|
begin
|
2720
2746
|
if @global_lisp_binding.has_key?('_eqv_QUMARK') then
|
2721
2747
|
trampCall(@_eqv_QUMARK)
|
2722
2748
|
else raise NameError.new( "Error: undefined variable eqv?", "eqv?" ) end
|
2723
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2749
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:251"] + __e.backtrace ) ; raise __e
|
2724
2750
|
end ,
|
2725
2751
|
[
|
2726
2752
|
:"disable" ,
|
2727
2753
|
begin
|
2728
2754
|
trampCall(_keyword)
|
2729
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2755
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:251"] + __e.backtrace ) ; raise __e
|
2730
2756
|
end
|
2731
2757
|
]
|
2732
2758
|
))
|
@@ -2737,31 +2763,31 @@ trampCall(
|
|
2737
2763
|
if (
|
2738
2764
|
begin
|
2739
2765
|
trampCall(_num)
|
2740
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2766
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:254"] + __e.backtrace ) ; raise __e
|
2741
2767
|
end
|
2742
2768
|
) then
|
2743
2769
|
begin
|
2744
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2770
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 256 );
|
2745
2771
|
delayCall( '_action_MIMARKby_MIMARKkeyword_MIMARKnum', 'action-by-keyword-num',
|
2746
2772
|
begin
|
2747
2773
|
if @global_lisp_binding.has_key?('_action_MIMARKby_MIMARKkeyword_MIMARKnum') then
|
2748
2774
|
trampCall(@_action_MIMARKby_MIMARKkeyword_MIMARKnum)
|
2749
2775
|
else raise NameError.new( "Error: undefined variable action-by-keyword-num", "action-by-keyword-num" ) end
|
2750
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2776
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:256"] + __e.backtrace ) ; raise __e
|
2751
2777
|
end ,
|
2752
2778
|
[
|
2753
2779
|
begin
|
2754
2780
|
trampCall(_env)
|
2755
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2781
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:256"] + __e.backtrace ) ; raise __e
|
2756
2782
|
end ,
|
2757
2783
|
:"disable" ,
|
2758
2784
|
begin
|
2759
2785
|
trampCall(_num)
|
2760
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2786
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:256"] + __e.backtrace ) ; raise __e
|
2761
2787
|
end ,
|
2762
2788
|
begin
|
2763
2789
|
trampCall(_stowed_MIMARKlist)
|
2764
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2790
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:256"] + __e.backtrace ) ; raise __e
|
2765
2791
|
end
|
2766
2792
|
]
|
2767
2793
|
)
|
@@ -2774,32 +2800,32 @@ trampCall(
|
|
2774
2800
|
" ,
|
2775
2801
|
begin
|
2776
2802
|
trampCall(_name)
|
2777
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2803
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:258"] + __e.backtrace ) ; raise __e
|
2778
2804
|
end
|
2779
2805
|
)
|
2780
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2806
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:258"] + __e.backtrace ) ; raise __e
|
2781
2807
|
end
|
2782
2808
|
begin
|
2783
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2809
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 259 );
|
2784
2810
|
trampCall( self._display_MIMARKhelp_METHOD( 'display-help',
|
2785
2811
|
begin
|
2786
2812
|
if @global_lisp_binding.has_key?('_display_MIMARKhelp') then
|
2787
2813
|
trampCall(@_display_MIMARKhelp)
|
2788
2814
|
else raise NameError.new( "Error: undefined variable display-help", "display-help" ) end
|
2789
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2815
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:259"] + __e.backtrace ) ; raise __e
|
2790
2816
|
end ,
|
2791
2817
|
[
|
2792
2818
|
]
|
2793
2819
|
))
|
2794
2820
|
end
|
2795
2821
|
begin
|
2796
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2822
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 260 );
|
2797
2823
|
delayCall( '_exit', 'exit',
|
2798
2824
|
begin
|
2799
2825
|
if @global_lisp_binding.has_key?('_exit') then
|
2800
2826
|
trampCall(@_exit)
|
2801
2827
|
else raise NameError.new( "Error: undefined variable exit", "exit" ) end
|
2802
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2828
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:260"] + __e.backtrace ) ; raise __e
|
2803
2829
|
end ,
|
2804
2830
|
[
|
2805
2831
|
1
|
@@ -2810,23 +2836,23 @@ trampCall(
|
|
2810
2836
|
end
|
2811
2837
|
} ; ___lambda.call(
|
2812
2838
|
begin
|
2813
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2839
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 253 );
|
2814
2840
|
trampCall( self._resolve_MIMARKprogram_MIMARKnumber_METHOD( 'resolve-program-number',
|
2815
2841
|
begin
|
2816
2842
|
if @global_lisp_binding.has_key?('_resolve_MIMARKprogram_MIMARKnumber') then
|
2817
2843
|
trampCall(@_resolve_MIMARKprogram_MIMARKnumber)
|
2818
2844
|
else raise NameError.new( "Error: undefined variable resolve-program-number", "resolve-program-number" ) end
|
2819
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2845
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:253"] + __e.backtrace ) ; raise __e
|
2820
2846
|
end ,
|
2821
2847
|
[
|
2822
2848
|
begin
|
2823
2849
|
trampCall(_name)
|
2824
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2850
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:253"] + __e.backtrace ) ; raise __e
|
2825
2851
|
end ,
|
2826
2852
|
:"e" ,
|
2827
2853
|
begin
|
2828
2854
|
trampCall(_tree)
|
2829
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2855
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:253"] + __e.backtrace ) ; raise __e
|
2830
2856
|
end
|
2831
2857
|
]
|
2832
2858
|
))
|
@@ -2839,18 +2865,18 @@ trampCall(
|
|
2839
2865
|
end
|
2840
2866
|
} ; ___lambda.call(
|
2841
2867
|
begin
|
2842
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2868
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 239 );
|
2843
2869
|
trampCall( self._stowed_MIMARKlist_MIMARKto_MIMARKtree_METHOD( 'stowed-list-to-tree',
|
2844
2870
|
begin
|
2845
2871
|
if @global_lisp_binding.has_key?('_stowed_MIMARKlist_MIMARKto_MIMARKtree') then
|
2846
2872
|
trampCall(@_stowed_MIMARKlist_MIMARKto_MIMARKtree)
|
2847
2873
|
else raise NameError.new( "Error: undefined variable stowed-list-to-tree", "stowed-list-to-tree" ) end
|
2848
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2874
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:239"] + __e.backtrace ) ; raise __e
|
2849
2875
|
end ,
|
2850
2876
|
[
|
2851
2877
|
begin
|
2852
2878
|
trampCall(_stowed_MIMARKlist)
|
2853
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2879
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:239"] + __e.backtrace ) ; raise __e
|
2854
2880
|
end
|
2855
2881
|
]
|
2856
2882
|
))
|
@@ -2874,11 +2900,11 @@ trampCall(
|
|
2874
2900
|
___lambda = lambda { |_found|
|
2875
2901
|
if (
|
2876
2902
|
begin
|
2877
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2903
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 269 );
|
2878
2904
|
_null_QUMARK(
|
2879
2905
|
begin
|
2880
2906
|
trampCall(_found)
|
2881
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2907
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:269"] + __e.backtrace ) ; raise __e
|
2882
2908
|
end
|
2883
2909
|
)
|
2884
2910
|
end
|
@@ -2890,19 +2916,19 @@ trampCall(
|
|
2890
2916
|
" ,
|
2891
2917
|
begin
|
2892
2918
|
trampCall(_number)
|
2893
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2919
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:271"] + __e.backtrace ) ; raise __e
|
2894
2920
|
end
|
2895
2921
|
)
|
2896
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2922
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:271"] + __e.backtrace ) ; raise __e
|
2897
2923
|
end
|
2898
2924
|
begin
|
2899
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2925
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 272 );
|
2900
2926
|
delayCall( '_exit', 'exit',
|
2901
2927
|
begin
|
2902
2928
|
if @global_lisp_binding.has_key?('_exit') then
|
2903
2929
|
trampCall(@_exit)
|
2904
2930
|
else raise NameError.new( "Error: undefined variable exit", "exit" ) end
|
2905
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2931
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:272"] + __e.backtrace ) ; raise __e
|
2906
2932
|
end ,
|
2907
2933
|
[
|
2908
2934
|
1
|
@@ -2924,26 +2950,26 @@ trampCall(
|
|
2924
2950
|
begin #makeLet
|
2925
2951
|
___lambda = lambda { |_spec_MIMARKobj|
|
2926
2952
|
begin
|
2927
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2953
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 290 );
|
2928
2954
|
delayCall( '_build_MIMARKpackage', 'build-package',
|
2929
2955
|
begin
|
2930
2956
|
if @global_lisp_binding.has_key?('_build_MIMARKpackage') then
|
2931
2957
|
trampCall(@_build_MIMARKpackage)
|
2932
2958
|
else raise NameError.new( "Error: undefined variable build-package", "build-package" ) end
|
2933
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2959
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:290"] + __e.backtrace ) ; raise __e
|
2934
2960
|
end ,
|
2935
2961
|
[
|
2936
2962
|
begin
|
2937
2963
|
trampCall(_env)
|
2938
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2964
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:290"] + __e.backtrace ) ; raise __e
|
2939
2965
|
end ,
|
2940
2966
|
begin
|
2941
2967
|
trampCall(_spec_MIMARKobj)
|
2942
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2968
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:290"] + __e.backtrace ) ; raise __e
|
2943
2969
|
end ,
|
2944
2970
|
begin
|
2945
2971
|
trampCall(_makefile_MIMARKdir)
|
2946
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2972
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:290"] + __e.backtrace ) ; raise __e
|
2947
2973
|
end
|
2948
2974
|
]
|
2949
2975
|
)
|
@@ -2954,25 +2980,25 @@ trampCall(
|
|
2954
2980
|
trampCall(File).exist?(
|
2955
2981
|
begin
|
2956
2982
|
trampCall(_specfile_MIMARKpath)
|
2957
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2983
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:285"] + __e.backtrace ) ; raise __e
|
2958
2984
|
end
|
2959
2985
|
)
|
2960
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2986
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:285"] + __e.backtrace ) ; raise __e
|
2961
2987
|
end
|
2962
2988
|
) then
|
2963
2989
|
begin
|
2964
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
2990
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 286 );
|
2965
2991
|
delayCall( '_load_MIMARKspecfile', 'load-specfile',
|
2966
2992
|
begin
|
2967
2993
|
if @global_lisp_binding.has_key?('_load_MIMARKspecfile') then
|
2968
2994
|
trampCall(@_load_MIMARKspecfile)
|
2969
2995
|
else raise NameError.new( "Error: undefined variable load-specfile", "load-specfile" ) end
|
2970
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
2996
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:286"] + __e.backtrace ) ; raise __e
|
2971
2997
|
end ,
|
2972
2998
|
[
|
2973
2999
|
begin
|
2974
3000
|
trampCall(_specfile_MIMARKpath)
|
2975
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3001
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:286"] + __e.backtrace ) ; raise __e
|
2976
3002
|
end
|
2977
3003
|
]
|
2978
3004
|
)
|
@@ -2986,16 +3012,16 @@ trampCall(
|
|
2986
3012
|
trampCall(STDERR).printf(
|
2987
3013
|
"Error : not exist specfile [%s]."
|
2988
3014
|
)
|
2989
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3015
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:288"] + __e.backtrace ) ; raise __e
|
2990
3016
|
end
|
2991
3017
|
begin
|
2992
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3018
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 289 );
|
2993
3019
|
delayCall( '_exit', 'exit',
|
2994
3020
|
begin
|
2995
3021
|
if @global_lisp_binding.has_key?('_exit') then
|
2996
3022
|
trampCall(@_exit)
|
2997
3023
|
else raise NameError.new( "Error: undefined variable exit", "exit" ) end
|
2998
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3024
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:289"] + __e.backtrace ) ; raise __e
|
2999
3025
|
end ,
|
3000
3026
|
[
|
3001
3027
|
1
|
@@ -3011,21 +3037,21 @@ trampCall(
|
|
3011
3037
|
end
|
3012
3038
|
} ; ___lambda.call(
|
3013
3039
|
begin
|
3014
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3040
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 280 );
|
3015
3041
|
(
|
3016
3042
|
begin
|
3017
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3043
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 280 );
|
3018
3044
|
trampCall( self._temp_METHOD( 'temp',
|
3019
3045
|
begin
|
3020
3046
|
if @global_lisp_binding.has_key?('_temp') then
|
3021
3047
|
trampCall(@_temp)
|
3022
3048
|
else raise NameError.new( "Error: undefined variable temp", "temp" ) end
|
3023
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3049
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:280"] + __e.backtrace ) ; raise __e
|
3024
3050
|
end ,
|
3025
3051
|
[
|
3026
3052
|
begin
|
3027
3053
|
trampCall(_env)
|
3028
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3054
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:280"] + __e.backtrace ) ; raise __e
|
3029
3055
|
end
|
3030
3056
|
]
|
3031
3057
|
))
|
@@ -3033,7 +3059,7 @@ trampCall(
|
|
3033
3059
|
"/" +
|
3034
3060
|
begin
|
3035
3061
|
trampCall(_dirname)
|
3036
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3062
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:280"] + __e.backtrace ) ; raise __e
|
3037
3063
|
end
|
3038
3064
|
)
|
3039
3065
|
end
|
@@ -3041,23 +3067,23 @@ trampCall(
|
|
3041
3067
|
end
|
3042
3068
|
} ; ___lambda.call(
|
3043
3069
|
begin
|
3044
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3070
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 278 );
|
3045
3071
|
trampCall( self.__PLMARK_METHOD( '+',
|
3046
3072
|
begin
|
3047
3073
|
if @global_lisp_binding.has_key?('__PLMARK') then
|
3048
3074
|
trampCall(@__PLMARK)
|
3049
3075
|
else raise NameError.new( "Error: undefined variable +", "+" ) end
|
3050
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3076
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:278"] + __e.backtrace ) ; raise __e
|
3051
3077
|
end ,
|
3052
3078
|
[
|
3053
3079
|
begin
|
3054
3080
|
trampCall(_specfile_MIMARKdir)
|
3055
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3081
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:278"] + __e.backtrace ) ; raise __e
|
3056
3082
|
end ,
|
3057
3083
|
"/" ,
|
3058
3084
|
begin
|
3059
3085
|
trampCall(_dirname)
|
3060
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3086
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:278"] + __e.backtrace ) ; raise __e
|
3061
3087
|
end ,
|
3062
3088
|
".yml"
|
3063
3089
|
]
|
@@ -3067,21 +3093,21 @@ trampCall(
|
|
3067
3093
|
end
|
3068
3094
|
} ; ___lambda.call(
|
3069
3095
|
begin
|
3070
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3096
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 276 );
|
3071
3097
|
(
|
3072
3098
|
begin
|
3073
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3099
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 276 );
|
3074
3100
|
trampCall( self._home_MIMARKrepos_METHOD( 'home-repos',
|
3075
3101
|
begin
|
3076
3102
|
if @global_lisp_binding.has_key?('_home_MIMARKrepos') then
|
3077
3103
|
trampCall(@_home_MIMARKrepos)
|
3078
3104
|
else raise NameError.new( "Error: undefined variable home-repos", "home-repos" ) end
|
3079
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3105
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:276"] + __e.backtrace ) ; raise __e
|
3080
3106
|
end ,
|
3081
3107
|
[
|
3082
3108
|
begin
|
3083
3109
|
trampCall(_env)
|
3084
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3110
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:276"] + __e.backtrace ) ; raise __e
|
3085
3111
|
end
|
3086
3112
|
]
|
3087
3113
|
))
|
@@ -3089,7 +3115,7 @@ trampCall(
|
|
3089
3115
|
"/" +
|
3090
3116
|
begin
|
3091
3117
|
trampCall(_dirname)
|
3092
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3118
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:276"] + __e.backtrace ) ; raise __e
|
3093
3119
|
end
|
3094
3120
|
)
|
3095
3121
|
end
|
@@ -3097,21 +3123,21 @@ trampCall(
|
|
3097
3123
|
end
|
3098
3124
|
} ; ___lambda.call(
|
3099
3125
|
begin
|
3100
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3126
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 274 );
|
3101
3127
|
_car(
|
3102
3128
|
begin
|
3103
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3129
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 274 );
|
3104
3130
|
trampCall( self._stowm_MIMARKsplit_MIMARKfilename_METHOD( 'stowm-split-filename',
|
3105
3131
|
begin
|
3106
3132
|
if @global_lisp_binding.has_key?('_stowm_MIMARKsplit_MIMARKfilename') then
|
3107
3133
|
trampCall(@_stowm_MIMARKsplit_MIMARKfilename)
|
3108
3134
|
else raise NameError.new( "Error: undefined variable stowm-split-filename", "stowm-split-filename" ) end
|
3109
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3135
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:274"] + __e.backtrace ) ; raise __e
|
3110
3136
|
end ,
|
3111
3137
|
[
|
3112
3138
|
begin
|
3113
3139
|
trampCall(_dirname)
|
3114
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3140
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:274"] + __e.backtrace ) ; raise __e
|
3115
3141
|
end
|
3116
3142
|
]
|
3117
3143
|
))
|
@@ -3122,18 +3148,18 @@ trampCall(
|
|
3122
3148
|
end
|
3123
3149
|
} ; ___lambda.call(
|
3124
3150
|
begin
|
3125
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3151
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 273 );
|
3126
3152
|
trampCall( self._caar_METHOD( 'caar',
|
3127
3153
|
begin
|
3128
3154
|
if @global_lisp_binding.has_key?('_caar') then
|
3129
3155
|
trampCall(@_caar)
|
3130
3156
|
else raise NameError.new( "Error: undefined variable caar", "caar" ) end
|
3131
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3157
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:273"] + __e.backtrace ) ; raise __e
|
3132
3158
|
end ,
|
3133
3159
|
[
|
3134
3160
|
begin
|
3135
3161
|
trampCall(_found)
|
3136
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3162
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:273"] + __e.backtrace ) ; raise __e
|
3137
3163
|
end
|
3138
3164
|
]
|
3139
3165
|
))
|
@@ -3143,36 +3169,36 @@ trampCall(
|
|
3143
3169
|
end
|
3144
3170
|
} ; ___lambda.call(
|
3145
3171
|
begin
|
3146
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3172
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 265 );
|
3147
3173
|
trampCall( self._filter_METHOD( 'filter',
|
3148
3174
|
begin
|
3149
3175
|
if @global_lisp_binding.has_key?('_filter') then
|
3150
3176
|
trampCall(@_filter)
|
3151
3177
|
else raise NameError.new( "Error: undefined variable filter", "filter" ) end
|
3152
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3178
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:265"] + __e.backtrace ) ; raise __e
|
3153
3179
|
end ,
|
3154
3180
|
[
|
3155
3181
|
Proc.new { |_x|
|
3156
3182
|
begin
|
3157
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3183
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 267 );
|
3158
3184
|
__EQMARK(
|
3159
3185
|
begin
|
3160
3186
|
trampCall(_number)
|
3161
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3187
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:267"] + __e.backtrace ) ; raise __e
|
3162
3188
|
end ,
|
3163
3189
|
begin
|
3164
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3190
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 267 );
|
3165
3191
|
trampCall( self._fifth_METHOD( 'fifth',
|
3166
3192
|
begin
|
3167
3193
|
if @global_lisp_binding.has_key?('_fifth') then
|
3168
3194
|
trampCall(@_fifth)
|
3169
3195
|
else raise NameError.new( "Error: undefined variable fifth", "fifth" ) end
|
3170
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3196
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:267"] + __e.backtrace ) ; raise __e
|
3171
3197
|
end ,
|
3172
3198
|
[
|
3173
3199
|
begin
|
3174
3200
|
trampCall(_x)
|
3175
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3201
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:267"] + __e.backtrace ) ; raise __e
|
3176
3202
|
end
|
3177
3203
|
]
|
3178
3204
|
))
|
@@ -3182,7 +3208,7 @@ trampCall(
|
|
3182
3208
|
} ,
|
3183
3209
|
begin
|
3184
3210
|
trampCall(_stowed_MIMARKlist)
|
3185
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3211
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:268"] + __e.backtrace ) ; raise __e
|
3186
3212
|
end
|
3187
3213
|
]
|
3188
3214
|
))
|
@@ -3208,11 +3234,11 @@ trampCall(
|
|
3208
3234
|
___lambda = lambda { |_found|
|
3209
3235
|
if (
|
3210
3236
|
begin
|
3211
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3237
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 304 );
|
3212
3238
|
_null_QUMARK(
|
3213
3239
|
begin
|
3214
3240
|
trampCall(_found)
|
3215
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3241
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:304"] + __e.backtrace ) ; raise __e
|
3216
3242
|
end
|
3217
3243
|
)
|
3218
3244
|
end
|
@@ -3224,19 +3250,19 @@ trampCall(
|
|
3224
3250
|
" ,
|
3225
3251
|
begin
|
3226
3252
|
trampCall(_number)
|
3227
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3253
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:306"] + __e.backtrace ) ; raise __e
|
3228
3254
|
end
|
3229
3255
|
)
|
3230
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3256
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:306"] + __e.backtrace ) ; raise __e
|
3231
3257
|
end
|
3232
3258
|
begin
|
3233
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3259
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 307 );
|
3234
3260
|
delayCall( '_exit', 'exit',
|
3235
3261
|
begin
|
3236
3262
|
if @global_lisp_binding.has_key?('_exit') then
|
3237
3263
|
trampCall(@_exit)
|
3238
3264
|
else raise NameError.new( "Error: undefined variable exit", "exit" ) end
|
3239
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3265
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:307"] + __e.backtrace ) ; raise __e
|
3240
3266
|
end ,
|
3241
3267
|
[
|
3242
3268
|
1
|
@@ -3257,11 +3283,11 @@ trampCall(
|
|
3257
3283
|
___lambda = lambda { |_delete_MIMARKitem,_restow_MIMARKitem|
|
3258
3284
|
if (
|
3259
3285
|
begin
|
3260
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3286
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 328 );
|
3261
3287
|
_null_QUMARK(
|
3262
3288
|
begin
|
3263
3289
|
trampCall(_restow_MIMARKitem)
|
3264
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3290
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:328"] + __e.backtrace ) ; raise __e
|
3265
3291
|
end
|
3266
3292
|
)
|
3267
3293
|
end
|
@@ -3273,19 +3299,19 @@ trampCall(
|
|
3273
3299
|
" ,
|
3274
3300
|
begin
|
3275
3301
|
trampCall(_number)
|
3276
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3302
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:329"] + __e.backtrace ) ; raise __e
|
3277
3303
|
end
|
3278
3304
|
)
|
3279
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3305
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:329"] + __e.backtrace ) ; raise __e
|
3280
3306
|
end
|
3281
3307
|
begin
|
3282
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3308
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 330 );
|
3283
3309
|
delayCall( '_exit', 'exit',
|
3284
3310
|
begin
|
3285
3311
|
if @global_lisp_binding.has_key?('_exit') then
|
3286
3312
|
trampCall(@_exit)
|
3287
3313
|
else raise NameError.new( "Error: undefined variable exit", "exit" ) end
|
3288
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3314
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:330"] + __e.backtrace ) ; raise __e
|
3289
3315
|
end ,
|
3290
3316
|
[
|
3291
3317
|
1
|
@@ -3297,50 +3323,50 @@ trampCall(
|
|
3297
3323
|
if (
|
3298
3324
|
begin
|
3299
3325
|
trampCall(_delete_MIMARKaction)
|
3300
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3326
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:331"] + __e.backtrace ) ; raise __e
|
3301
3327
|
end
|
3302
3328
|
) then
|
3303
3329
|
begin #makeLet
|
3304
3330
|
___lambda = lambda { |_lst|
|
3305
3331
|
begin
|
3306
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3332
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 333 );
|
3307
3333
|
delayCall( '_display_MIMARKlist', 'display-list',
|
3308
3334
|
begin
|
3309
3335
|
if @global_lisp_binding.has_key?('_display_MIMARKlist') then
|
3310
3336
|
trampCall(@_display_MIMARKlist)
|
3311
3337
|
else raise NameError.new( "Error: undefined variable display-list", "display-list" ) end
|
3312
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3338
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:333"] + __e.backtrace ) ; raise __e
|
3313
3339
|
end ,
|
3314
3340
|
[
|
3315
3341
|
begin
|
3316
3342
|
trampCall(_lst)
|
3317
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3343
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:333"] + __e.backtrace ) ; raise __e
|
3318
3344
|
end ,
|
3319
3345
|
begin
|
3320
3346
|
trampCall(_basename)
|
3321
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3347
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:333"] + __e.backtrace ) ; raise __e
|
3322
3348
|
end
|
3323
3349
|
]
|
3324
3350
|
)
|
3325
3351
|
end
|
3326
3352
|
} ; ___lambda.call(
|
3327
3353
|
begin
|
3328
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3354
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 332 );
|
3329
3355
|
trampCall( self._stowm_MIMARKrestow_METHOD( 'stowm-restow',
|
3330
3356
|
begin
|
3331
3357
|
if @global_lisp_binding.has_key?('_stowm_MIMARKrestow') then
|
3332
3358
|
trampCall(@_stowm_MIMARKrestow)
|
3333
3359
|
else raise NameError.new( "Error: undefined variable stowm-restow", "stowm-restow" ) end
|
3334
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3360
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:332"] + __e.backtrace ) ; raise __e
|
3335
3361
|
end ,
|
3336
3362
|
[
|
3337
3363
|
begin
|
3338
3364
|
trampCall(_env)
|
3339
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3365
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:332"] + __e.backtrace ) ; raise __e
|
3340
3366
|
end ,
|
3341
3367
|
begin
|
3342
3368
|
trampCall(_delete_MIMARKitem)
|
3343
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3369
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:332"] + __e.backtrace ) ; raise __e
|
3344
3370
|
end ,
|
3345
3371
|
Cell.new()
|
3346
3372
|
]
|
@@ -3351,15 +3377,15 @@ trampCall(
|
|
3351
3377
|
else
|
3352
3378
|
if (
|
3353
3379
|
begin
|
3354
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3380
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 334 );
|
3355
3381
|
_equal_QUMARK(
|
3356
3382
|
begin
|
3357
3383
|
trampCall(_delete_MIMARKitem)
|
3358
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3384
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:334"] + __e.backtrace ) ; raise __e
|
3359
3385
|
end ,
|
3360
3386
|
begin
|
3361
3387
|
trampCall(_restow_MIMARKitem)
|
3362
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3388
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:334"] + __e.backtrace ) ; raise __e
|
3363
3389
|
end
|
3364
3390
|
)
|
3365
3391
|
end
|
@@ -3370,62 +3396,62 @@ trampCall(
|
|
3370
3396
|
"Info: restow [%s].
|
3371
3397
|
" ,
|
3372
3398
|
begin
|
3373
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3399
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 335 );
|
3374
3400
|
_car(
|
3375
3401
|
begin
|
3376
3402
|
trampCall(_restow_MIMARKitem)
|
3377
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3403
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:335"] + __e.backtrace ) ; raise __e
|
3378
3404
|
end
|
3379
3405
|
)
|
3380
3406
|
end
|
3381
3407
|
)
|
3382
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3408
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:335"] + __e.backtrace ) ; raise __e
|
3383
3409
|
end
|
3384
3410
|
begin #makeLet
|
3385
3411
|
___lambda = lambda { |_lst|
|
3386
3412
|
begin
|
3387
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3413
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 337 );
|
3388
3414
|
delayCall( '_display_MIMARKlist', 'display-list',
|
3389
3415
|
begin
|
3390
3416
|
if @global_lisp_binding.has_key?('_display_MIMARKlist') then
|
3391
3417
|
trampCall(@_display_MIMARKlist)
|
3392
3418
|
else raise NameError.new( "Error: undefined variable display-list", "display-list" ) end
|
3393
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3419
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:337"] + __e.backtrace ) ; raise __e
|
3394
3420
|
end ,
|
3395
3421
|
[
|
3396
3422
|
begin
|
3397
3423
|
trampCall(_lst)
|
3398
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3424
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:337"] + __e.backtrace ) ; raise __e
|
3399
3425
|
end ,
|
3400
3426
|
begin
|
3401
3427
|
trampCall(_basename)
|
3402
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3428
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:337"] + __e.backtrace ) ; raise __e
|
3403
3429
|
end
|
3404
3430
|
]
|
3405
3431
|
)
|
3406
3432
|
end
|
3407
3433
|
} ; ___lambda.call(
|
3408
3434
|
begin
|
3409
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3435
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 336 );
|
3410
3436
|
trampCall( self._stowm_MIMARKrestow_METHOD( 'stowm-restow',
|
3411
3437
|
begin
|
3412
3438
|
if @global_lisp_binding.has_key?('_stowm_MIMARKrestow') then
|
3413
3439
|
trampCall(@_stowm_MIMARKrestow)
|
3414
3440
|
else raise NameError.new( "Error: undefined variable stowm-restow", "stowm-restow" ) end
|
3415
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3441
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:336"] + __e.backtrace ) ; raise __e
|
3416
3442
|
end ,
|
3417
3443
|
[
|
3418
3444
|
begin
|
3419
3445
|
trampCall(_env)
|
3420
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3446
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:336"] + __e.backtrace ) ; raise __e
|
3421
3447
|
end ,
|
3422
3448
|
begin
|
3423
3449
|
trampCall(_delete_MIMARKitem)
|
3424
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3450
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:336"] + __e.backtrace ) ; raise __e
|
3425
3451
|
end ,
|
3426
3452
|
begin
|
3427
3453
|
trampCall(_restow_MIMARKitem)
|
3428
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3454
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:336"] + __e.backtrace ) ; raise __e
|
3429
3455
|
end
|
3430
3456
|
]
|
3431
3457
|
))
|
@@ -3440,48 +3466,48 @@ trampCall(
|
|
3440
3466
|
begin #makeLet
|
3441
3467
|
___lambda = lambda { |_lst|
|
3442
3468
|
begin
|
3443
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3469
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 340 );
|
3444
3470
|
delayCall( '_display_MIMARKlist', 'display-list',
|
3445
3471
|
begin
|
3446
3472
|
if @global_lisp_binding.has_key?('_display_MIMARKlist') then
|
3447
3473
|
trampCall(@_display_MIMARKlist)
|
3448
3474
|
else raise NameError.new( "Error: undefined variable display-list", "display-list" ) end
|
3449
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3475
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:340"] + __e.backtrace ) ; raise __e
|
3450
3476
|
end ,
|
3451
3477
|
[
|
3452
3478
|
begin
|
3453
3479
|
trampCall(_lst)
|
3454
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3480
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:340"] + __e.backtrace ) ; raise __e
|
3455
3481
|
end ,
|
3456
3482
|
begin
|
3457
3483
|
trampCall(_basename)
|
3458
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3484
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:340"] + __e.backtrace ) ; raise __e
|
3459
3485
|
end
|
3460
3486
|
]
|
3461
3487
|
)
|
3462
3488
|
end
|
3463
3489
|
} ; ___lambda.call(
|
3464
3490
|
begin
|
3465
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3491
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 339 );
|
3466
3492
|
trampCall( self._stowm_MIMARKrestow_METHOD( 'stowm-restow',
|
3467
3493
|
begin
|
3468
3494
|
if @global_lisp_binding.has_key?('_stowm_MIMARKrestow') then
|
3469
3495
|
trampCall(@_stowm_MIMARKrestow)
|
3470
3496
|
else raise NameError.new( "Error: undefined variable stowm-restow", "stowm-restow" ) end
|
3471
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3497
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:339"] + __e.backtrace ) ; raise __e
|
3472
3498
|
end ,
|
3473
3499
|
[
|
3474
3500
|
begin
|
3475
3501
|
trampCall(_env)
|
3476
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3502
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:339"] + __e.backtrace ) ; raise __e
|
3477
3503
|
end ,
|
3478
3504
|
begin
|
3479
3505
|
trampCall(_delete_MIMARKitem)
|
3480
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3506
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:339"] + __e.backtrace ) ; raise __e
|
3481
3507
|
end ,
|
3482
3508
|
begin
|
3483
3509
|
trampCall(_restow_MIMARKitem)
|
3484
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3510
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:339"] + __e.backtrace ) ; raise __e
|
3485
3511
|
end
|
3486
3512
|
]
|
3487
3513
|
))
|
@@ -3496,34 +3522,34 @@ trampCall(
|
|
3496
3522
|
end
|
3497
3523
|
} ; ___lambda.call(
|
3498
3524
|
begin
|
3499
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3525
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 313 );
|
3500
3526
|
trampCall( self._filter_MIMARKmap_METHOD( 'filter-map',
|
3501
3527
|
begin
|
3502
3528
|
if @global_lisp_binding.has_key?('_filter_MIMARKmap') then
|
3503
3529
|
trampCall(@_filter_MIMARKmap)
|
3504
3530
|
else raise NameError.new( "Error: undefined variable filter-map", "filter-map" ) end
|
3505
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3531
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:313"] + __e.backtrace ) ; raise __e
|
3506
3532
|
end ,
|
3507
3533
|
[
|
3508
3534
|
Proc.new { |_x|
|
3509
3535
|
if (
|
3510
3536
|
begin
|
3511
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3537
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 315 );
|
3512
3538
|
__EQMARK(
|
3513
3539
|
:"e" ,
|
3514
3540
|
begin
|
3515
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3541
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 315 );
|
3516
3542
|
trampCall( self._second_METHOD( 'second',
|
3517
3543
|
begin
|
3518
3544
|
if @global_lisp_binding.has_key?('_second') then
|
3519
3545
|
trampCall(@_second)
|
3520
3546
|
else raise NameError.new( "Error: undefined variable second", "second" ) end
|
3521
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3547
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:315"] + __e.backtrace ) ; raise __e
|
3522
3548
|
end ,
|
3523
3549
|
[
|
3524
3550
|
begin
|
3525
3551
|
trampCall(_x)
|
3526
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3552
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:315"] + __e.backtrace ) ; raise __e
|
3527
3553
|
end
|
3528
3554
|
]
|
3529
3555
|
))
|
@@ -3532,11 +3558,11 @@ trampCall(
|
|
3532
3558
|
end
|
3533
3559
|
) then
|
3534
3560
|
begin
|
3535
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3561
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 316 );
|
3536
3562
|
_car(
|
3537
3563
|
begin
|
3538
3564
|
trampCall(_x)
|
3539
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3565
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:316"] + __e.backtrace ) ; raise __e
|
3540
3566
|
end
|
3541
3567
|
)
|
3542
3568
|
end
|
@@ -3546,19 +3572,19 @@ trampCall(
|
|
3546
3572
|
} ,
|
3547
3573
|
begin
|
3548
3574
|
trampCall(_selection)
|
3549
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3575
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:318"] + __e.backtrace ) ; raise __e
|
3550
3576
|
end
|
3551
3577
|
]
|
3552
3578
|
))
|
3553
3579
|
end ,
|
3554
3580
|
begin
|
3555
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3581
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 320 );
|
3556
3582
|
trampCall( self._filter_MIMARKmap_METHOD( 'filter-map',
|
3557
3583
|
begin
|
3558
3584
|
if @global_lisp_binding.has_key?('_filter_MIMARKmap') then
|
3559
3585
|
trampCall(@_filter_MIMARKmap)
|
3560
3586
|
else raise NameError.new( "Error: undefined variable filter-map", "filter-map" ) end
|
3561
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3587
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:320"] + __e.backtrace ) ; raise __e
|
3562
3588
|
end ,
|
3563
3589
|
[
|
3564
3590
|
Proc.new { |_x|
|
@@ -3572,22 +3598,22 @@ trampCall(
|
|
3572
3598
|
_eq_QUMARK(
|
3573
3599
|
false ,
|
3574
3600
|
begin
|
3575
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3601
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 322 );
|
3576
3602
|
__EQMARK(
|
3577
3603
|
:"i" ,
|
3578
3604
|
begin
|
3579
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3605
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 322 );
|
3580
3606
|
trampCall( self._third_METHOD( 'third',
|
3581
3607
|
begin
|
3582
3608
|
if @global_lisp_binding.has_key?('_third') then
|
3583
3609
|
trampCall(@_third)
|
3584
3610
|
else raise NameError.new( "Error: undefined variable third", "third" ) end
|
3585
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3611
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:322"] + __e.backtrace ) ; raise __e
|
3586
3612
|
end ,
|
3587
3613
|
[
|
3588
3614
|
begin
|
3589
3615
|
trampCall(_x)
|
3590
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3616
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:322"] + __e.backtrace ) ; raise __e
|
3591
3617
|
end
|
3592
3618
|
]
|
3593
3619
|
))
|
@@ -3600,25 +3626,25 @@ trampCall(
|
|
3600
3626
|
end
|
3601
3627
|
) then
|
3602
3628
|
begin
|
3603
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3629
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 323 );
|
3604
3630
|
__EQMARK(
|
3605
3631
|
begin
|
3606
3632
|
trampCall(_number)
|
3607
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3633
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:323"] + __e.backtrace ) ; raise __e
|
3608
3634
|
end ,
|
3609
3635
|
begin
|
3610
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3636
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 323 );
|
3611
3637
|
trampCall( self._fifth_METHOD( 'fifth',
|
3612
3638
|
begin
|
3613
3639
|
if @global_lisp_binding.has_key?('_fifth') then
|
3614
3640
|
trampCall(@_fifth)
|
3615
3641
|
else raise NameError.new( "Error: undefined variable fifth", "fifth" ) end
|
3616
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3642
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:323"] + __e.backtrace ) ; raise __e
|
3617
3643
|
end ,
|
3618
3644
|
[
|
3619
3645
|
begin
|
3620
3646
|
trampCall(_x)
|
3621
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3647
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:323"] + __e.backtrace ) ; raise __e
|
3622
3648
|
end
|
3623
3649
|
]
|
3624
3650
|
))
|
@@ -3630,11 +3656,11 @@ trampCall(
|
|
3630
3656
|
end
|
3631
3657
|
) then
|
3632
3658
|
begin
|
3633
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3659
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 324 );
|
3634
3660
|
_car(
|
3635
3661
|
begin
|
3636
3662
|
trampCall(_x)
|
3637
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3663
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:324"] + __e.backtrace ) ; raise __e
|
3638
3664
|
end
|
3639
3665
|
)
|
3640
3666
|
end
|
@@ -3644,7 +3670,7 @@ trampCall(
|
|
3644
3670
|
} ,
|
3645
3671
|
begin
|
3646
3672
|
trampCall(_selection)
|
3647
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3673
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:326"] + __e.backtrace ) ; raise __e
|
3648
3674
|
end
|
3649
3675
|
]
|
3650
3676
|
))
|
@@ -3653,22 +3679,22 @@ trampCall(
|
|
3653
3679
|
end
|
3654
3680
|
} ; ___lambda.call(
|
3655
3681
|
begin
|
3656
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3682
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 311 );
|
3657
3683
|
trampCall( self._assv_MIMARKref_METHOD( 'assv-ref',
|
3658
3684
|
begin
|
3659
3685
|
if @global_lisp_binding.has_key?('_assv_MIMARKref') then
|
3660
3686
|
trampCall(@_assv_MIMARKref)
|
3661
3687
|
else raise NameError.new( "Error: undefined variable assv-ref", "assv-ref" ) end
|
3662
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3688
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:311"] + __e.backtrace ) ; raise __e
|
3663
3689
|
end ,
|
3664
3690
|
[
|
3665
3691
|
begin
|
3666
3692
|
trampCall(_basename)
|
3667
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3693
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:311"] + __e.backtrace ) ; raise __e
|
3668
3694
|
end ,
|
3669
3695
|
begin
|
3670
3696
|
trampCall(_tree)
|
3671
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3697
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:311"] + __e.backtrace ) ; raise __e
|
3672
3698
|
end
|
3673
3699
|
]
|
3674
3700
|
))
|
@@ -3677,18 +3703,18 @@ trampCall(
|
|
3677
3703
|
end
|
3678
3704
|
} ; ___lambda.call(
|
3679
3705
|
begin
|
3680
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3706
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 310 );
|
3681
3707
|
trampCall( self._stowed_MIMARKlist_MIMARKto_MIMARKtree_METHOD( 'stowed-list-to-tree',
|
3682
3708
|
begin
|
3683
3709
|
if @global_lisp_binding.has_key?('_stowed_MIMARKlist_MIMARKto_MIMARKtree') then
|
3684
3710
|
trampCall(@_stowed_MIMARKlist_MIMARKto_MIMARKtree)
|
3685
3711
|
else raise NameError.new( "Error: undefined variable stowed-list-to-tree", "stowed-list-to-tree" ) end
|
3686
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3712
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:310"] + __e.backtrace ) ; raise __e
|
3687
3713
|
end ,
|
3688
3714
|
[
|
3689
3715
|
begin
|
3690
3716
|
trampCall(_stowed_MIMARKlist)
|
3691
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3717
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:310"] + __e.backtrace ) ; raise __e
|
3692
3718
|
end
|
3693
3719
|
]
|
3694
3720
|
))
|
@@ -3697,21 +3723,21 @@ trampCall(
|
|
3697
3723
|
end
|
3698
3724
|
} ; ___lambda.call(
|
3699
3725
|
begin
|
3700
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3726
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 309 );
|
3701
3727
|
_car(
|
3702
3728
|
begin
|
3703
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3729
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 309 );
|
3704
3730
|
trampCall( self._stowm_MIMARKsplit_MIMARKfilename_METHOD( 'stowm-split-filename',
|
3705
3731
|
begin
|
3706
3732
|
if @global_lisp_binding.has_key?('_stowm_MIMARKsplit_MIMARKfilename') then
|
3707
3733
|
trampCall(@_stowm_MIMARKsplit_MIMARKfilename)
|
3708
3734
|
else raise NameError.new( "Error: undefined variable stowm-split-filename", "stowm-split-filename" ) end
|
3709
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3735
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:309"] + __e.backtrace ) ; raise __e
|
3710
3736
|
end ,
|
3711
3737
|
[
|
3712
3738
|
begin
|
3713
3739
|
trampCall(_dirname)
|
3714
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3740
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:309"] + __e.backtrace ) ; raise __e
|
3715
3741
|
end
|
3716
3742
|
]
|
3717
3743
|
))
|
@@ -3722,18 +3748,18 @@ trampCall(
|
|
3722
3748
|
end
|
3723
3749
|
} ; ___lambda.call(
|
3724
3750
|
begin
|
3725
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3751
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 308 );
|
3726
3752
|
trampCall( self._caar_METHOD( 'caar',
|
3727
3753
|
begin
|
3728
3754
|
if @global_lisp_binding.has_key?('_caar') then
|
3729
3755
|
trampCall(@_caar)
|
3730
3756
|
else raise NameError.new( "Error: undefined variable caar", "caar" ) end
|
3731
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3757
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:308"] + __e.backtrace ) ; raise __e
|
3732
3758
|
end ,
|
3733
3759
|
[
|
3734
3760
|
begin
|
3735
3761
|
trampCall(_found)
|
3736
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3762
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:308"] + __e.backtrace ) ; raise __e
|
3737
3763
|
end
|
3738
3764
|
]
|
3739
3765
|
))
|
@@ -3743,36 +3769,36 @@ trampCall(
|
|
3743
3769
|
end
|
3744
3770
|
} ; ___lambda.call(
|
3745
3771
|
begin
|
3746
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3772
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 300 );
|
3747
3773
|
trampCall( self._filter_METHOD( 'filter',
|
3748
3774
|
begin
|
3749
3775
|
if @global_lisp_binding.has_key?('_filter') then
|
3750
3776
|
trampCall(@_filter)
|
3751
3777
|
else raise NameError.new( "Error: undefined variable filter", "filter" ) end
|
3752
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3778
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:300"] + __e.backtrace ) ; raise __e
|
3753
3779
|
end ,
|
3754
3780
|
[
|
3755
3781
|
Proc.new { |_x|
|
3756
3782
|
begin
|
3757
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3783
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 302 );
|
3758
3784
|
__EQMARK(
|
3759
3785
|
begin
|
3760
3786
|
trampCall(_number)
|
3761
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3787
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:302"] + __e.backtrace ) ; raise __e
|
3762
3788
|
end ,
|
3763
3789
|
begin
|
3764
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3790
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 302 );
|
3765
3791
|
trampCall( self._fifth_METHOD( 'fifth',
|
3766
3792
|
begin
|
3767
3793
|
if @global_lisp_binding.has_key?('_fifth') then
|
3768
3794
|
trampCall(@_fifth)
|
3769
3795
|
else raise NameError.new( "Error: undefined variable fifth", "fifth" ) end
|
3770
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3796
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:302"] + __e.backtrace ) ; raise __e
|
3771
3797
|
end ,
|
3772
3798
|
[
|
3773
3799
|
begin
|
3774
3800
|
trampCall(_x)
|
3775
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3801
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:302"] + __e.backtrace ) ; raise __e
|
3776
3802
|
end
|
3777
3803
|
]
|
3778
3804
|
))
|
@@ -3782,7 +3808,7 @@ trampCall(
|
|
3782
3808
|
} ,
|
3783
3809
|
begin
|
3784
3810
|
trampCall(_stowed_MIMARKlist)
|
3785
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3811
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:303"] + __e.backtrace ) ; raise __e
|
3786
3812
|
end
|
3787
3813
|
]
|
3788
3814
|
))
|
@@ -3791,19 +3817,19 @@ trampCall(
|
|
3791
3817
|
end
|
3792
3818
|
} ; ___lambda.call(
|
3793
3819
|
begin
|
3794
|
-
embedBacktraceInfo( "./lib/stowm/main.nnd",
|
3820
|
+
embedBacktraceInfo( "./lib/stowm/main.nnd", 295 );
|
3795
3821
|
trampCall( self._eqv_QUMARK_METHOD( 'eqv?',
|
3796
3822
|
begin
|
3797
3823
|
if @global_lisp_binding.has_key?('_eqv_QUMARK') then
|
3798
3824
|
trampCall(@_eqv_QUMARK)
|
3799
3825
|
else raise NameError.new( "Error: undefined variable eqv?", "eqv?" ) end
|
3800
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3826
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:295"] + __e.backtrace ) ; raise __e
|
3801
3827
|
end ,
|
3802
3828
|
[
|
3803
3829
|
:"disable" ,
|
3804
3830
|
begin
|
3805
3831
|
trampCall(_keyword)
|
3806
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3832
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:295"] + __e.backtrace ) ; raise __e
|
3807
3833
|
end
|
3808
3834
|
]
|
3809
3835
|
))
|
@@ -3826,7 +3852,7 @@ trampCall(
|
|
3826
3852
|
___lambda = lambda { |_f|
|
3827
3853
|
begin
|
3828
3854
|
trampCall(_f).readline.chop
|
3829
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3855
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:344"] + __e.backtrace ) ; raise __e
|
3830
3856
|
end
|
3831
3857
|
} ; ___lambda.call(
|
3832
3858
|
begin
|
@@ -3834,7 +3860,7 @@ trampCall(
|
|
3834
3860
|
"uname" ,
|
3835
3861
|
"r+"
|
3836
3862
|
)
|
3837
|
-
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:
|
3863
|
+
rescue => __e ; __e.set_backtrace( ["./lib/stowm/main.nnd:343"] + __e.backtrace ) ; raise __e
|
3838
3864
|
end
|
3839
3865
|
)
|
3840
3866
|
end
|