Skip to content

Synchronous and asynchronous package delivery right to your door (in elixir)

Notifications You must be signed in to change notification settings

jbrgfx/elhex_delivery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElhexDelivery

An Elixir OTP application that demonstrates some GenServer uses. This code is part of a video tutorial series.

The tests all pass when run under Linux, but eight fail under Windows -- all eight failrues seem to relate to the line endings in the data file. FWIW. it seems that this hiccup could be curried.
. . . investigating . . . .

Solved by replacing Unix specific implementation split at line ending with generic handler -- String.split(~r/\R/)

About

Synchronous and asynchronous package delivery right to your door (in elixir)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%