stormshield-guillaumed

Results 7 issues of stormshield-guillaumed

### Describe The Bug Unlike what is written [here](https://github.com/sagiegurari/cargo-make#note-about-ordering) in the README, variable evaluation doesn't seem to be reordered with profiles. ### To Reproduce Assuming you have `cargo-make 0.37.4` installed,...

investigation

### Describe the bug I get a compilation error when trying to build for Linux ARM64 on the `linux-build-xcomp:22.04` docker image while building for Linux x86_64 works. I'm trying to...

Area: Build
OS: Ubuntu
external

From the `RelativePathBuf::push` documentation : ```md Extends `self` with `path`. If `path` is absolute, it replaces the current path. ``` When I run this code : ```rust let mut path...

bug
documentation

There is a recent [Web API](https://developer.mozilla.org/en-US/docs/Web/API/File_System_Access_API) providing access to a file system private to the origin of the page. This could be useful for a cross platform application targeting desktop...

good first issue

### Summary The lint should trigger in presence of an `exit` call except when the call is in the `main` function. The lint works fine unless you include the test...

C-bug
I-false-positive

This PR does not change the output, I checked it by running the CI on my branch. It would be great to minimize the use of external dependencies which are...