elixirs / faker

Faker is a pure Elixir library for generating fake data.
MIT License
1.04k stars 214 forks source link

Compile warnings with Elixir 1.17 rc #558

Closed nathany-copia closed 2 weeks ago

nathany-copia commented 1 month ago

Seeing warnings like this.

warning: using map.field notation (without parentheses) to invoke function Faker.Random.Elixir.random_uniform() is deprecated, you must add parentheses instead: remote.function()
Warning:   (faker 0.18.0) lib/faker.ex:109: Faker.random_uniform/0
  (faker 0.18.0) lib/faker/address.ex:188: Faker.Address.latitude/0

I can't say I quite understand the issue from taking a peak at the current code and the release notes. https://github.com/elixir-lang/elixir/releases/tag/v1.17.0-rc.0