Christopher Schnick

Results 33 comments of Christopher Schnick

Did you create the tag and release on the remote repository beforehand? Because I have to do that in order to make the release work. Otherwise it complains about a...

If I try to do it, the GitHub API returns an error complaining about the commit hash being invalid when creating a release. Is jreleaser automatically using the commit hash...

I have the `update` property configured as I create multiple artifacts on different runners, which are then added to the release. This is the error I get with the configuration...

Well that sounds like a good alternative, although I have to look up the upload limits for private repositories as this approach requires all artifacts to be uploaded to GitHub...

The only other things related that is git related about the build process that I can think of is that I use `gitRootSearch=true` as the script is not in the...

One reason it might not work is that the branch names are different. The local repository still uses master, the remote repository uses main. However, when I try to set...

Do you still need the log? I fixed the issue on my end by just renaming the branch

Python bindings finally work, now working on Matlab support

> > > wouldnt it be better to use a single cross-platform build-system like cmake or meson instead ? > > looks like you'll end up maintaining both scons and...

Now that I have adjusted the warning levels, there are several more warnings: ``` 1>C:\Projects\sgpp_dev\winsgpp\base\src\sgpp\base\grid\common\IndexInSubspaceGenerator.hpp(51,23): warning C4834: discarding return value of function with 'nodiscard' attribute 1>C:\Projects\sgpp_dev\winsgpp\base\src\sgpp\base\grid\generation\refinement_strategy\ForwardSelectorRefinement.cpp(147,19): warning C4834: discarding return...