-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Report EDG bugs #1621
Labels
Comments
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This was originally limited to tracking EDG concepts bugs, but is now unlimited.
🆘 Modules (including Header Units)
There are an unknown number of blocking issues for EDG consuming header units and named modules. Currently, EDG coverage is disabled in the header units test, and hasn't been added to the named modules test:
Click to expand env.lst files:
STL/tests/std/tests/P1502R1_standard_library_header_units/env.lst
Lines 18 to 22 in a26f4ad
STL/tests/std/tests/modules_20_matrix.lst
Lines 18 to 20 in a26f4ad
Help wanted: EDG is looking into the issues with header units, but we can accelerate this work by investigating, reducing, and reporting individual issues.
✅ Reported Upstream
<=>
decltype
can't deduce typesingle_view<trivially_copy_assignable_type>
to be trivially copy-assignablecan_three_way<bool, int>
__is_convertible_to
depends on whether the private members can be accessed in the current contextdefault_initializable<const T>
has wrong valuedefault_initializable<AggregatesExplicitDefault>
has wrong value__is_constructible
has wrong valuestd::nullptr_t
has relational operators, but it should notconstexpr
dynamic allocations can't handle an array ofstd::string
in debug modeexplicit
specifier is checked too early in constrained constructornoexcept
with friendshipas_const_view
with error: atomic constraint depends on itselfstd::expected
trying to propagate triviality of assignment operationspromise_type::operator new
forgenerator
machinerystd::is_empty
(__is_empty
) properly for potentially-overlapping member subobjects🎉 Fixed
noexcept
defaulted default constructorfor
loop over lvalueiota_view
is evaluated in a constant expressionconstexpr std::string
in aunion
P0896R4_views_join
still can't be removed, we need to reduce and report againstatic_assert(false)
usablestd::num_get
conversion_for_direct_reference_binding_possible
cpfe.dll!make_coroutine_result_expression
with C++23<generator>
test🪞 C1XX Counterparts
default_initializable<AggregatesExplicitDefault>
has wrong valueThe text was updated successfully, but these errors were encountered: