-
Notifications
You must be signed in to change notification settings - Fork 28
Ordered maps #298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
MinionJakub
wants to merge
42
commits into
fram-lang:master
Choose a base branch
from
MinionJakub:OrderedMaps
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Ordered maps #298
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
7f21e72
Ordered Map and Ordered Set
MinionJakub 4d6a53a
Update OrderedMap.fram
MinionJakub c017c3c
Merge branch 'fram-lang:master' into master
MinionJakub ef1d14f
Implementation of Queues
MinionJakub 8bcd905
Testing files for Map, Set, Queues.
MinionJakub 27ff11e
Update OrderedMap.fram
MinionJakub dae76bc
Changes to implementation and tests
MinionJakub e5d206f
Adding missing files
MinionJakub ce31a6d
Merge branch 'fram-lang:master' into master
MinionJakub 5b3cd88
Correcting a test file
MinionJakub eb36254
Correcting definitions
MinionJakub 274f324
Changing from [E] in [|E]
MinionJakub 8584322
Correcting style and renaming few things
MinionJakub 9aa2f4a
Merge branch 'fram-lang:master' into master
MinionJakub 7bb419d
Correcting a lot of things mainly coding style
MinionJakub bb826df
Changing tests and adding assert to prelude
MinionJakub a3f0b7b
little changes
MinionJakub c44f26c
Moving things from Ord and adding fromList and toList to Queue
MinionJakub b9eb957
onError methods
MinionJakub 88ee81d
correcting test for names changes
MinionJakub 6727f66
little change
MinionJakub e462f83
Merge branch 'fram-lang:master' into master
MinionJakub 9ade649
Small changes
MinionJakub 2904ee7
Adding comments
MinionJakub 9dc0c0c
Merge branch 'fram-lang:master' into master
MinionJakub 7469061
Some (hopefully) final changes
Foxinio c4675a9
Replacing '\t' with ' '
Foxinio cd894b1
Final touches before merge by Foxinio
MinionJakub 8f31eb6
Fix file permissions
forell ec465d9
Merge branch 'fram-lang:master' into master
MinionJakub 394a919
Correction due to change in syntax
MinionJakub dd86d99
Merge branch 'fram-lang:master' into master
MinionJakub 5450ed1
Correcting small mistakes and adding some longly requested papers and…
MinionJakub f9ccbf0
Merge branch 'fram-lang:master' into master
MinionJakub b447f1e
Merge branch 'fram-lang:master' into master
MinionJakub 2549f93
Changing to incremental changes - for now queues + red-black tree
MinionJakub 2e8cf76
Red Black Tree Comments
MinionJakub bdb2dde
Merge branch 'master' into RedBlackTrees
MinionJakub df1aee8
Full implementation of Maps with tests
MinionJakub be71b7a
Merge branch 'fram-lang:master' into OrderedMaps
MinionJakub 8aec995
Merge remote-tracking branch 'origin/master' into OrderedMaps
MinionJakub 9c89d5f
Correcting testing file to be according with all other files.
MinionJakub File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, add
showmethod for this datatype.