Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
cc5378ba
Commit
cc5378ba
authored
Aug 24, 2021
by
yann300
Committed by
Aniket
Aug 26, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
linting
parent
91932c2a
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
+2
-3
remixd.test.ts
apps/remix-ide-e2e/src/tests/remixd.test.ts
+1
-2
fileManager.js
apps/remix-ide/src/app/files/fileManager.js
+1
-1
fileProvider.js
apps/remix-ide/src/app/files/fileProvider.js
+0
-0
No files found.
apps/remix-ide-e2e/src/tests/remixd.test.ts
View file @
cc5378ba
...
...
@@ -79,13 +79,12 @@ module.exports = {
.
testContracts
(
'test_import_node_modules_with_github_import.sol'
,
sources
[
4
][
'test_import_node_modules_with_github_import.sol'
],
[
'ERC20'
,
'test11'
])
},
'Static Analysis run with remixd'
:
function
(
browser
)
{
browser
.
testContracts
(
'
Untitled.sol'
,
sources
[
5
][
'test_static_analysis_with_remixd_and_hardhat
'
],
[
'test5'
])
browser
.
testContracts
(
'
test_static_analysis_with_remixd_and_hardhat.sol'
,
sources
[
5
][
'test_static_analysis_with_remixd_and_hardhat.sol
'
],
[
'test5'
])
.
clickLaunchIcon
(
'solidityStaticAnalysis'
)
.
click
(
'#staticanalysisButton button'
)
.
waitForElementPresent
(
'#staticanalysisresult .warning'
,
2000
,
true
,
function
()
{
browser
.
click
(
'[data-id="staticAnalysisModuleMiscellaneous1"'
)
.
click
(
'[data-id="staticAnalysisModuleMiscellaneous1"'
)
.
getEditorValue
((
content
)
=>
{
browser
.
assert
.
ok
(
content
.
indexOf
(
'function _sendLogPayload(bytes memory payload) private view {'
)
!==
-
1
,
...
...
apps/remix-ide/src/app/files/fileManager.js
View file @
cc5378ba
...
...
@@ -560,7 +560,7 @@ class FileManager extends Plugin {
}
/**
* Try to resolve the given file URl. opposite of getPathFromUrl
*
* Try to resolve the given file URl. opposite of getPathFromUrl
* @param {string} file path we are trying to resolve
* @returns {{ string, provider }} file url resolved and its provider.
*/
...
...
apps/remix-ide/src/app/files/fileProvider.js
View file @
cc5378ba
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