mhart
1ee584801a
Add test to
...
parse_orientation()
parse_instruction()
2020-10-13 12:08:26 +02:00
Martin HART
e3c846eee5
Merge branch 'volodymyr-dev' into 'master'
...
func to get file content as Result<String>
See merge request mhart/DancingDroids!9
2020-10-13 10:49:44 +02:00
Volodymyr Patuta
3106882ddb
Update main.rs
2020-10-13 10:31:50 +02:00
Volodymyr Patuta
630e5e05b1
func to get file content as Result<String>
2020-10-13 10:19:34 +02:00
Martin HART
236f9c7ecf
Merge branch 'martin-dev' into 'master'
...
Merge martin-dev to master
See merge request mhart/DancingDroids!8
2020-10-12 11:34:00 +02:00
mhart
8c16773fe9
Revert "Change (c : char) in"
...
This reverts commit edf29050c6
.
Bad optimization...
2020-10-11 21:45:56 +02:00
mhart
edf29050c6
Change (c : char) in
...
parse_orientation()
parse_instruction()
to (c: &char)
2020-10-11 20:24:35 +02:00
mhart
6e1589ff7d
Change Option<> in
...
parse_orientation()
parse_instruction()
for Result<Instruction, &'static str>
2020-10-11 20:10:17 +02:00
mhart
c2d6e3422d
Add parse_instruction()
...
Same as the parse_orientation() function but for the instruction model
2020-10-11 18:31:56 +02:00
mhart
c1143ee396
Add parse_orientation()
...
This function parse a char and return the matching direction or None
2020-10-11 18:27:39 +02:00
mhart
dcbc5aa74c
correct typo
2020-10-11 18:25:42 +02:00
mhart
699933fcfd
Load the 'simple' intruction file into a string.
...
Need to incorporate flags OR/AND stdin parsing in a later stage.
2020-10-11 15:14:20 +02:00
Martin HART
601f195c78
Merge branch 'elias-dev' into 'master'
...
Add elias to the authors.
See merge request mhart/DancingDroids!6
2020-10-11 14:43:46 +02:00
EliasCubz
ed77c3feab
pull elias-dev branch before MR
2020-10-11 14:27:47 +02:00
EliasCubz
33f08795c4
pull master before MR
2020-10-11 14:26:59 +02:00
Martin HART
56d6270252
fix the break between MR
2020-10-11 13:59:59 +02:00
mhart
1266bf1660
Merge branch 'master' of https://framagit.org/paris8-rust/DancingDroids into master
...
Merge teacher changes in the subject.
2020-10-11 13:12:17 +02:00
Viala axel
17e2d9230e
Ajout d'un paragraphe de méthodologie.
2020-10-11 13:02:46 +02:00
Viala axel
a232625031
Renommage sans la majuscule dans le nom.
2020-10-11 12:48:12 +02:00
Viala axel
2f77a94d44
Fix #4 : Ajout d'un monde sans commentaires.
...
Et renommage du monde avec commentaires.
2020-10-11 12:45:25 +02:00
Viala axel
d1a525d70a
Fix #4 : La gestion des commentaires est un bonus.
2020-10-11 12:43:22 +02:00
mhart
7b36706269
Merge branch 'master' of https://framagit.org/paris8-rust/DancingDroids into master
...
Merge new end date.
2020-10-09 12:36:39 +02:00
Axel Viala
ece1452210
Date décallé pour les L2B, explication pourquoi.
...
Lancement du projet pour les L2B par courriel, mais le lancement
effectif sera pour beaucoup le vendredi 16 octobre. Donc pour être
«juste», et avoir le temps de corriger je vais corriger en décalé.
2020-10-09 07:20:08 +02:00
Martin HART
2593992ee6
Update Readme.md, new date for the end of the project.
2020-10-09 07:07:54 +02:00
EliasCubz
547e06e43f
added name to authors
2020-10-08 14:16:36 +02:00
Martin HART
4accd1b8b1
Merge branch 'volodymyr-dev' into 'master'
...
fixed fragmagit nickname.
See merge request mhart/DancingDroids!4
2020-10-08 13:59:48 +02:00
Volodymyr Patuta
5efa89bc66
fixed fragmagit nickname.
2020-10-08 12:57:06 +02:00
Martin HART
2fb8f89cfe
Merge branch 'volodymyr-dev' into 'master'
...
added myself to the authors.
See merge request mhart/DancingDroids!2
2020-10-08 12:44:12 +02:00
Volodymyr Patuta
c31371b2e5
fix email syntax
2020-10-08 12:40:16 +02:00
Volodymyr Patuta
48eddc9bc8
added myself to the authors.
2020-10-08 12:33:18 +02:00
mhart
b811b1a1c1
fix tipo error and create enum to represent instructions
2020-10-06 23:28:59 +02:00
mhart
e6433f48ae
Create enum to represent directions
2020-10-06 23:25:17 +02:00
mhart
0c4b300a7b
Merge branch 'master' of https://framagit.org/paris8-rust/DancingDroids into master
...
fix compilation warning
2020-10-06 22:31:12 +02:00
Viala axel
5fce829cc4
Merge branch 'patch-1' into 'master'
...
Fix snake case in Cargo.toml
See merge request paris8-rust/DancingDroids!1
2020-10-06 22:30:32 +02:00
mhart
f71a8468dc
Add rust .gitignore
2020-10-06 22:27:57 +02:00
Martin HART
0e5b44d938
Fix snake case in Cargo.toml
2020-10-06 22:09:46 +02:00
mhart
d60fc29295
My bad... I just learned that 'edition' variable in Cargo.toml
...
is the RUST edition, nothing to do with the start date of my project...
2020-10-06 21:59:33 +02:00
mhart
2eaa64ed35
Define date
2020-10-06 21:50:08 +02:00
mhart
fb302bb6f3
Define author's name
2020-10-06 21:48:44 +02:00
Viala axel
98a44bf451
Fiiiix typoooo
2020-10-06 21:13:36 +02:00
Axel Viala
305a434d6e
Legers ajouts et idées de bonus.
2020-10-06 21:10:31 +02:00
Axel Viala
ed2b1b152d
initial commit let's droid dance.
2020-10-06 20:42:34 +02:00