#2538 Does Pod.files() return unwanted files?

SlimerDude Mon 23 May 2016

The docs for Pod.files() states that it returns resource files where:

Resources are any files included in the pod's zip file excluding fcode files.

But I noted that it returns /fcode/*.def files, and presumably any other non .fcode file from the /fcode/ folder.

I would have thought that nobody but Fantom sys cares about file inside /fcode/, so the question is:

Should all files from /fcode/ be filtered out from a call to Pod.files()?

brian Tue 24 May 2016

I fixed that - its really a regression bug from when def files lived in the root of the zip

Login or Signup to reply.