Commit graph

6 commits

Author SHA1 Message Date
Cameron Fischer
28416405f7 Merge branch 'master' into recurse-exception 2026-01-07 15:12:01 -05:00
Mario Pietsch
fbeb8cddc8
Remove function wrappers from core/modules (#9028) 2025-04-14 18:29:08 +01:00
Cameron Fischer
e932b09016
More robust infinite recursion handling with custom exception (#7882)
* Introduced preliminary idea for infinite recurse exception

* Better handling of infinite recursion

But it could be better still...

* the TransclusionError is a proper error

Moved the magic number to be on the error's class. Not sure if that's
a great idea.

* Fixed minor minor issue that came up in conflict

The minor fix to the jasmine regexp that escaped a '+' somehow
broke some random test.
2024-05-25 10:56:19 +01:00
Cameron Fischer
19a39f231c the TransclusionError is a proper error
Moved the magic number to be on the error's class. Not sure if that's
a great idea.
2023-12-11 22:14:24 -05:00
Cameron Fischer
777176d7ec Better handling of infinite recursion
But it could be better still...
2023-12-11 21:55:03 -05:00
Cameron Fischer
bc89805368 Introduced preliminary idea for infinite recurse exception 2023-12-10 23:08:02 -05:00