-
-
Notifications
You must be signed in to change notification settings - Fork 114
Closed
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedos: windowsSpecific to Windows operating systemSpecific to Windows operating systemtopic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
As reported on arduino/Arduino#7902 , if a core has many build flags the cached core filename ends up being too long (more than 255 characters).
Two possible solutions:
- adding an index file (containing all the needed information) (0% chance of clashing filenames)
- hashing the actual filename (with sha256 for example) and using the hash as filename (very low chance of name clashing)
Metadata
Metadata
Assignees
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedos: windowsSpecific to Windows operating systemSpecific to Windows operating systemtopic: codeRelated to content of the project itselfRelated to content of the project itselftype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project