[squeak-dev] The Inbox: Regex-Core-ct.64.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Aug 23 16:46:51 UTC 2021


A new version of Regex-Core was added to project The Inbox:
http://source.squeak.org/inbox/Regex-Core-ct.64.mcz

==================== Summary ====================

Name: Regex-Core-ct.64
Author: ct
Time: 23 August 2021, 6:46:46.394768 pm
UUID: 93665ded-01f6-df43-b3e2-dd84aac6a02f
Ancestors: Regex-Core-ct.63

Fixes #testNoCapturingOfLookarounds (Regex-Tests-Core-ct.20). Indeed based on Regex-Core-ct.63.

=============== Diff against Regex-Core-ct.63 ===============

Item was changed:
  ----- Method: RxsLookaround>>initializePiece:forward:positive: (in category 'initialize-release') -----
  initializePiece: anRsxPiece forward: forwardBoolean positive: positiveBoolean
  
  	piece := anRsxPiece.
+ 	piece beNonCapturing.
  	forward := forwardBoolean.
  	positive := positiveBoolean.!



More information about the Squeak-dev mailing list