Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mu-impl-fast
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
40
Issues
40
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
mu
mu-impl-fast
Commits
cb72cefe
Commit
cb72cefe
authored
Jun 28, 2017
by
Pavel Zakopaylo
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of gitlab.anu.edu.au:mu/mu-impl-fast into develop
parents
38b77fac
572a6939
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/ast/src/ir.rs
src/ast/src/ir.rs
+1
-1
No files found.
src/ast/src/ir.rs
View file @
cb72cefe
...
...
@@ -1111,7 +1111,7 @@ impl Clone for MuEntityHeader {
}
pub
fn
name_check
(
name
:
MuName
)
->
MuName
{
let
name
=
name
.replace
(
'.'
,
"
_
"
);
let
name
=
name
.replace
(
'.'
,
"
$
"
);
if
name
.starts_with
(
"@"
)
||
name
.starts_with
(
"%"
)
{
let
(
_
,
name
)
=
name
.split_at
(
1
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment