Fix #22813 - Removing __monitor from Object leads to errors#22817
Fix #22813 - Removing __monitor from Object leads to errors#22817dkorpel merged 3 commits intodlang:masterfrom
Conversation
|
Thanks for your pull request and interest in making D better, @dkorpel! We are looking forward to reviewing it, and you should be hearing from a maintainer soon.
Please see CONTRIBUTING.md for more information. If you have addressed all reviews or aren't sure how to proceed, don't hesitate to ping us with a simple comment. Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog.
|
|
LDC does not. |
4264f07 to
ad18595
Compare
|
Need to update // REQUIRED_ARGS: -c
// PERMUTE_ARGS:
module object;
class Object { }
class TypeInfo { }
class TypeInfo_Class : TypeInfo
{
version(D_LP64) { ubyte[136+24] _x; } else { ubyte[68+20] _x; }
}
class Throwable { }
int _d_run_main()
{
try { } catch(Throwable e) { return 1; }
return 0;
}(why that compilable test defines Looking good! |
|
Ping. Fixed the test, is this good to go now? |
|
Yes, thanks |
Closes #22813
Need to check whether LDC and GDC use target.classinfosize