Bernard Normier

Results 200 issues of Bernard Normier

We want to update the generated doc-comments as well as the existing C++ doc-comments to use the triple-slash style.

cpp
documentation
task
slice compiler

Using VS 2022 and Ice Builder for 6.0.3 to build the main ice branch (future 3.8). Starting with: ![image](https://github.com/zeroc-ice/ice-builder-visualstudio/assets/11429151/85865189-6ca0-4a83-bd41-9588f31bad91) (works). If I change it to: ![image](https://github.com/zeroc-ice/ice-builder-visualstudio/assets/11429151/044ddf0e-0689-4155-be47-dba890af2982) the build fails with...

bug

I got the following crash after opening the C# NET Core demos solution: ![image](https://user-images.githubusercontent.com/11429151/65183500-9b950c80-da31-11e9-9a86-f8f7da91c076.png) That's with VS2017 15.9.6 and Ice Builder 6.0.0.

If your C++ project uses a precompiled header, your best choice today is to add the rather obscure option [`--add-header `](https://doc.zeroc.com/ice/3.7/language-mappings/c++11-mapping/slice2cpp-command-line-options) in the `Additional Options` of your Slice compilation. With...

enhancement
cpp

The builder for gradle has too many properties, and this makes it harder to document and understand. We should simplify it, and remove support for the now deprecated Freeze service....

Hi there! We've used an internally developed gradle plugin that leverages the ice-ant task for a while now, however we've been looking at moving to use the official ice-builder-gradle plugin...

enhancement

Ice Builder for MSBuild supports this feature (it simply moves the generated header to the target directory). It would make sense for Ice Builder for Xcode to offer this capability...

enhancement

In C#, we check if two dictionaries are equal using: https://github.com/zeroc-ice/ice/blob/711bb2939294bb1dbb940e3a4a6966e89c5ed735/csharp/src/Ice/Collections.cs#L103 The algorithm assumes the two dictionaries are sorted in the same order. This is not the behavior you would...

bug
csharp

When we marshal an exception in C# as an Unknown(Local)Exception, we marshal the string produced by ToString(). We should instead marshal exception.Message + possibly the inner exception Message, just like...

csharp
cleanup