gtm-atom-plugin
gtm-atom-plugin copied to clipboard
Tracked filenames are corrupted
Hi, I'm using this plugin on macOS 10.13.6 with gtm
v1.3.5 installed from Homebrew tap.
After some hours of work on repo with initialised time tracking I noticed that gtm status
show corrupted filenames - they looks like one file name was melded into another one:
λ gtm status
55m 18s 26% [r] src/assets/coffee/app.coffee
44m 34s 21% [r] Terminal
23m 13s 11% [r] src/coffee/server.coffee
16m 44s 8% [r] src/coffee/modules/status.coffee
14m 35s 7% [r] src/templates/index.slm
14m 26s 7% [r] src/templates/partials/status.slm
13m 57s 7% [r] src/coffee/modules/index.coffee
7m 0s 3% [r] src/templates/partials/in-progress.slm
4m 4s 2% [r] assets/javascripts/app.js
3m 0s 1% [d] assets/javascripts/app.jsfee <======= This one is corrupted
3m 0s 1% [r] package.json
2m 55s 1% [r] src/coffee/modules/in-progress.coffee
2m 37s 1% [r] Makefile
2m 30s 1% [d] src/templates/index.slmoffee <======= This one too
2m 11s 1% [r] src/coffee/modules/404.coffee
1m 30s 1% [r] lib/server.js
40s 0% [r] index.js
30s 0% [d] index.jsee/modules/index.coffee <======= And this
21s 0% [r] .tern-project
20s 0% [d] index.jsee/server.coffee <======= And this
20s 0% [d] package.jsonerver.coffee <======= And this
15s 0% [d] src/coffee/modules/404.coffee.slm <======= And this
λ grep -iR 'jsfee' .gtm
.gtm/1578393165.event:assets/javascripts/app.jsfee
I'm not sure if this is a bug in Atom plugin or gtm
itself, so I'll try 1.4.0-beta and report back.
Upgrading to 1.4.0-beta didn't help at all. Probably it's an issue with gtm-atom-plugin
.