Thread overview
[Issue 13703] "Error 16: Index Range" reported incorrectly on windows
Nov 09, 2014
nick
Nov 09, 2014
nick
Nov 22, 2014
nick
Nov 22, 2014
nick
Nov 27, 2014
nick
Jul 01, 2017
Vladimir Panteleev
November 09, 2014
https://issues.dlang.org/show_bug.cgi?id=13703

nick <nicolas.jinchereau@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nicolas.jinchereau@gmail.co
                   |                            |m

--- Comment #1 from nick <nicolas.jinchereau@gmail.com> ---
Forgot the specs:

Xamarin Studio, DMD2, x86, on both sides

MacOSX Mavericks
Windows 8.1

--
November 09, 2014
https://issues.dlang.org/show_bug.cgi?id=13703

nick <nicolas.jinchereau@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|nicolas.jinchereau@gmail.co |
                   |m                           |

--
November 22, 2014
https://issues.dlang.org/show_bug.cgi?id=13703

nick <nicolas.jinchereau@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|DMD                         |Optlink

--
November 22, 2014
https://issues.dlang.org/show_bug.cgi?id=13703

--- Comment #2 from nick <nicolas.jinchereau@gmail.com> ---
After further testing, I found that commenting out all occurrences of the following line in 'reflection.d' of the cited project allows the code to compile:

// _parent = parent;

'parent' is passed from parent to child through a constructor while a hierarchy of objects is created at compile time.

--
November 27, 2014
https://issues.dlang.org/show_bug.cgi?id=13703

--- Comment #3 from nick <nicolas.jinchereau@gmail.com> ---
code was updated with workarounds, and the bug is gone.

The last broken commit: https://github.com/bitwise-github/D-Reflection/tree/593993af078d3b3758909cb070c98d0aaf9440bd

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

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|Optlink                     |tools

--
July 01, 2017
https://issues.dlang.org/show_bug.cgi?id=13703

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dlang-bugzilla@thecybershad
                   |                            |ow.net
         Resolution|---                         |INVALID

--- Comment #4 from Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> ---
All links are dead, no test case, closing.

bitwise, if you are reading this and can still reproduce the bug, please create an archive with all source files and build script(s), attach it here, and reopen.

--