-
Notifications
You must be signed in to change notification settings - Fork 82
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
bufferedByLine does not work with File due to @safe <> @system conflict #282
Comments
Thanks for the report. Yes, far as I can tell it you are using it correctly. When I compile your main I do not see this bug. (I'm calling dmd and ldc directly.) Looking at the phobos library, this looks like a difference between I should probably remove the |
Hopefully PR #283 addresses this case. |
@tastyminerals - A new release ( I'm closing this for now. When you get a chance I'm hoping you can test in your environment and report if it worked or not. If it didn't work, reopen this issue or a new issue as appropriate. Thanks again for the report. |
This is the first time I am using tsv-utils. I am trying to compile the following chunk of code:
and get the following exception:
Am I using it correctly?
The text was updated successfully, but these errors were encountered: