src: add todo's
This commit is contained in:
parent
436da6a7aa
commit
220ba85011
@ -24,6 +24,8 @@ PlaformId identify_platfrom_from_project(const char* project_path) {
|
|||||||
LOG_DEBUG("Constructed git config file path: %s", git_config_path_buffer->data);
|
LOG_DEBUG("Constructed git config file path: %s", git_config_path_buffer->data);
|
||||||
|
|
||||||
Lines* config_file_lines = read_file_lines(git_config_path_buffer->data);
|
Lines* config_file_lines = read_file_lines(git_config_path_buffer->data);
|
||||||
|
//TODO: from remote "origin" get url
|
||||||
|
//TODO: parse remote "origin url" to get platform
|
||||||
lines_flush(config_file_lines);
|
lines_flush(config_file_lines);
|
||||||
buffer_free(git_config_path_buffer);
|
buffer_free(git_config_path_buffer);
|
||||||
return PL_UNRECOGNIZED;
|
return PL_UNRECOGNIZED;
|
||||||
|
|||||||
@ -7,6 +7,7 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
const char* convert_relative_to_full_path(const char* relative_path) {
|
const char* convert_relative_to_full_path(const char* relative_path) {
|
||||||
|
//TODO: generate correct path when relative path is ../ or etc
|
||||||
LOG_DEBUG("Entering convert_relative_to_full_path function");
|
LOG_DEBUG("Entering convert_relative_to_full_path function");
|
||||||
|
|
||||||
char* cwd;
|
char* cwd;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user