[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] b51020: Fix slip, sqImageName parameter should be used, no...

GitHub noreply at github.com
Wed Jul 27 17:11:31 UTC 2016


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: b5102062916cb8bfcfd16503b9e83495651f28be
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/b5102062916cb8bfcfd16503b9e83495651f28be
  Author: Nicolas Cellier <nicolas.cellier at sirehna.com>
  Date:   2016-07-27 (Wed, 27 Jul 2016)

  Changed paths:
    M platforms/win32/vm/sqWin32Window.c

  Log Message:
  -----------
  Fix slip, sqImageName parameter should be used, not the global state imageName

It originated in https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/82d1c33a1c5756b0a76bd37539d15a4824368d59


  Commit: dd2694579a3d41f98fbc82974248c1f26513eac3
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/dd2694579a3d41f98fbc82974248c1f26513eac3
  Author: Nicolas Cellier <nicolas.cellier at sirehna.com>
  Date:   2016-07-27 (Wed, 27 Jul 2016)

  Changed paths:
    M platforms/win32/vm/sqWin32Window.c

  Log Message:
  -----------
  Fix slip in CreateWindowExW can't pass an atom (WORD) as a wide string pointer (LPWCSTR)

This originated at https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/cd6708a3b8c50ee686e4448239376da6a716e6c6 where the fix was commented


  Commit: 5fd75a4e046d7e7bf695d4755f38c9a73727b82f
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/5fd75a4e046d7e7bf695d4755f38c9a73727b82f
  Author: Nicolas Cellier <nicolas.cellier at sirehna.com>
  Date:   2016-07-27 (Wed, 27 Jul 2016)

  Changed paths:
    M platforms/win32/vm/sqWin32Directory.c
    M platforms/win32/vm/sqWin32DnsInfo.c
    M platforms/win32/vm/sqWin32Main.c
    M platforms/win32/vm/sqWin32PluginSupport.c
    M platforms/win32/vm/sqWin32Window.c

  Log Message:
  -----------
  Remove some false positive warnings in platform/win32

These changes have no value per se, but since we track bugs in this part, it's better to not have our intention drove out of track


Compare: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/c67b3f7a6319...5fd75a4e046d


More information about the Vm-dev mailing list