dlang-community / Pegged

A Parsing Expression Grammar (PEG) module, using the D programming language.
533 stars 66 forks source link

Prevent slicing beyond bounds. #334

Closed veelo closed 1 year ago

veelo commented 1 year ago

Apply same fix as in #325.

Fixes #333 ArraySliceError.

ethindp commented 1 year ago

@veelo Has a problem occurred? Or is Dub just slow? The version is still 0.4.8 on dub (but maybe Dub just takes a while to update).

veelo commented 1 year ago

Yes it is slow :-( I am not the package owner, otherwise I could have forced an update.

If you are in a hurry, you can make a local clone and configure Dub to use that instead of searching the registry.