File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1111jobs :
1212  emscripten_wasm :
1313
14-     runs-on : ubuntu-20 .04 
14+     runs-on : ubuntu-22 .04 
1515
1616    strategy :
1717      fail-fast : false 
Original file line number Diff line number Diff line change @@ -20,6 +20,12 @@ namespace nl = nlohmann;
2020namespace  xeus 
2121{
2222
23+     xmock_interpreter::xmock_interpreter (const  std::vector<std::string>& /* args*/ 
24+         : xinterpreter()
25+     {
26+         //  Arguments intentionally ignored in mock interpreter
27+     }
28+ 
2329    void  xmock_interpreter::configure_impl ()
2430    {
2531        auto  handle_comm_opened = [](xeus::xcomm&& comm, const  xeus::xmessage&) {
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ namespace xeus
1818
1919    public: 
2020
21-         xmock_interpreter () =  default ;
21+         xmock_interpreter (const  std::vector<std::string>& args) ;
2222        virtual  ~xmock_interpreter () = default ;
2323
2424
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments