Jump to page: 1 2
Thread overview
[Issue 17275] [REG 2.072.0] AssertError@declaration.d(2121): Assertion failure
Mar 25, 2017
Iain Buclaw
Mar 25, 2017
ag0aep6g@gmail.com
Apr 12, 2017
Walter Bright
Apr 20, 2017
Iain Buclaw
May 30, 2017
Walter Bright
Jun 09, 2017
Walter Bright
March 25, 2017
https://issues.dlang.org/show_bug.cgi?id=17275

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@gdcproject.org
           Hardware|x86_64                      |All
                 OS|Linux                       |All

--
March 25, 2017
https://issues.dlang.org/show_bug.cgi?id=17275

ag0aep6g@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice
                 CC|                            |ag0aep6g@gmail.com

--
April 12, 2017
https://issues.dlang.org/show_bug.cgi?id=17275

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/dlang/dmd/pull/6690

--
April 12, 2017
https://issues.dlang.org/show_bug.cgi?id=17275

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/3a24d037f5d38bd7e751636e5a3adb73211c966e fix Issue 17275 - [REG 2.072.0] AssertError@declaration.d(2121): Assertion failure

https://github.com/dlang/dmd/commit/15b3ee1603b7dcc0317ba63c54f77ee9718f90e4 Merge pull request #6690 from WalterBright/fix17275

fix Issue 17275 - [REG 2.072.0] AssertError@declaration.d(2121): Asse…

--
April 12, 2017
https://issues.dlang.org/show_bug.cgi?id=17275

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
April 20, 2017
https://issues.dlang.org/show_bug.cgi?id=17275

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #3 from Iain Buclaw <ibuclaw@gdcproject.org> ---
This is not fixed.

---
$ ./src/dmd test/fail_compilation/fail17275.d
test/fail_compilation/fail17275.d(5): Error: undefined identifier
'ModuleGroup', did you mean function 'moduleGroup'?
test/fail_compilation/fail17275.d(5): Error: inout on return means inout must
be on a parameter as well for inout(ModuleGroup)()
core.exception.AssertError@ddmd/argtypes.d(201): Assertion failure
----------------
??:? _d_assert [0x72bdb4]
??:? void ddmd.argtypes.__assert(int) [0x510ff2]
??:? Type* toArgTypes::ToArgTypes::argtypemerge(Type*, Type*, unsigned int)
[0x5106ce]
??:? void toArgTypes::ToArgTypes::visit(TypeStruct*) [0x510dae]
??:? void TypeStruct::accept(Visitor*) [0x5f3830]
??:? TypeTuple* toArgTypes(Type*) [0x5102b9]
??:? void StructDeclaration::finalizeSize() [0x56b414]
??:? bool AggregateDeclaration::determineSize(Loc) [0x50e659]
??:? void AggregateDeclaration::semantic2(Scope*) [0x50dff5]
??:? void Module::semantic2(Scope*) [0x56067d]
??:? int ddmd.mars.tryMain(ulong, const(char)**) [0x5dfa4b]
??:? _Dmain [0x5e09b2]
??:? _D2rt6dmain211_d_run_mainUiPPaPUAAaZiZ6runAllMFZ9__lambda1MFZv [0x72dc5b]
??:? void rt.dmain2._d_run_main(int, char**, extern (C) int
function(char[][])*).tryExec(scope void delegate()) [0x72db87]
??:? void rt.dmain2._d_run_main(int, char**, extern (C) int
function(char[][])*).runAll() [0x72dc00]
??:? void rt.dmain2._d_run_main(int, char**, extern (C) int
function(char[][])*).tryExec(scope void delegate()) [0x72db87]
??:? _d_run_main [0x72daeb]
??:? main [0x5e1153]
??:? __libc_start_main [0xb2a6282f]

--
May 30, 2017
https://issues.dlang.org/show_bug.cgi?id=17275

--- Comment #4 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/dlang/dmd/pull/6845

--
June 09, 2017
https://issues.dlang.org/show_bug.cgi?id=17275

--- Comment #5 from Walter Bright <bugzilla@digitalmars.com> ---
https://github.com/dlang/dmd/pull/6875

--
June 11, 2017
https://issues.dlang.org/show_bug.cgi?id=17275

--- Comment #6 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/d46fcde6214ab49cefc0c3ed2e24059f356dd429 fix Issue 17275 - [REG 2.072.0] AssertError@declaration.d(2121): Assertion failure

https://github.com/dlang/dmd/commit/cb61805ebf04b7e27e18ca5ad98fae39d8a9a2f6 Merge pull request #6875 from WalterBright/fix17275-2

fix Issue 17275 - [REG 2.072.0] AssertError@declaration.d(2121): Asse… merged-on-behalf-of: Walter Bright <WalterBright@users.noreply.github.com>

--
June 11, 2017
https://issues.dlang.org/show_bug.cgi?id=17275

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--
« First   ‹ Prev
1 2