Opened 6 years ago

Last modified 6 years ago

#1461 closed defect

file access test fails on windows with PLATFORM=mingw — at Initial Version

Reported by: Kooda Owned by:
Priority: major Milestone: 5.0
Component: core libraries Version: 5.0.0
Keywords: Cc:
Estimated difficulty:

Description

Error: assertion failed: (file-exists? /)

        Call history:

        <syntax>          (##sys#error "assertion failed" (##core#quote (not (directory-exists? ""))))
        <syntax>          (##core#quote (not (directory-exists? "")))
        <syntax>          (not (directory-exists? ""))
        <syntax>          (directory-exists? "")
        <eval>    (not (directory-exists? ""))
        <eval>    (directory-exists? "")
        <syntax>          (assert (file-exists? /))
        <syntax>          (##core#let ((tmp293 (file-exists? /))) (##core#if (##core#check tmp293) tmp293 (##sys#error "assert...
        <syntax>          (##core#begin (##core#if (##core#check tmp293) tmp293 (##sys#error "assertion failed" (##core#quote ...
        <syntax>          (##core#if (##core#check tmp293) tmp293 (##sys#error "assertion failed" (##core#quote (file-exists? ...
        <syntax>          (##core#check tmp293)
        <syntax>          (##sys#error "assertion failed" (##core#quote (file-exists? /)))
        <syntax>          (##core#quote (file-exists? /))
        <syntax>          (file-exists? /)
        <eval>    (file-exists? /)
        <eval>    (##sys#error "assertion failed" (##core#quote (file-exists? /)))      <--

Change History (0)

Note: See TracTickets for help on using tickets.