[Vm-dev] Errored: OpenSmalltalk/opensmalltalk-vm#1575 (win64_cleanups - b52caab)

Travis CI builds at travis-ci.org
Thu Dec 27 16:47:08 UTC 2018


Build Update for OpenSmalltalk/opensmalltalk-vm
-------------------------------------

Build: #1575
Status: Errored

Duration: 55 mins and 22 secs
Commit: b52caab (win64_cleanups)
Author: Nicolas Cellier
Message: Fix sqWin32Security.c UNICODE problems

We cannot pass a TCHAR * to a function expecting a WCHAR *, or the compiler logically barks.
`isAccessiblePathName` takes a WCHAR * parameter
`fromSqueak` answers a TCHAR *, which is currently a char * (because UNICODE is undefined).

We want to be able to query internationalized path name, then the best (portable) thing to do is stick to UTF-8.
We thus now interpret the pathName/fileName as UTF8-encoded in the authorization query primitives.

NOTE: no effort is attempted to handle long path names here.

View the changeset: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/67980fcf8646...b52caab76f7f

View the full build log and details: https://travis-ci.org/OpenSmalltalk/opensmalltalk-vm/builds/472692869?utm_medium=notification&utm_source=email

--

You can unsubscribe from build emails from the OpenSmalltalk/opensmalltalk-vm repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=8795279&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20181227/ba5185ae/attachment.html>


More information about the Vm-dev mailing list