ruby2.5-rubygem-sexp_processor-testsuite-4.10.0-1.27 >  A [Vp9|*D"`!a7ov$^@ ՝h{bGq<f! <|ߺڌrX!^  !qhgk0gdH+~ A`M7=-aJ*f?ccHX /Wk6ێL+ؗ:m{cOvJ;W ҟasxs-}atzL\͜IM>DEjKnk*Kįp>ok|ɸ>p;(?(d+2 7 U 39@T ^ h |  l()80 9 : F$G%H%I%0X%8Y%@\%X]%l^%b&=c&d'Je'Of'Rl'Tu'hv'|z'''''Cruby2.5-rubygem-sexp_processor-testsuite4.10.01.27Test suite for sexp_processorTest::Unit or RSpec files, useful for developers.[Ks390lp4ńSUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Languages/Rubyhttps://github.com/seattlerb/sexp_processorlinuxs390x3#A[I[I[I[I[I8487a8138cd40a186a16fbb6c0bd8c67bb7171101bcbe38fb83f0f0f1aa6aad0cb48bf47c1cfe158de8732013420de452df613343b0d5314a7c092f9e9ad390d466b7360f5c372bfbf82aed5254091b0b3a40ca65d3d8c3f62d82a2171bc388686fda37b42cd65ede8d7626a212730664ec91747d8d0bd78480cb73b815427f0rootrootrootrootrootrootrootrootrootrootrubygem-sexp_processor-4.10.0-1.27.src.rpmruby2.5-rubygem-sexp_processor-testsuiteruby2.5-rubygem-sexp_processor-testsuite(s390-64)    rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)rubygem(ruby:2.5.0:sexp_processor)3.0.4-14.6.0-14.0-15.2-14.10.04.14.1Y@XX@VV@UhTU?v@UTT:m@T=@T=@SAAS(5@R@RcRC@QiHQIQ3;@PP@PXP@P@POk@LLL%@K4@Iycoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.commrueckert@suse.demrueckert@suse.decoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comsaschpe@suse.demrueckert@suse.demrueckert@suse.demrueckert@suse.deprusnak@suse.czmrueckert@suse.de- updated to version 4.10.0 see installed History.txt === 4.10.0 / 2017-07-17 * 2 major enhancements: * Added experimental pattern matcher to Sexp. Forked from sexp_path. * Extended s to take a block and return a matcher: eg s{ s(:defn, atom, _, ___) } * 23 minor enhancements: * Added $STRICT_SEXP to crank down Sexp.[] and friends. * Added Matcher#/ w/ real functionality. * Added Sexp#/ to search with new patterns. * Added Sexp#map to ensure you get a Sexp back. * Added Sexp#new to create a new sexp with the same file/line/comment info. * Added Sexp#search_each to recursively search w/ new patterns. Returns enum if no block. * Added Sexp#sexp_body= * Added Sexp::Matcher.match_subs? and .match_subs= to extend =~ so you can match strictly. * Added Sexp::Matcher.parse to convert lispy string to safe matcher: "(defn atom _ ___)" * Added all mutation methods to STRICT_SEXP >= 4 * Added deprecation message to Sexp#structure for [s(...)] forms. * Added strict_sexp.rb to help you clamp down for future changes. STRICT_SEXP=1+ * Auto-require strict_sexp if $STRICT_SEXP is > 0. * Converted a lot of indexed access to sexp_type/sexp_body, etc. * Finally enforced SexpProcessor#process to only process sexps, not bare arrays. * Made Sexp#/ double-dispatch to Matcher#/. * Made Sexp#gsub work with new patterns. * Made Sexp#sub work with new patterns. * Made SexpProcessor STRICT_SEXP=4 compliant. * Retired SexpMatchSpecial & SexpAny. Never used by anything AFAICT. * Sexp#=== goes back to default. * Sexp#=~(pat) calls pat =~ self. * Sexp#sexp_body now takes optional offset. Use instead of sexp[n..-1]. * 9 bug fixes: * Extended Sexp::Matcher::Parser.parse to lex more forms of regexp. * Finished off all missing doco. * Fixed == methods on all Matcher classes to include ivars. * Fixed Child#satisfy? to properly return false if failed. * Fixed Sexp#sexp_body to return a sexp using Sexp#new. * Fixed map to use Sexp#new. * Only try to set c_type if it responds to it. Make STRICT_SEXP safe. * R2C has a hack in SexpProcessor to call sexp_type=. Renamed to c_type= in R2C. * Removed very obsolete attrset test from pt_testcase.rb === 4.10.0b1 / 2017-06-13 Beta of the above.- updated to version 4.9.0 see installed History.txt === 4.9.0 / 2017-04-13 * 9 minor enhancements: * Added Sexp.depth * Added Sexp.sexp_type= * Cache Sexp.line_max. Massively speeds up large flay runs. * Cleaned up SexpProcessor.process handling of result node type. * Extend pt_testcase for ruby 2.4 tests. * Extended Sexp.method_missing to only print on every invocation if $VERBOSE=1 * Extended Sexp.method_missing to warn if the expected sub-sexp is not found. * Rewrote Sexp.mass to be MUCH faster. Helps tremendously with flay on large files. * Warn that Sexp#method_missing was tripped if $DEBUG.- updated to version 4.8.0 see installed History.txt === 4.8.0 / 2017-02-01 * 2 minor enhancements: * Added Sexp#line_max * Extended MethodBasedSexpProcessor#in_method to take line_max and record span.- updated to version 4.7.0 see installed History.txt === 4.7.0 / 2016-02-18 * 2 minor enhancements: * Expand to support 2.3 in tests. (presidentbeef) * Return enumerable for deep_each, each_sexp, and each_of_type. (ridiculous)- updated to version 4.6.1 see installed History.txt === 4.6.1 / 2016-01-21 * 1 bug fix: * defs should have a nil node if body is empty.- updated to version 4.6.0 see installed History.txt === 4.6.0 / 2015-05-28 * 2 minor enhancements: * Extended generate_test to deal with 19 and up. * Extended pt_testcase.rb so add_19tests means 19 and up. * 1 bug fix: * Added and normalized tests to deal with canonicalized block args from ruby_parser.- updated to version 4.5.1 see installed History.txt === 4.5.1 / 2015-04-27 * 1 minor enhancement: * Cache processors and rewriters. Significant speedup. (presidentbeef)- updated to version 4.5.0 * 1 minor enhancement: * Added SexpProcessor::expand_dirs_to_files as a utility to cmdline tools.- updated to version 4.4.5- updated to version 4.4.4 * 1 bug fix: * MethodBasedSexpProcessor#in_klass clears out the method_stack for the duration of the block.- added gem2rpm.yml as source- added a small scriptlet to fix the shebang line of the test scripts. - also added a gem2rpm.yml for later, but did not regenerate the specfile just yet.- updated to version 4.4.3 * 1 bug fix: * Fixed a bunch of pt_testcase entries for 1.9/2.0 wrt ruby2ruby.- updated to version 4.4.2 * 2 minor enhancements: * Changed skipped versioned tests to return, not skip. Reduces noise so you can focus on real skips. * Extended versioned tests to include 2.0 and 2.1.- updated to version 4.4.1 * 1 bug fix: * Added parenthesis to fix the structure_remove_begin_1 testcase. (bocete)- updated to version 4.4.0 * Added MethodBasedSexpProcessor, extracted from Flog.- updated to version 4.3.0 * 1 minor enhancement: * Switched ParseTreeTestCase to minitest 5.- updated to version 4.2.1 * 1 bug fix: * Removed structure_unused_literal_wwtt because I just don't care anymore- updated to version 4.2.0 * 2 minor enhancements: * Added SexpInterpreter since it is such a common pattern * Added aliases Sexp#head & Sexp#rest for readability- updated to version 4.1.5 * Clarified role of s method. Fixes #12. * maglev: Workaround for bug in Array#shift- updated to version 4.1.4 * 1 minor enhancement: * Gave Sexp#structure a ~10% boost * 2 bug fixes: * Fixed Sexp#mass lying when using auto_shifted sexps. * Stupid fix for ruby 2.0 method_missing 'bug'.- updated to version 4.1.3 * Code cleanup... what was I thinking??? * Explicitly setting pt_testcase.rb to US-ASCII to avoid encoding hell- updated to version 4.1.2 * Sexp#structure should grep for Sexps, not Arrays- updated to version 4.1.1 * iter args revamp for ruby_parser 3 changes.- updated to version 4.1.0 * Added Environment#current so you can explicitly shadow variables. (meh)- update to 4.0.1 * 4 bug fixes: * 1.9: Changed !@ to ! since that is what you implement * True to my wtf comment, there was a bug in my case_splat test * Fixed a bunch of entries for r2r changes against edgecase parse/lex tests * Fixes for R2R * 5 major enhancements: * Removed :arglist from everything except :op_asgn1. * Removed block from resbody * Removed block from when node * Removed block nodes inside of scope nodes (defn/defs/class/sclass). * Removed scope nodes in defn/defs/class/sclass nodes. * 10 minor enhancement: * 1.9: Had to version split all my 'not' tests since 1.9 is insane. * 1.9: f (args) is not allowed in 1.9. * 1.9: f(hash, *splat) is not allowed in 1.9. * Added module2 test to verify module w/ 2+ entities * Added Sexp#deep_each and Sexp#each_sexp. Refactored from Flay * Added a ton of block arg tests. * Added add19_edgecases to help refactor a bunch of tests that all have the same output. * Added better debugging output for rewrites. * Cleaned and added a bunch of stabby proc tests. * Moved RawParseTree test data to ParseTree project.- Update to version 3.1.0: * Added test_call_arglist_trailing_comma__19 (presidentbeef) * Added test_fcall_inside_parens. (presidentbeef) * Added test_if_args_no_space_symbol__18. (presidentbeef) * Added tests for new hash syntax and ternaries in 1.9 (lastobelus)- update to version 3.0.5 * Added in_context to clean up code. * optimize inspect to avoid needlessly caching @line- update to version 3.0.4 * Added line number to pretty_print output if $VERBOSE- use rubygems_requires macro- updated to 3.0.3- fix builds390lp4 15273093874.10.0-1.274.10.0-1.27testtest_composite_sexp_processor.rbtest_environment.rbtest_sexp.rbtest_sexp_processor.rb/usr/lib64/ruby/gems/2.5.0/gems/sexp_processor-4.10.0//usr/lib64/ruby/gems/2.5.0/gems/sexp_processor-4.10.0/test/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:SLE-15:GA/standard/bd5d0ef26a3e4f6c55b39bbcda80b66b-rubygem-sexp_processorcpioxz5s390x-suse-linuxdirectoryRuby script, ASCII text,^1ɰutf-86fe81e9379f9e96fb93793f794227c14db2727c722aa941bf45dd24853238238?P7zXZ !t/ɷ'] crt:bLL $}&'Ʃj QDGkk2ln GzZ@&KZ) R۝&_x᷌C5/+)qAFW1x˸ZDkD"H=O]AEc -8v&M-Cu"zF!/ ;FtEZ/@zJ?R"֫S(IQ*{=3Սc&Q\N[E&:?.SQF3Y 6N'P:==+/W6,+F gq+Hڰ+J#lhB;G<R@7v)AޤbЂࢀQР"PHH@ZZq!`(1:#ኘx [0W*SsOvK4*9Vv&0{J@]x4`3RVowxCHș%6.z k%WxD m["7^:i>NEފ,U;kc~ЪV 6|㢅lK}jD_'rjHרV~@>ZuD 3$,GC-|ROubTzn >뎞M# c=-yт~u U۬ӝMЍzyg'[|R]Zm\ISK, a?M;^Bfl:Lݻ6vID<^Ϻhtk0TsǔfK 踀=Tgs!, 'u(M(k[W USM:[Kb:oVl52.*KA:S>I®+3aWT\uE%tzs ?rvOWn%:1Ǽk޴nK)dYb~ @ ^KAswي{4|B @M}S8\5"+ӏ&@E"o^=r"Oh2uldQH8b)7F8A#@7ԃE~FўץVxҬKV1ZiqfUuyZ;<:Dܘfdx*ʃ8=}k-> 0 f@2E-CLӡ>; ' C1'׀XpK2t "Wz w+9 S.<n띚(IXu>/yA'xmx!e;z 6]-Q١-CZɋlBga @a/u #^FZ;?q²i 4o!d~ƨ"(׶2ޯJ. 6{7P`Rѽ3&zm]5āMICGNеDv{2[} Ek ~ j `JGqK@w%rebE0X r*wkE~Vw|uߝ DW0$4V'/;XF1 Ҫ(5`PEil;tGڑL7}WKqӈU+DJ۪SCȷ|-(;Id#49c&ye sJ8 RZ)ê})sJI_#}9 (Y]3C*􊅁đf^JLciΎ@wx:OBecXYe~{Ew^)BW =][naVjJB5qHk=a%۝+b>#+kr uPH1%nH Vw $UEFND9UcIH`4kÞ"=graK_η 6yұX_^mJ .+{Csx+σ< u2;*_GbF׌K{Dc A%ʎF<λ#GR̲?Ёb% <;<YV(O*}`1r1*UT\]Un`؅LWu55q)}Do-e~(!kETL!FF&h2"v`oB: HB? 4{gF"ʹ}x@YLK)p̀xZMow3gT;G8qg=–gu̔1%KvlFM>K#-nIh.#%hgX?p, X/X*r ?Ƶ9m$QֶSM4J/]+':i[z6h6.m"i47QlqMz)+XQ<#:"D?VG'h[8Kj\dP?oyqC}CG!V/"_SL4*bR_<eb(ף<& /(8pI]J~1`>MɁ ڨ Xvh.?YmlH#4SF2ͽS,RjyV7oL |*4r6Yz+s?f C؍_0s8b=jABK]C= |EU8燌T  rnZ%{ $۝6KL,>pvx@?Qc+҇rx"s ~A7(?}+&h;aoZw$P~y]-˔iZԝ]{GHchkRJr(@Y%1@e4T*zIo/84}5=K̹,N$3"LB ^)<']U/ʹs%6BTEG켾MSfElT-|ˮ^D+M'9eB/jP$UoOf<{B޾ mA@dHÒgS[s(;:QvJ<:?誨dN8*p>@<'w>B `~2Ѫ+سr@ZPVVd!tO, 5"iE%O>,_[Pfrm~}s¿pAE7yglbB " PY&j׏CM} F=?& S9-T-81eJ CC|+z[VVX= :+mKZo.hA}W<XBޜ3k8i9[OP"!H_5Ek{tC:l hJz|<*IOiɩ H&0'NZ3`G);=iR;治7iG V ud&7u(uL[Z{cE#n|YAQr&꺋bX+.6qA0 RΧmۍ$0D}b@ U~4{{#7٤^ث(.MYx{iJS+,<8.ƀt$>R}ġ΄6zOzm[5:kW?Laxa Չ2%eѵpH{39kLw5Y2 T0Igo!zkPdSG#%hu1= $ yʔjȰa5SR*}:(yzP#3f+@.N+vM~z\/5NR߯n;C ͵/tq$Q1_.=B>ɧ vfg;%@uX1F6CM^H$ƿTWQ~VzuC\\[T1ЋڪaGpa20ՇD}8P&d*dW i<R{KApB”|-O'/TÁ{=p |eRCԵyy7g:G% 4wlhLR J0׊M a(k6!lXU U124>L&:D)K@h:i:9<_`<)&3?JU7Qni6JIq*f ,L'aK9q]xG;A^oVR +ÙGDب >VUL4RC܃ ZP@"FOjP$1bD߼'Kh)}a%oTo;K(|PQIa;1z^m~nKNJ`wlZºA so+-CX!A3l$l9F*0 d5‚,Zܓ+a{z4[& _W `R 7gr5A:#KoF+Od8jjZ7ٍ[ +XEm&*`iG^ >\`9PyDfh` S/$E#YHiB/t_4B sVIl. d8\&7;YM}sv"Ppddk!qAz.ToP^$ ))\-qKk}Z-}PN;ZO=At<ǧnJL49c^'$0=i4{nE uĤ`L|u,ƛHB,,Zډ^VӕNSyG{KƏlKKWKJ~!gG.aDv\Lrh\YeP[>ڦYpKTVN7 U=]TMSb @68gduЕ VxGJ0T>$N(VQP0W茱1r;PҀ%u̬ȰЫt<(hK9=s'/)c!(𬽒h tQPx""UB5p #rݲH$`34si(1ԻgTWhd5aՑDJ; 3g +>W ʋӑj"aN߀.s]p* `Qek n㐁ΕpSrw{hKN4HeҌR4#SqPOUp&.PJs,m{A@sJܜWέEgZ"G829g.8wܢ7`s%ku^]fA|`duuJ?܃" U %nhF"|^,[ҫy,& ˶N zOwX%z($Lk?;;PDu P1gڂݜQTkiY)j3=wQ:_zwcte@d cGΎ_ Aw j g*&+ZgWq̙}+*ֱJSqA(w~lMߋv}%Nht!l TL'o̿aky* %c#S= }i,߂M|C\Gd&V) Qѓ|5h",%uiZEFUlFxD,ۊ> ,VZ'v͌n%\gHD61+^vzyӦ KЍΓ֫WÙVVxl~%)l=B+Kq'ub-1XA0^E8l/ö,ivٔ^MTk2{QVQªۯ>sz wy+j.SaEL )fI#],Z[r#͌P9#}dBdG^=AG)œG49ߛ傉J'U}T&ה(rMS21P1W +e1K++t?0 ^U-pxJ/D[A>|Q0mCC(rFR q2~F7y%dC+N 䪑0{_ԇDSlJ`S]W-l_*~p^B[lCO~J YZ