Alex Hirzel

Results 33 issues of Alex Hirzel

This bumps the version of `mtl` to something that will work with the latest GHC. A few errors are also corrected.

I am a little confused on the difference between merging with the `Map` function versus the `Model` function. For instance, is `Map` only for assigning `input`s and `output`s whereas `Model`...

Would a pull request be accepted to clean up logging and unify under Memento.jl or Logging.jl? Right now there is a mix of ModiaLog and println usage, which can make...

The following nonsensical code seems to spawn an infinite derivative tower out of Pantelides for N>=2: ```julia using Modia # N = 5 Type5() = Var(T=Float64, size=(5,)) # doesn't seem...

I found this when trying to create the MNWE for #90. When executing the following model, a BoundsError results. ```julia using Modia @model OutOfBounds begin dummy = Var(size=(2,)) @equations begin...

When defining e.g. a Parameter, a comment can be added as follows: ``` height = Parameter(1.0, info="Height of pulse") ``` I propose supporting the following additional syntax as part of...

https://github.com/fhs/ZipFile.jl/blob/7dbf67d22a4f52cdc6d8225a6bfa9dbd844ff990/src/ZipFile.jl#L121 I noticed that this creates a hanging file handle, and in some cases the file handle can get closed prior to actually consuming data from the `ZipFile.Reader`.

After #136, is there a good way to use defaults for structs created from `read`? For instance, the following currently breaks because of the type of field `foo`. ```julia using...

The link to 'stable' documentation on the README points to: https://juliaclimate.github.io/ClimateSatellite.jl/stable/ This URL is a 404 as of right now.

Wondering if the following performance is expected? ```julia # _ # _ _ _(_)_ | Documentation: https://docs.julialang.org # (_) | (_) (_) | # _ _ _| |_ __ _...

compile-time-performance