mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 23:36:00 +02:00
Fixed some comptime dependency rebuilding issues with aliases/extensions
This commit is contained in:
parent
1cd198cea9
commit
434a7406de
22 changed files with 394 additions and 86 deletions
15
IDE/Tests/BugW009/scripts/Test.txt
Normal file
15
IDE/Tests/BugW009/scripts/Test.txt
Normal file
|
@ -0,0 +1,15 @@
|
|||
# This tests that comptime alias changes rebuild dependent types
|
||||
|
||||
ShowFile("src/Program.bf")
|
||||
GotoText("//End")
|
||||
ToggleBreakpoint()
|
||||
RunWithCompiling()
|
||||
AssertEvalEquals("val", "1")
|
||||
StopRunning()
|
||||
|
||||
ShowFile("src/Gen.bf")
|
||||
ToggleCommentAt("ClassA")
|
||||
ToggleCommentAt("ClassB")
|
||||
RunWithCompiling()
|
||||
AssertEvalEquals("val", "2")
|
||||
StopRunning()
|
Loading…
Add table
Add a link
Reference in a new issue