CyclopsMC / IntegratedDynamics

A Minecraft mod to take full and automated control of your appliances.
http://cyclopsmc.github.io/IntegratedDynamics/
MIT License
126 stars 61 forks source link

Regex Scan causing conflicting display panel results #1378

Closed kirjorjos closed 3 weeks ago

kirjorjos commented 1 month ago

Issue type:


Short description:

image image

Steps to reproduce the problem:

  1. Make 2 string cards in the LP: "(?:.?([^(\s]([^(]?)).?)?" and "test1(test2(test3, test4), test5(test6, test7))"
  2. Make an int 1 card
  3. Use them in the regex scan operator "tab"
  4. Put the result in a display panel and the references in a variable store

Expected behaviour:

The display panel behaves consistently and shows only a check or x, not both


Versions:

Log file:

Nothing mentioned in any logs or server console

rubensworks commented 1 month ago

Thanks for reporting!