ruby2.5-rubygem-sexp_processor-testsuite-4.10.0-1.27 >  A [ WLp9|c 5fϏeO"R"V֋<4J$)=ϐE47#a&c[ 9yAݻöZh/Ř֊T 6:5'琒VK݃^,ޒa۞궥rZ\u3/QLC~yáwX23Jy67`3 *krc>CrlIPr_;emT;bUDê鵛fB3(h୓Q=[]'?4ac25ca3367bc9374071c962ac2834348f40f66713bbff505a281f5b4aa3d1f4f1ea3f41275ff03ed7ad4ae3b06bf81e7d4e564f3SЉ[ WLp9|t5PnC3mfRS$)>6t3G"U/ކ>L=iEfpdXH)m&pƟVaO\]ߑE0~Tcl %k&mW:v\ Q;=ÚfX*J={ۃ]*k%rs`>xT5 apyF7nvgfR0×x0xv? ̓$cش=ʪ)[PrSԷ6ԞRɈɸ>p;(?(d+2 7 U  7=H\ f p   t(188 9 : F$G%H%$I%8X%@Y%H\%`]%t^%b&Ec&d'Re'Wf'Zl'\u'pv'z''''(Cruby2.5-rubygem-sexp_processor-testsuite4.10.01.27Test suite for sexp_processorTest::Unit or RSpec files, useful for developers.[ WAibs-arm-1ńSUSE Linux Enterprise 15SUSE LLC MIThttps://www.suse.com/Development/Languages/Rubyhttps://github.com/seattlerb/sexp_processorlinuxaarch643#A[ W=[ W=[ W=[ W=[ W=8487a8138cd40a186a16fbb6c0bd8c67bb7171101bcbe38fb83f0f0f1aa6aad0cb48bf47c1cfe158de8732013420de452df613343b0d5314a7c092f9e9ad390d466b7360f5c372bfbf82aed5254091b0b3a40ca65d3d8c3f62d82a2171bc388686fda37b42cd65ede8d7626a212730664ec91747d8d0bd78480cb73b815427f0rootrootrootrootrootrootrootrootrootrootrubygem-sexp_processor-4.10.0-1.27.src.rpmruby2.5-rubygem-sexp_processor-testsuiteruby2.5-rubygem-sexp_processor-testsuite(aarch-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 buildibs-arm-1 15273388174.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_processorcpioxz5aarch64-suse-linuxdirectoryRuby script, ASCII text-?b<21iJputf-819d49d6644801c4614e86bc97d7c660b622d1735dede2e8480577aa641623730?P7zXZ !t/ɷ'] crt:bLL %[")ÐK+5_RB[GA)YcbCw,v|k܌Cܻ%܃5]LV[f΋VVK^zqBa<?8Ȳ>opQٯR\eL LnWX͠GNc\CW5 弳Hr${*g^|ȩv0BhW?SPCL1! ^prP1Lyi6kZ]]&ܷ(%elې]ܫn6JK'bY0\ooĊ&=\f5P~E ic^ph)欨n]܁ xK"*9pQ, ) !25O?EMm0_NTd RtbL6M#q>'P5M~)=\͓"7rF!7f~+sz\mp=GWOY( =ˑ}Xӱ"o;E'?u Lv.cSNR] EIOm !"T5B~G=,yjSŠ!H#z{ 6~rpU)i]R["d ̌s(9jjs1,(NSf#W*qFbOX}›QflK#Gvm}v%b9P%&woU#9` H:v\0쪢{{k$I2Џ]g0Jhݶ`X"{0Lt X7)Ȼ<.EkӍ/߲]vOx5‹yb{#[TeB>5ӳl\yoSG4D!ɲcY*h|?4_pa&a܌ԯZ)n=h]'$F'k`N&ov\|"ʭf%Y8 Rb46pv(ȷf %iJ%6LBT'H"9RA>Rg=',id_'a@H"E>$ ]I qKJ#G{!-o~Χ ԾP q>^,#5C[1gs2hTI3d =p,ſ 3ɿ_wu&00iFdID,<` q5]R(;5{gej^׹A2S49 0h8ᯱ]沭@6j 8E<X䷓yk"ki 2᤻ٯx2Of1xաCym͡GY;ڄ L&s@`g~AJŧ~ֿ7$Zen N6^)jV2 ӼEK 6R`=K_gd)} (׼]|.oe}͢>+ikhi fS:^*MPd3Wɣ, OQwQ䛃SpoHnj1TBpO5) ^TF'H6 H%3%n½z"BlM@SU.^ eK_D YH70nAgEٍ--ܧd #"IلCДq^(}C;=\J+[jl)b fY7K~̒ PC"D~\:4Ji}EvV18+m=!RLDOBt+OTީxT) Ш&CmB}#X$}wHFu&ۋj}rMM3k)7Y PRuE&, Vl&H vJ~_s#x H]Z;ԫGXҠ\CPn7Tg@d5Q^&q>p.~dmʡN:IÃlA@*:Clٍj".䋌lLjnEP$("J 3ߐ͌{ -mQLy̴ >ж,?/6HڮCu23tM,P$Z> uM5l+vTBf)sdI4Aݿg-Xbm+qĨ+v"pV"G#+0F'8ν?2m, E`&Cvd)LwS`0jvjԚH ?1R մ371:{3&j3Y!v'De nR NY(`mUcx)#P^P+6Ub_mcO0YE4Q~t9oһaq r㩦gVcD &i_0l4IZ|6>(j86 [ pf{,5ҿ`2@1ʷHgC\(Y, xs(Ffh _  r r iHJ6AK6bSWFmxuvT7(c|\xMZ-jvx'>™?g :`-^0':yB9"9TbIau^u/q BJ+zG.¯j|Y",ߒ(n&ZSj#1E61 %0h:2.H!s.Ḩ#)̸.!ùCm(C+F&1߀~fP `M#TnORvݛۨ; 0!I3EΔUs{ w1{xHsMzےSM",r%A؏T$sͅ+ldYkz  K]}d\3)^Dpˤ)0fS52k' FsҢần ՅA,H{Hh<"+Sr#joo\UMS5p ߏ\WLWDCD2S\U_u_ѢC ᱦ2 $&hx )\Uu>u׎{zLMtD9Yvta!/F32$ae &n3XGgo6 3aRztWL#ď9OT-9/W Wq.ȴ[n!f5Xai9/ID#\]߈GICB?8X kdjY9%Ԫ!c Ϙiy`c> !rn%} &Y 0*sҀW$ S淶7y:ڦGwBPT!o#Q.\ӤKu }h ZA.#cI N'N'v] ,h *2Ed)6Wغ I8sagFSQ+-Ơn,ma;qBSYƂ<0'+hא} /D.Xs ֧RqZHR&"D4=A$ zZ `cn凍"sZI54>Ʋ7[۞Tֱ~>R #FF۲Xý&R!4|BiD, 谹],d\?P+jkb3 m8JC="G( 9 /8~l\p$xqڶ62蒜iiPNktV\_@H{li6n'*XI+JܚF\wV/V 16sf'Qwgw cwk¡aRC-*{ 48W7A|2IJHQC&,#dSBr'|@ET_ħDLisDP8$ i|_6t\L$vۍRXn gt60%%G o[Ԣ KnPSz:'H_^2 p9!RtiebeZua+Gq^e_K 3):ށAH*Hس+@Ǐ8lwJ!E[V3~LbKzN7NxF?GO-b+h-XΈs\HAJb,  8 wr?ڶ;W~yO0IQnHU_!@"Fr G%e_;ϲi6n ΤhPȣ邪2rXlz0ͽf:[a!_fͦE!K1_ 5\df‹ʤV*843Wq6Jv5qjzs^ aSQt`œ.~UPj`;5FSbp^  iMV"7|C stbyA*ӧTos4oj26B#UBHE!e2AAjn e1c䥑y)Mg6|vIL2/7z}&=/%%jt?_~}͗X9qC#$YKCgNh_ޢ"ƲRES; o}Yr܌ǴZssRFE~'A 6T2g::J3pI<@ k7.\%QCd&G*/]Ks?Mq0cQ0r[hULd5$m\(oۓ#Z雹vL4os&ٚ@dY0ޱaU,)/VY%)~Yeɨ뙱ng˹j4ڏvU3FF&Go{ɘ5 J)Sxk^[vPK)\dC;kBL:?Ւ$aD:,2gb 8Nt g:(/j)%Q=9*^=eR'&oݥU%sw_"}&C``wDd ޏy=N#ʝxO6P7"J: zC䳲DMPOfzc'6Eec땍LT%r AjےܶB3B w3q\!v)PT~&] F{W_eYS0Ϋ|cF/B>mrLP r~;Fz%˩ng6'kR2S u1~%`b; YfK%BImkY9JӜ7芹l܃w;[k[4hp8vM¿bCssFqV?wwyN)y<ɽ#j(H@J795j%QC*tI5BMiv;=)+2AC>чkzRF`إoOkpV4ޖff:Dߦ*;ޓ@*hxovuIi(O)Wѻ q1mlW-g";Xn4JBS`saT+%iGt@+ &fh}$%O;M2{K쭦XA xŏG69vY3cPjڣlD|\Xө6tg_R7! :852_2irj j"Ґ6!ܡ/~Jh6܂n4 GX.|YrusP톉_| GH Um9W55]jpVŇז(ҡH?6vx|l{hC6ڻQ'k.~uGے}ܺ\VHVؙV  q_Lwm{lRH0w6ƃG j}s|l&m.& J)2ь=1T[4Y1!脭V͉#})@=sQꓩ$-h y7D ˎEiM _a!Un^0IOKCb!7Cr28B~ *wI-7a-5eרHQ4 +mڭKa}&jYitwomBjϛ/R8{Ԛ{,F ׶js!J,L8e3N[`2?=lcU k'-bGBo ̹#]vYxc=$FM63Du=n@}BBz3CHgPMeU9rheКZK12eHܤW[,$$K=ۻ1/W)B_Ocv眶 YZ