ideal plastic working

This commit is contained in:
Jukka Aho
2015-11-05 17:13:02 +02:00
parent dcff9582f7
commit ba2a6fe8e7
2 changed files with 230 additions and 55 deletions
+10
View File
@@ -78,6 +78,16 @@ Testing is made easy by using our `Makefile`. From there one founds convenient
functions `make test`, `make test_file` and `make test_function` to make testing
more rapid.
Git issues
----------
Have done local changes, want to get latest updates and get "Cannot pull with
rebase: You have unstaged changes. Please commit or stash them."
http://stackoverflow.com/questions/23517464/error-cannot-pull-with-rebase-you-have-unstaged-changes
Solution: git stash + git pull + git pop
Use of UTF-8 characters in program code
---------------------------------------
We have decided not to use them. See issue
File diff suppressed because one or more lines are too long