Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(v3) The tonel file reader is a bit greedy when reading .st files ... #941

Open
dalehenrich opened this issue Jan 15, 2025 · 0 comments
Open
Assignees
Labels
wontfix This will not be worked on

Comments

@dalehenrich
Copy link
Member

I caught Rowan reading this file:

--- reading class Path / 'bosch1' / 'users' / 'dhenrich' / '_stones' / '37x' / 'f_37x' / 'image' / 'rowan' / 'src' / 'Filein3A' / '.GemStoneParameters.extension.st.swp'

from disk when the contents of that file was stale ... note the leading . and trailing .swp .... fortunately the .swp file contained a copy of the definitions I was trying to get rid of and finally discovered the above line in the logs ...

I don't think that there are any strict rules that the name of file (class part) has to match the definitions in the file ... but I think leading . and any extension following the .st should be ignored ...

The Rowan 3 upgrade step and Jadeite were the canaries in the coal mine for this issue ...

@dalehenrich dalehenrich self-assigned this Jan 15, 2025
@dalehenrich dalehenrich added the wontfix This will not be worked on label Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant