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

replace extendio.i18n with li18ngo #226

Open
Tracked by #216
plastikfan opened this issue Oct 9, 2024 · 1 comment
Open
Tracked by #216

replace extendio.i18n with li18ngo #226

plastikfan opened this issue Oct 9, 2024 · 1 comment
Assignees
Labels
refactor Refactor code

Comments

@plastikfan
Copy link
Contributor

No description provided.

@plastikfan
Copy link
Contributor Author

at this point, with the changes in config to be in line with other projects like traverse now make ci build fail in the same way as it does locally due to an issue in avfs which is an indirect dependency via extendio's reliance on avfs:

ginkgo run -r -json-report ginkgo.report -coverpkg=./... -coverprofile=coverage.out
Failed to compile cfg:

# github.com/snivilised/pixa/src/app/cfg.test
github.com/avfs/avfs.(*Utils[go.shape.*uint8]).cleanGlobPathWindows: relocation target path/filepath.volumeNameLen not defined
github.com/avfs/avfs.NewPathIterator[go.shape.*uint8]: relocation target path/filepath.volumeNameLen not defined

Failed to compile command:

# github.com/snivilised/pixa/src/app/command.test
github.com/avfs/avfs.(*Utils[go.shape.*uint8]).SplitAbs: relocation target path/filepath.volumeNameLen not defined
github.com/avfs/avfs.(*Utils[go.shape.*uint8]).cleanGlobPathWindows: relocation target path/filepath.volumeNameLen not defined
github.com/avfs/avfs.NewPathIterator[go.shape.*uint8]: relocation target path/filepath.volumeNameLen not defined
github.com/avfs/avfs.(*Utils[*github.com/avfs/avfs/vfs/memfs.MemFS]).VolumeNameLen: relocation target path/filepath.volumeNameLen not defined
github.com/avfs/avfs/vfs/memfs.(*MemFS).VolumeNameLen: relocation target path/filepath.volumeNameLen not defined

Failed to compile proxy:

# github.com/snivilised/pixa/src/app/proxy.test
github.com/avfs/avfs.(*Utils[go.shape.*uint8]).SplitAbs: relocation target path/filepath.volumeNameLen not defined
github.com/avfs/avfs.(*Utils[go.shape.*uint8]).cleanGlobPathWindows: relocation target path/filepath.volumeNameLen not defined
github.com/avfs/avfs.NewPathIterator[go.shape.*uint8]: relocation target path/filepath.volumeNameLen not defined
github.com/avfs/avfs.(*Utils[*github.com/avfs/avfs/vfs/memfs.MemFS]).VolumeNameLen: relocation target path/filepath.volumeNameLen not defined
github.com/avfs/avfs/vfs/memfs.(*MemFS).VolumeNameLen: relocation target path/filepath.volumeNameLen not defined

no composite coverage computed: all suites included programatically focused specs

Ginkgo ran 5 suites in 2m8.318621s

There were failures detected in the following suites:
      cfg ./src/app/cfg [Compilation failure]
  command ./src/app/command [Compilation failure]
    proxy ./src/app/proxy [Compilation failure]

Test Suite Failed

It is at thie point now, we have to remove extendio entirely to get rid of this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Refactor code
Projects
None yet
Development

No branches or pull requests

1 participant