Skip to content
This repository has been archived by the owner on Apr 30, 2018. It is now read-only.

[Fix #10] Incorporate changes from erlsci #11

Open
wants to merge 88 commits into
base: master
Choose a base branch
from

Conversation

elbrujohalcon
Copy link
Member

@elbrujohalcon elbrujohalcon commented Apr 17, 2018

[Fix #10] Incorporate changes from erlsci

StoneCypher and others added 30 commits June 28, 2015 11:47
It is not necessary to build a custom type for date
and time as there already is one define by calendar
module: calendar:datetime().

Apart from that, Erlang 18.2.1 compiler returns
type tuple(_,_,_) undefined while trying to compile
the old definition.
Current type specification for a tuple is:
Tuple :: tuple()
         | {}
         | {TList}

TList :: Type
         | Type, TList
This change ensures that the original behaviour is duplicated (the test file
getting compiled and placed into the ebin directory).
* Updated ignores
* Removed trailing whitespace
* Fixed reversion
This change ensures that the original behaviour is duplicated (the test file
getting compiled and placed into the ebin directory).
* Updated ignores
* Removed trailing whitespace
* Fixed reversion
Also changed its colour :-)
@elbrujohalcon
Copy link
Member Author

Conflicts should be fixed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants