You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eg: AbsoluteFile"foo" compiles, no checks done; and the fact that we have code like this proves the implicit contract is violated and not useful
procprependCurDir*(f: AbsoluteFile): AbsoluteFile=whendefined(unix):
if os.isAbsolute(f.string): result= f
else: result=AbsoluteFile("./"& f.string)
else:
result= f
(see also: nim-lang/RFCs#71)
eg: AbsoluteFile"foo" compiles, no checks done; and the fact that we have code like this proves the implicit contract is violated and not useful
links
The text was updated successfully, but these errors were encountered: