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

Logger busted: relies on nonexistent logger.internal.util.readtext #21

Open
apjanke opened this issue Jan 23, 2021 · 1 comment
Open
Assignees
Labels
bug Something isn't working
Milestone

Comments

@apjanke
Copy link
Member

apjanke commented Jan 23, 2021

$ grep -r readtext *
Mcode/+fancyclip/+internal/+util/readtext.m:function out = readtext(file, encoding)
Mcode/+fancyclip/+logger/globals.m:        val = strtrim(logger.internal.util.readtext(versionFile));
Mcode/+fancyclip/globals.m:        val = strtrim(fancyclip.internal.readtext(versionFile));
dev-kit/fancyclip_build.m:config = jsondecode(fancyclip.internal.util.readtext(cfgFile));
init_project_from_template.m:origTxt = readtext(file);
init_project_from_template.m:function out = readtext(file, encoding)
$
@apjanke apjanke added this to the 0.5.0 milestone Jan 23, 2021
@apjanke apjanke added the bug Something isn't working label Jan 23, 2021
@apjanke apjanke self-assigned this Jan 23, 2021
@apjanke
Copy link
Member Author

apjanke commented Jan 23, 2021

Fixed in 44a4c59, maybe.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant