Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
picodata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
picodata
Commits
8b843239
Commit
8b843239
authored
1 year ago
by
Georgy Moshkin
Browse files
Options
Downloads
Patches
Plain Diff
chore: compilation warnings
parent
fc721604
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!866
Gmoshkin/pico service follow up
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/cli/console.rs
+2
-2
2 additions, 2 deletions
src/cli/console.rs
with
2 additions
and
2 deletions
src/cli/console.rs
+
2
−
2
View file @
8b843239
...
...
@@ -48,8 +48,8 @@ pub struct Console<H: Helper> {
}
impl
<
T
:
Helper
>
Console
<
T
>
{
const
HISTORY_FILE_NAME
:
&
str
=
".picodata_history"
;
const
PROMPT
:
&
str
=
"picodata> "
;
const
HISTORY_FILE_NAME
:
&
'static
str
=
".picodata_history"
;
const
PROMPT
:
&
'static
str
=
"picodata> "
;
// Ideally we should have an enum for all commands. For now we have only two options, usual line
// and only one special command. To not overengineer things at this point just handle this as ifs.
...
...
This diff is collapsed.
Click to expand it.
Georgy Moshkin
@gmoshkin
mentioned in commit
4e94ddaa
·
1 year ago
mentioned in commit
4e94ddaa
mentioned in commit 4e94ddaafbf0ac3cfc12b1bc84aeeaef930ae2bb
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment