Errored: OpenSmalltalk/opensmalltalk-vm#1575 (win64_cleanups - b52caab)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Errored: OpenSmalltalk/opensmalltalk-vm#1575 (win64_cleanups - b52caab)

Travis CI
 

OpenSmalltalk

/

opensmalltalk-vm

branch iconwin64_cleanups

arrow to build time
clock icon55 mins and 22 secs

Nicolas Cellier avatarNicolas Cellier

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.

Want to know about upcoming build environment updates?

Would you like to stay up-to-date with the upcoming Travis CI build environment updates? We set up a mailing list for you!

SIGN UP HERE
book icon

Documentation about Travis CI

<script type="application/ld+json"> { "@context": "http://schema.org", "@type": "EmailMessage", "action": { "@type": "ViewAction", "url": "https://travis-ci.org/OpenSmalltalk/opensmalltalk-vm/builds/472692869?utm_medium=notification&amp;utm_source=email", "name": "View Build" }, "description": "View Build #1575 on Travis CI" } </script>