[Issue 5205] D runtime duplication in zip

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri Nov 12 11:44:11 PST 2010


http://d.puremagic.com/issues/show_bug.cgi?id=5205


Steven Schveighoffer <schveiguy at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|druntime                    |DMD
         AssignedTo|sean at invisibleduck.org      |bugzilla at digitalmars.com


--- Comment #3 from Steven Schveighoffer <schveiguy at yahoo.com> 2010-11-12 11:42:58 PST ---
You are absolutely right.  When looking in svn, those files have been removed. 
It's probably in the way the zipfile is packaged, it's not using a clean
directory structure.

Here is the complete list of d files that should be removed (all in import
directory):
core/sys/windows/windows.d
core/sys/osx/mach/kern_return.d
core/sys/osx/mach/port.d
core/sys/osx/mach/semaphore.d
core/sys/osx/mach/thread_act.d
core/sys/posix/utime.d
core/sys/posix/ucontext.d
core/sys/posix/netinet/tcp.d
core/sys/posix/netinet/in_.d
core/sys/posix/sys/ipc.d
core/sys/posix/sys/shm.d
core/sys/posix/sys/stat.d
core/sys/posix/sys/select.d
core/sys/posix/sys/time.d
core/sys/posix/sys/uio.d
core/sys/posix/sys/wait.d
core/sys/posix/sys/mman.d
core/sys/posix/sys/types.d
core/sys/posix/sys/socket.d
core/sys/posix/poll.d
core/sys/posix/time.d
core/sys/posix/signal.d
core/sys/posix/stdlib.d
core/sys/posix/stdio.d
core/sys/posix/fcntl.d
core/sys/posix/pthread.d
core/sys/posix/dlfcn.d
core/sys/posix/semaphore.d
core/sys/posix/unistd.d
core/sys/posix/inttypes.d
core/sys/posix/arpa/inet.d
core/sys/posix/net/if_.d
core/sys/posix/dirent.d
core/sys/posix/termios.d
core/sys/posix/config.d
core/sys/posix/setjmp.d
core/sys/posix/sched.d
core/sys/posix/pwd.d
core/stdc/stdarg.d
core/stdc/complex.d
core/stdc/limits.d
core/stdc/math.d
core/stdc/errno.d
core/stdc/stdint.d
core/stdc/string.d
core/stdc/time.d
core/stdc/signal.d
core/stdc/stdlib.d
core/stdc/stdio.d
core/stdc/ctype.d
core/stdc/inttypes.d
core/stdc/locale.d
core/stdc/wctype.d
core/stdc/stddef.d
core/stdc/float_.d
core/stdc/config.d
core/stdc/wchar_.d
core/stdc/tgmath.d
core/stdc/fenv.d

Reassigning to Walter so he sees this.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list